diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2021-07-16 07:47:43 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-07-16 07:49:26 +0000 |
commit | 4f93a44b5d390ce5d1a98c74cc77d34e56f1f14f (patch) | |
tree | 2981a53b9b4c88239baf889cc65d879002d2fa28 | |
parent | 7bbc8e2b2041b0275d6fe4991d6e31c441e5332a (diff) |
dns/powerdns: Remove unneeded dep and fix TOOLS option
PR: 257198
Reported by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Reviewed by: Ralf van der Enden <tremere@cainites.net> (maintainer)
-rw-r--r-- | dns/powerdns/Makefile | 6 | ||||
-rw-r--r-- | dns/powerdns/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 9480417196ae..90714afa7b37 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -12,8 +12,7 @@ LICENSE= GPLv2 BROKEN_sparc64= Does not compile: error: to_string is not a member of std LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ - libcurl.so:ftp/curl \ - libprotobuf.so:devel/protobuf + libcurl.so:ftp/curl USES= autoreconf compiler:c++11-lib cpe gmake libtool \ localbase:ldflags pathfix pkgconfig ssl tar:bzip2 @@ -27,8 +26,7 @@ CONFIGURE_ARGS= --disable-static \ --sysconfdir="${PREFIX}/etc/pdns" \ --with-boost="${LOCALBASE}" \ --with-dynmodules="pipe bind ${MODULES}" \ - --with-modules="" \ - --with-protobuf + --with-modules="" SCRIPTS_ENV= CURDIR2="${.CURDIR}" \ DISTNAME="${DISTNAME}" \ diff --git a/dns/powerdns/pkg-plist b/dns/powerdns/pkg-plist index 89fd1773ee8e..4ff983b16f7d 100644 --- a/dns/powerdns/pkg-plist +++ b/dns/powerdns/pkg-plist @@ -3,6 +3,7 @@ bin/pdnsutil bin/zone2json bin/zone2sql sbin/pdns_server +%%TOOLS%%bin/dnspcap2protobuf %%TOOLS%%bin/calidns %%TOOLS%%bin/dnsbulktest %%TOOLS%%bin/dnsgram @@ -53,6 +54,7 @@ man/man1/pdns_server.1.gz man/man1/zone2json.1.gz %%OPENLDAP%%man/man1/zone2ldap.1.gz man/man1/zone2sql.1.gz +%%TOOLS%%man/man1/dnspcap2protobuf.1.gz %%TOOLS%%man/man1/dnstcpbench.1.gz %%TOOLS%%man/man1/dnsreplay.1.gz %%TOOLS%%man/man1/dnsscope.1.gz |