diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-15 12:56:37 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-15 12:56:37 +0000 |
commit | 4f9ca7d4bfefeef7faba38b6d2f2be8f78fbd6fe (patch) | |
tree | d10bf3f4151005ffd044cb5501b795a157548075 /dns/powerdns-devel | |
parent | 0be8d00ea7b2d26776b4a4b77b1f57e8b2fffa00 (diff) | |
download | ports-4f9ca7d4bfefeef7faba38b6d2f2be8f78fbd6fe.tar.gz ports-4f9ca7d4bfefeef7faba38b6d2f2be8f78fbd6fe.zip |
Notes
Diffstat (limited to 'dns/powerdns-devel')
-rw-r--r-- | dns/powerdns-devel/Makefile | 28 | ||||
-rw-r--r-- | dns/powerdns-devel/Makefile.inc | 1 | ||||
-rw-r--r-- | dns/powerdns-devel/files/pdns.in (renamed from dns/powerdns-devel/files/pdns.sh.in) | 2 | ||||
-rw-r--r-- | dns/powerdns-devel/files/pdns_recursor.in (renamed from dns/powerdns-devel/files/pdns_recursor.sh.in) | 2 |
4 files changed, 10 insertions, 23 deletions
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index d7bcf28e2882..f8a99b79d50a 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -7,8 +7,10 @@ PORTNAME= powerdns PORTVERSION= 2.9.19 +PORTREVISION= 1 CATEGORIES= dns ipv6 -MASTER_SITES= http://downloads.powerdns.com/releases/ +MASTER_SITES= http://downloads.powerdns.com/releases/ \ + http://mirrors.evolva.ro/powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} MAINTAINER= tremere@cainites.net @@ -18,10 +20,9 @@ BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost USE_GMAKE= YES USE_SUBMAKE= YES -USE_REINPLACE= YES USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= YES -CXXFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-modules="${CONFIGURE_MODULES} pipe" \ @@ -38,18 +39,7 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500037 -USE_RCORDER= pdns.sh -RC_DIR= /etc/rc.d -RC_SUFX= -.else -USE_RC_SUBR+= pdns.sh -RC_DIR= ${PREFIX}/etc/rc.d -RC_SUFX= .sh -.endif - -PLIST_SUB+= RC_DIR=${RC_DIR} \ - RC_SUFX=${RC_SUFX} +USE_RC_SUBR+= pdns # use user config if possible .if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) @@ -102,11 +92,7 @@ PLIST_SUB+= WITHSQLLITE="@comment " .endif .if defined(POWERDNS_WITH_RECURSOR) -.if ${OSVERSION} >= 500037 -USE_RCORDER+= pdns_recursor.sh -.else -USE_RC_SUBR+= pdns_recursor.sh -.endif +USE_RC_SUBR+= pdns_recursor CONFIGURE_ARGS+= --enable-recursor PLIST_SUB+= RECURSOR="" .else @@ -118,7 +104,7 @@ PLIST_SUB+= RECURSOR="@comment " UCONTEXT!= ${AWK} '/setcontext/ { print "YES" }' \ /usr/include/ucontext.h .if ${UCONTEXT} == "" -BROKEN= "setcontext for recursor not found or FreeBSD version lower than 5.0" +BROKEN= setcontext for recursor not found or FreeBSD version lower than 5.0 .endif .endif .endif diff --git a/dns/powerdns-devel/Makefile.inc b/dns/powerdns-devel/Makefile.inc new file mode 100644 index 000000000000..d7c17dcb1920 --- /dev/null +++ b/dns/powerdns-devel/Makefile.inc @@ -0,0 +1 @@ +WITH_POSTGRESQL_DRIVER=YES diff --git a/dns/powerdns-devel/files/pdns.sh.in b/dns/powerdns-devel/files/pdns.in index 9eae04153346..63c2a0537df2 100644 --- a/dns/powerdns-devel/files/pdns.sh.in +++ b/dns/powerdns-devel/files/pdns.in @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: /tmp/pcvs/ports/dns/powerdns-devel/files/Attic/pdns.in,v 1.1 2006-02-15 12:56:37 ehaupt Exp $ # # PROVIDE: pdns_server diff --git a/dns/powerdns-devel/files/pdns_recursor.sh.in b/dns/powerdns-devel/files/pdns_recursor.in index eb8907e49e60..fc19a1e940af 100644 --- a/dns/powerdns-devel/files/pdns_recursor.sh.in +++ b/dns/powerdns-devel/files/pdns_recursor.in @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: /tmp/pcvs/ports/dns/powerdns-devel/files/Attic/pdns_recursor.in,v 1.1 2006-02-15 12:56:37 ehaupt Exp $ # # PROVIDE: pdns_recursor |