aboutsummaryrefslogtreecommitdiff
path: root/dns/powerdns-recursor40/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-31 13:37:58 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-31 13:37:58 +0000
commitd1a5353b9cccb568b52fb525175941ad0b8a0345 (patch)
tree25abb8f5b9cdfd31fb9d446791a87606bf77ff0b /dns/powerdns-recursor40/Makefile
parentd460c1a711a6e1319160cba021ecc281f1e4fc70 (diff)
Remove expired ports:
2018-12-31 net/libsrtp: Superseded by libsrtp2 2018-12-31 x11-toolkits/wlc: Deprecated upstream 2018-12-31 japanese/spamassassin: does not build 2018-12-31 www/spdylay: SPDY is deprecated, use HTTP/2 instead 2018-12-31 www/moodle33: Upstream no longer maintained 2018-12-31 security/krb5-114: EOL twelve months after release of krb5-1.16 2018-12-31 databases/mongodb32: EOL upstream since September 2018 2018-12-31 databases/mongodb32-tools: EOL upstream since September 2018 2018-12-31 audio/creox: Qt4 has been EOL since december 2015 2018-12-31 audio/terminatorx: Unmaintained, broken too often 2018-12-31 audio/shoutcast: Upstream vendor no longer provides releases 2018-12-31 dns/powerdns-recursor40: FreeBSD 10.3 has reached EoL since 2018-04-30; users should upgrade and use dns/powerdns-recursor instead 2018-12-31 sysutils/ataidle: obsoleted by camcontrol(8) 2018-12-31 sysutils/syslog-ng37: No longer officially supported by Balabit, does not support openssl111 2018-12-31 sysutils/cfengine22: No longeer supported by cfengine.com 2018-12-31 sysutils/syslog-ng36: No longer officially supported by Balabit, does not support openssl111
Notes
Notes: svn path=/head/; revision=488786
Diffstat (limited to 'dns/powerdns-recursor40/Makefile')
-rw-r--r--dns/powerdns-recursor40/Makefile69
1 files changed, 0 insertions, 69 deletions
diff --git a/dns/powerdns-recursor40/Makefile b/dns/powerdns-recursor40/Makefile
deleted file mode 100644
index e25011d3ac60..000000000000
--- a/dns/powerdns-recursor40/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# Created by: sten@blinkenlights.nl
-# $FreeBSD$
-
-PORTNAME= recursor
-DISTVERSION= 4.0.9
-PORTREVISION?= 3
-CATEGORIES= dns ipv6
-MASTER_SITES= http://downloads.powerdns.com/releases/
-PKGNAMEPREFIX= powerdns-
-PKGNAMESUFFIX= 40
-DISTNAME= pdns-${PORTNAME}-${DISTVERSION}
-
-MAINTAINER= tremere@cainites.net
-COMMENT= Advanced DNS recursor
-
-LICENSE= GPLv2
-
-DEPRECATED= FreeBSD 10.3 has reached EoL since 2018-04-30; users should upgrade and use dns/powerdns-recursor instead
-EXPIRATION_DATE= 2018-12-31
-
-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
-
-BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
-LIB_DEPENDS= libboost_context.so:devel/boost-libs \
- libprotobuf.so:devel/protobuf
-
-CONFLICTS_INSTALL= powerdns-recursor
-
-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 \
- --with-protobuf
-
-CPE_VENDOR= powerdns
-
-USE_RC_SUBR= pdns-recursor
-
-OPTIONS_DEFINE= OPTALGO SETUID
-OPTIONS_DEFAULT= LUA SETUID
-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 & 16)
-SETUID_DESC= Run as pdns_recursor user
-
-LUA_CONFIGURE_WITH= lua
-LUA_USES= lua
-
-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
-SETUID_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-setuid
-
-SUB_FILES= pkg-message
-
-.include <bsd.port.mk>