aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2020-12-20 20:09:44 +0000
committerDiane Bruce <db@FreeBSD.org>2020-12-20 20:09:44 +0000
commit1a4458f4d3ff03ab555340e881981a38c36ab1ee (patch)
tree1389ec010a3ee1c151072eeb02466f17002ecedf /comms
parentda29edd84abbdc88f85af74f69a00cdcbb2a380a (diff)
downloadports-1a4458f4d3ff03ab555340e881981a38c36ab1ee.tar.gz
ports-1a4458f4d3ff03ab555340e881981a38c36ab1ee.zip
Actually the patch-src_Makefile.am is not needed at all and since
it only needed gsed to cover a broken sed in base the Makefile does not need to bring in gsed.
Notes
Notes: svn path=/head/; revision=558771
Diffstat (limited to 'comms')
-rw-r--r--comms/fldigi/Makefile3
-rw-r--r--comms/fldigi/files/patch-src_Makefile.am11
2 files changed, 1 insertions, 13 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile
index 096989327157..7e29e84b9349 100644
--- a/comms/fldigi/Makefile
+++ b/comms/fldigi/Makefile
@@ -13,8 +13,7 @@ LICENSE= GPLv3
BUILD_DEPENDS= asciidoc:textproc/asciidoc\
docbook-xsl>=1.0:textproc/docbook-xsl\
- xsltproc:textproc/libxslt \
- gsed:textproc/gsed
+ xsltproc:textproc/libxslt
LIB_DEPENDS= libboost_system.so:devel/boost-libs\
libpng.so:graphics/png \
libfltk.so:x11-toolkits/fltk \
diff --git a/comms/fldigi/files/patch-src_Makefile.am b/comms/fldigi/files/patch-src_Makefile.am
deleted file mode 100644
index 76af07ef4993..000000000000
--- a/comms/fldigi/files/patch-src_Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.am.orig 2020-10-22 03:19:34 UTC
-+++ src/Makefile.am
-@@ -488,7 +488,7 @@ $(builddir)/../doc/guide.html: $(builddir)/../doc/guid
-
- $(builddir)/dialogs/guide.cxx: $(builddir)/../doc/guide.html
- @mkdir -p $(builddir)/dialogs
-- $(call silent,GUIDE ,$@)sed 's/\\/\\\\/g; s/"/\\"/g; s/$$/\\n\\/g; 1 s/.*/const char* szBeginner = "&/; $$ s/.*/&n";/' $< > $@
-+ $(call silent,GUIDE ,$@)gsed 's/\\/\\\\/g; s/"/\\"/g; s/$$/\\n\\/g; 1 s/.*/const char* szBeginner = "&/; $$ s/.*/&n";/' $< > $@
- dialogs/htmlstrings.cxx: $(builddir)/dialogs/guide.cxx
-
- distclean-local: