diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index fc6a9618d2be..dd92f8dab1c5 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,75 +1,73 @@ # Created by: sten@blinkenlights.nl # $FreeBSD$ PORTNAME= powerdns-recursor -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ \ http://mirrors.evolva.ro/powerdns.com/releases/ DISTNAME= pdns-recursor-${PORTVERSION} MAINTAINER= sten@blinkenlights.nl COMMENT= Advanced DNS recursor LICENSE= GPLv2 BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs USES= gmake tar:bzip2 OPTIONS_DEFINE= SETUID LUA STATIC OPTIONS_DEFAULT= SETUID SETUID_DESC= Run as pdns_recursor user STATIC_DESC= Build static binaries CXXFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib SUB_FILES= pkg-message .include .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif USE_RC_SUBR+= pdns-recursor .if ${PORT_OPTIONS:MSETUID} EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-setuid USERS= pdns_recursor GROUPS= pdns .endif .if ${PORT_OPTIONS:MLUA} USES+= lua:51 MAKE_ENV+=LUA=1 MAKE_ENV+="LUA_CPPFLAGS_CONFIG=-I${LUA_INCDIR}" MAKE_ENV+="LUA_LIBS_CONFIG=-L${LUA_LIBDIR} -llua-${LUA_VER}" .endif .if ${PORT_OPTIONS:MSTATIC} MAKE_ENV+=STATIC=full .endif .if exists(/usr/include/ucontext.h) UCONTEXT!= ${AWK} '/setcontext/ { print "YES" }' \ /usr/include/ucontext.h .if ${UCONTEXT} == "" BROKEN= requires setcontext() .endif .endif post-patch: @${REINPLACE_CMD} -e 's;SBINDIR=/usr/sbin/;SBINDIR=${PREFIX}/sbin/;' \ -e 's;BINDIR=/usr/bin/;BINDIR=${PREFIX}/bin/;' \ -e 's;SYSCONFDIR=/etc/powerdns/;SYSCONFDIR=${PREFIX}/etc/pdns/;' \ ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's;"/etc/powerdns/";"${PREFIX}/etc/pdns/";' \ - ${WRKSRC}/config.h post-install: ${INSTALL_MAN} ${WRKSRC}/*.8 ${STAGEDIR}${PREFIX}/man/man8/ .include diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index b9f731933c9a..e35f7e58fa4c 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -1,2 +1,2 @@ -SHA256 (pdns-recursor-3.6.1.tar.bz2) = e57bad320d67d08604fc6f6b7e49b5553cfb5baf3460a3e06d53ba2f7d8de396 -SIZE (pdns-recursor-3.6.1.tar.bz2) = 196460 +SHA256 (pdns-recursor-3.6.2.tar.bz2) = d9abf5bb5982cee1c3ba6eaa684d2777b7c0d3f038e201dd4e7362b4652750a4 +SIZE (pdns-recursor-3.6.2.tar.bz2) = 200313 diff --git a/dns/powerdns-recursor/files/patch-rec_channel.hh b/dns/powerdns-recursor/files/patch-rec_channel.hh deleted file mode 100644 index 9c9967bbcb22..000000000000 --- a/dns/powerdns-recursor/files/patch-rec_channel.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- rec_channel.hh.orig 2014-09-09 09:33:33 UTC -+++ rec_channel.hh -@@ -4,6 +4,7 @@ - #include - #include - #include -+#include - - - /** this class is used both to send and answer channel commands to the PowerDNS Recursor */