pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/amanda-common Fix issues with stdbool.h mess ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec8d5059c318
branches:  trunk
changeset: 635721:ec8d5059c318
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 09 21:07:01 2014 +0000

description:
Fix issues with stdbool.h mess created by SWIG.

diffstat:

 sysutils/amanda-common/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r b07b2533736f -r ec8d5059c318 sysutils/amanda-common/Makefile
--- a/sysutils/amanda-common/Makefile   Mon Jun 09 20:09:55 2014 +0000
+++ b/sysutils/amanda-common/Makefile   Mon Jun 09 21:07:01 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2014/05/29 23:37:26 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2014/06/09 21:07:01 joerg Exp $
 
 PKGNAME=               amanda-common-${AMANDA_VERSION}
 PKGREVISION=           6
@@ -33,4 +33,10 @@
 
 SPECIAL_PERMS+=                sbin/amservice ${AM_PROG_PERMS}
 
+SUBST_CLASSES+=                bool
+SUBST_MESSAGE.bool=    Fix SWIG messing with stdbool.h.
+SUBST_STAGE.bool=      post-patch
+SUBST_FILES.bool=      perl/Amanda/*.c perl/Amanda/*/*.c
+SUBST_SED.bool=        -e '/undef bool/d'
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index