diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 11:45:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 11:45:12 +0800 |
commit | 186438d146a394b729a7b139b9ec68187245cbf3 (patch) | |
tree | 47a0ecc20682a7a4895cc432843a845b1c7f6905 /dns | |
parent | 3893119e13cf8350d8a3616ebffc77669eba37fe (diff) | |
download | freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.tar.gz freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.tar.zst freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.zip |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnscrypt-wrapper/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsviz/Makefile | 2 | ||||
-rw-r--r-- | dns/knot-resolver/Makefile | 2 | ||||
-rw-r--r-- | dns/powerdns-recursor/Makefile | 4 | ||||
-rw-r--r-- | dns/powerdns/Makefile | 1 |
5 files changed, 0 insertions, 11 deletions
diff --git a/dns/dnscrypt-wrapper/Makefile b/dns/dnscrypt-wrapper/Makefile index b8b9b4ce2dce..7f567a97a7f8 100644 --- a/dns/dnscrypt-wrapper/Makefile +++ b/dns/dnscrypt-wrapper/Makefile @@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsodium.so:security/libsodium \ libevent.so:devel/libevent2 -BROKEN_FreeBSD_9= does not install (too long username) - USE_GITHUB= yes GH_ACCOUNT= Cofyc diff --git a/dns/dnsviz/Makefile b/dns/dnsviz/Makefile index 6249437431c7..fbcfb064538e 100644 --- a/dns/dnsviz/Makefile +++ b/dns/dnsviz/Makefile @@ -19,8 +19,6 @@ USE_PYTHON= autoplist distutils USE_GITHUB= yes PYDISTUTILS_INSTALLNOSINGLE= yes -BROKEN_FreeBSD_9= dependency py-m2crypto requires OpenSSL 1.0.1e+ - post-patch: @${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile index 2af00b9a3605..5bcd676bb6db 100644 --- a/dns/knot-resolver/Makefile +++ b/dns/knot-resolver/Makefile @@ -22,8 +22,6 @@ LIB_DEPENDS= libknot.so:dns/knot2 \ CONFLICTS= knot-1.* knot1-[0-6].* -BROKEN_FreeBSD_9= does not build, see PR#212215 for build failures - MAKE_ARGS+= PREFIX=${PREFIX} MAKE_ARGS+= LIBDIR=${PREFIX}/lib MAKE_ARGS+= PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index 5a26743b298f..9a453858cdd5 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -56,10 +56,6 @@ GROUPS= pdns .include <bsd.port.pre.mk> -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_9= FreeBSD 9.x requires SSL from ports -.endif - .if ${OSVERSION} < 1000000 && ${ARCH} == i386 #BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LDFLAGS+= -latomic diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 5efcd5c432f2..6d541fa2a54c 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -14,7 +14,6 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_serialization.so:devel/boost-libs -BROKEN_FreeBSD_9= Does not link BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not compile: error: to_string is not a member of std |