Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2021 07:49:32 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4f93a44b5d39 - main - dns/powerdns: Remove unneeded dep and fix TOOLS option
Message-ID:  <202107160749.16G7nWgR082620@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f93a44b5d390ce5d1a98c74cc77d34e56f1f14f

commit 4f93a44b5d390ce5d1a98c74cc77d34e56f1f14f
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-07-16 07:47:43 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-07-16 07:49:26 +0000

    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)
---
 dns/powerdns/Makefile  | 6 ++----
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107160749.16G7nWgR082620>