Date: Mon, 4 Dec 2017 12:36:55 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455510 - in head/dns/powerdns-recursor: . files Message-ID: <201712041236.vB4CatnJ069362@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Mon Dec 4 12:36:55 2017 New Revision: 455510 URL: https://svnweb.freebsd.org/changeset/ports/455510 Log: Update to 4.0.7 - Drop support for Botan 1.10 in favor of Botan 2.x - Backported bugfixes/improvements from the 4.1.x branch - Pet portlint and use DISTVERSION - Added devel/protobuf as dependency as suggested by upstream PR: 224027 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D13338 Deleted: head/dns/powerdns-recursor/files/patch-botan110signers.cc Modified: head/dns/powerdns-recursor/Makefile head/dns/powerdns-recursor/distinfo Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Mon Dec 4 12:12:58 2017 (r455509) +++ head/dns/powerdns-recursor/Makefile Mon Dec 4 12:36:55 2017 (r455510) @@ -2,30 +2,31 @@ # $FreeBSD$ PORTNAME= recursor -PORTVERSION= 4.0.6 -PORTREVISION= 5 +DISTVERSION= 4.0.7 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- -DISTNAME= pdns-${PORTNAME}-${PORTVERSION} +DISTNAME= pdns-${PORTNAME}-${DISTVERSION} MAINTAINER= tremere@cainites.net COMMENT= Advanced DNS recursor LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs -LIB_DEPENDS= libboost_context.so:devel/boost-libs - BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous BROKEN_armv7= fails to compile: use of overloaded operator << is ambiguous BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt BROKEN_powerpc64= fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string -USES= compiler:c++11-lib cpe gmake localbase pkgconfig ssl tar:bzip2 +BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs +LIB_DEPENDS= libboost_context.so:devel/boost-libs \ + libprotobuf.so:devel/protobuf + +USES= compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2 GNU_CONFIGURE= YES CXXFLAGS+= -D_GLIBCXX_USE_C99 -CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \ + --with-protobuf CPE_VENDOR= powerdns @@ -46,9 +47,9 @@ LUA_USES= lua LUAJIT_CONFIGURE_WITH= luajit LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit -OPTALGO_CONFIGURE_ON= --enable-botan1.10 \ +OPTALGO_CONFIGURE_ON= --enable-botan \ --enable-libsodium -OPTALGO_LIB_DEPENDS= libbotan-1.10.so:security/botan110 \ +OPTALGO_LIB_DEPENDS= libbotan-2.so:security/botan2 \ libsodium.so:security/libsodium SETUID_VARS= USERS=pdns_recursor GROUPS=pdns Modified: head/dns/powerdns-recursor/distinfo ============================================================================== --- head/dns/powerdns-recursor/distinfo Mon Dec 4 12:12:58 2017 (r455509) +++ head/dns/powerdns-recursor/distinfo Mon Dec 4 12:36:55 2017 (r455510) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499338924 -SHA256 (pdns-recursor-4.0.6.tar.bz2) = f2182ac644268bb08b865a71351f11d75c5015ac0608a1469eb4c1cd5494d60d -SIZE (pdns-recursor-4.0.6.tar.bz2) = 1105423 +TIMESTAMP = 1512117295 +SHA256 (pdns-recursor-4.0.7.tar.bz2) = 966d1654c32c72bd0cc9b301ae5b723a34e36f3c02e62c73a7643260122f94e7 +SIZE (pdns-recursor-4.0.7.tar.bz2) = 1107546
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712041236.vB4CatnJ069362>