svn commit: r366392 - head/dns/powerdns-devel
John Marino
marino at FreeBSD.org
Thu Aug 28 10:58:06 UTC 2014
Author: marino
Date: Thu Aug 28 10:58:05 2014
New Revision: 366392
URL: http://svnweb.freebsd.org/changeset/ports/366392
QAT: https://qat.redports.org/buildarchive/r366392/
Log:
dns/powerdns-devel: Fix stage-qa / plist-issues
PR: 192401
Fix by: maintainer (Ralf van der Enden)
Modified:
head/dns/powerdns-devel/Makefile
head/dns/powerdns-devel/pkg-plist
Modified: head/dns/powerdns-devel/Makefile
==============================================================================
--- head/dns/powerdns-devel/Makefile Thu Aug 28 10:40:16 2014 (r366391)
+++ head/dns/powerdns-devel/Makefile Thu Aug 28 10:58:05 2014 (r366392)
@@ -2,7 +2,7 @@
PORTNAME= powerdns
PORTVERSION= 3.3.1
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= dns ipv6
PKGNAMESUFFIX= -devel
@@ -32,7 +32,8 @@ GNU_CONFIGURE= YES
INSTALL_TARGET= install-strip
CXXFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --with-modules="" \
+CONFIGURE_ARGS= --disable-static \
+ --with-modules="" \
--with-dynmodules="pipe ${MODULES}" \
--sysconfdir="${PREFIX}/etc/pdns" \
--with-boost="${LOCALBASE}"
Modified: head/dns/powerdns-devel/pkg-plist
==============================================================================
--- head/dns/powerdns-devel/pkg-plist Thu Aug 28 10:40:16 2014 (r366391)
+++ head/dns/powerdns-devel/pkg-plist Thu Aug 28 10:58:05 2014 (r366392)
@@ -21,6 +21,7 @@ sbin/pdns_server
%%TINYDNS%%lib/libtinydnsbackend.so
%%REMOTE%%lib/libremotebackend.so
%%MYDNS%%lib/libmydnsbackend.so
+%%LUA%%lib/libluabackend.so
lib/libpipebackend.so
%%TOOLS%%man/man1/dnstcpbench.1.gz
%%TOOLS%%man/man8/dnsreplay.8.gz
More information about the svn-ports-all
mailing list