pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/caff caff: Fix build under macOS and possibly...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0be335431b2
branches:  trunk
changeset: 319536:f0be335431b2
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Feb 14 12:16:03 2019 +0000

description:
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".

diffstat:

 security/caff/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d8649c7307b -r f0be335431b2 security/caff/Makefile
--- a/security/caff/Makefile    Thu Feb 14 11:58:13 2019 +0000
+++ b/security/caff/Makefile    Thu Feb 14 12:16:03 2019 +0000
@@ -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 @@
 
 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