Date: Mon, 15 Jan 2018 17:17:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459100 - head/dns/powerdns-recursor Message-ID: <201801151717.w0FHHMYU064063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 15 17:17:21 2018 New Revision: 459100 URL: https://svnweb.freebsd.org/changeset/ports/459100 Log: Add libdecaf support - Mark CONFLICTS_INSTALL with dns/powerdns-recursor40 - Chase shlib change of security/botan2 - Bump PORTREVISION for dependency change PR: 225177 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Modified: head/dns/powerdns-recursor/Makefile Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Mon Jan 15 17:17:17 2018 (r459099) +++ head/dns/powerdns-recursor/Makefile Mon Jan 15 17:17:21 2018 (r459100) @@ -3,7 +3,7 @@ PORTNAME= recursor DISTVERSION= 4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- @@ -23,6 +23,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.h LIB_DEPENDS= libboost_context.so:devel/boost-libs \ libprotobuf.so:devel/protobuf +CONFLICTS_INSTALL= powerdns-recursor40 + USES= compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2 GNU_CONFIGURE= YES CXXFLAGS+= -D_GLIBCXX_USE_C99 @@ -39,7 +41,7 @@ OPTIONS_RADIO= LUA_RG OPTIONS_RADIO_LUA_RG= LUA LUAJIT LUAJIT_DESC= Enable LuaJIT LUA_RG_DESC= Lua Engine -OPTALGO_DESC= Enable optional algorithms (12 & 15) +OPTALGO_DESC= Enable optional algorithms (12, 15 & 16) SETUID_DESC= Run as pdns_recursor user LUA_CONFIGURE_WITH= lua @@ -49,8 +51,10 @@ LUAJIT_CONFIGURE_WITH= luajit LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit OPTALGO_CONFIGURE_ON= --enable-botan \ + --enable-libdecaf \ --enable-libsodium OPTALGO_LIB_DEPENDS= libbotan-2.so:security/botan2 \ + libdecaf.so:security/libdecaf \ libsodium.so:security/libsodium SETUID_VARS= USERS=pdns_recursor GROUPS=pdns
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801151717.w0FHHMYU064063>