pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/amanda-common Move fix for swig/bool mess to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fb0d7f6d46d9
branches: trunk
changeset: 635763:fb0d7f6d46d9
user: gdt <gdt%pkgsrc.org@localhost>
date: Tue Jun 10 15:51:37 2014 +0000
description:
Move fix for swig/bool mess to Makefile.common.
With this, amanda-client, amanda-server and amanda-plot also build.
diffstat:
sysutils/amanda-common/Makefile | 8 +-------
sysutils/amanda-common/Makefile.common | 8 +++++++-
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r 0d8764c1dbed -r fb0d7f6d46d9 sysutils/amanda-common/Makefile
--- a/sysutils/amanda-common/Makefile Tue Jun 10 15:22:13 2014 +0000
+++ b/sysutils/amanda-common/Makefile Tue Jun 10 15:51:37 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2014/06/09 21:07:01 joerg Exp $
+# $NetBSD: Makefile,v 1.67 2014/06/10 15:51:37 gdt Exp $
PKGNAME= amanda-common-${AMANDA_VERSION}
PKGREVISION= 6
@@ -33,10 +33,4 @@
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"
diff -r 0d8764c1dbed -r fb0d7f6d46d9 sysutils/amanda-common/Makefile.common
--- a/sysutils/amanda-common/Makefile.common Tue Jun 10 15:22:13 2014 +0000
+++ b/sysutils/amanda-common/Makefile.common Tue Jun 10 15:51:37 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2013/01/23 17:58:19 wiz Exp $
+# $NetBSD: Makefile.common,v 1.39 2014/06/10 15:51:37 gdt Exp $
# used by sysutils/amanda-common/Makefile
# used by sysutils/amanda-client/Makefile
@@ -52,6 +52,12 @@
PERL5_CONFIGURE= no
AUTO_MKDIRS= yes
+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'
+
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_GZIP=${TOOLS_GZIP_CMD:Q}
CONFIGURE_ENV+= GNUTAR=${TOOLS_GTAR:Q}
Home |
Main Index |
Thread Index |
Old Index