Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2020 20:09:44 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558771 - in head/comms/fldigi: . files
Message-ID:  <202012202009.0BKK9iu6099860@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Sun Dec 20 20:09:44 2020
New Revision: 558771
URL: https://svnweb.freebsd.org/changeset/ports/558771

Log:
  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.

Deleted:
  head/comms/fldigi/files/patch-src_Makefile.am
Modified:
  head/comms/fldigi/Makefile

Modified: head/comms/fldigi/Makefile
==============================================================================
--- head/comms/fldigi/Makefile	Sun Dec 20 19:57:48 2020	(r558770)
+++ head/comms/fldigi/Makefile	Sun Dec 20 20:09:44 2020	(r558771)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012202009.0BKK9iu6099860>