pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/cfengine2 Switch to BDB_ACCEPTED
details: https://anonhg.NetBSD.org/pkgsrc/rev/d2e94e8b51de
branches: trunk
changeset: 609597:d2e94e8b51de
user: adam <adam%pkgsrc.org@localhost>
date: Sat Oct 06 18:39:18 2012 +0000
description:
Switch to BDB_ACCEPTED
diffstat:
sysutils/cfengine2/Makefile | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diffs (54 lines):
diff -r 6e52fd24e6d1 -r d2e94e8b51de sysutils/cfengine2/Makefile
--- a/sysutils/cfengine2/Makefile Sat Oct 06 18:31:25 2012 +0000
+++ b/sysutils/cfengine2/Makefile Sat Oct 06 18:39:18 2012 +0000
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.33 2012/10/03 21:57:36 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.34 2012/10/06 18:39:18 adam Exp $
-DISTNAME= cfengine-2.2.10
-PKGREVISION= 1
-CATEGORIES= sysutils net
-MASTER_SITES= http://www.cfengine.org/tarballs/ \
- http://ftp.osuosl.org/pub/cfengine/ \
- ftp://sunsite.uio.no/pub/cfengine/
-MAINTAINER= rhaen%NetBSD.org@localhost
-HOMEPAGE= http://www.cfengine.org/
-COMMENT= Automate configuration and administration of large systems
-LICENSE= gnu-gpl-v2
+DISTNAME= cfengine-2.2.10
+PKGREVISION= 1
+CATEGORIES= sysutils net
+MASTER_SITES= http://www.cfengine.org/tarballs/ \
+ http://ftp.osuosl.org/pub/cfengine/ \
+ ftp://sunsite.uio.no/pub/cfengine/
+
+MAINTAINER= rhaen%NetBSD.org@localhost
+HOMEPAGE= http://www.cfengine.org/
+COMMENT= Automate configuration and administration of large systems
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEFS+= IPV6_READY
-USE_TOOLS+= flex perl:run
+BDB_ACCEPTED= db4
USE_LIBTOOL= yes
-
-GNU_CONFIGURE= YES
+USE_TOOLS+= flex perl:run
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db4}
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
@@ -33,7 +33,7 @@
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/*.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
-.include "../../databases/db4/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index