pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/caff
Module Name: pkgsrc
Committed By: tron
Date: Thu Feb 14 12:16:03 UTC 2019
Modified Files:
pkgsrc/security/caff: Makefile
Log Message:
caff: Fix build under macOS and possibly other platforms
Add GNU sed to the list of required build tools because the makefile
uses the non standard option "-i".
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/caff/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/caff/Makefile
diff -u pkgsrc/security/caff/Makefile:1.48 pkgsrc/security/caff/Makefile:1.49
--- pkgsrc/security/caff/Makefile:1.48 Wed Feb 13 19:57:11 2019
+++ pkgsrc/security/caff/Makefile Thu Feb 14 12:16:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2019/02/13 19:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2019/02/14 12:16:03 tron Exp $
VERSION= 2.8
DISTNAME= signing-party_${VERSION}.orig
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 AND modified-bsd
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//}
-USE_TOOLS+= autoconf automake gmake pod2man
+USE_TOOLS+= autoconf automake gmake pod2man gsed
USE_TOOLS+= perl:run
DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template
Home |
Main Index |
Thread Index |
Old Index