From 4e78cf2e44fe98f9987011ef0fd7d3cef823684a Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 18 Sep 2015 14:01:05 +0000 Subject: [PATCH] - Drop 8.x support Approved by: portmgr blanket --- dns/gdnsd2/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dns/gdnsd2/Makefile b/dns/gdnsd2/Makefile index 2bfad7b9ad62..5af643f72702 100644 --- a/dns/gdnsd2/Makefile +++ b/dns/gdnsd2/Makefile @@ -43,12 +43,6 @@ URCU_DESC= Read-Copy-Update Support (Faster Zone Parsing) URCU_CONFIGURE_WITH= urcu URCU_LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu -.include - -.if (${OSVERSION} >= 900000 && ${OSVERSION} < 903000) -IGNORE= you must be running FreeBSD 9.3 or higher -.endif - post-patch: @${REINPLACE_CMD} -e 's|$${localstatedir}/lib/$${PACKAGE_NAME}|/var/db/${PORTNAME}|g' \ ${WRKSRC}/configure @@ -60,4 +54,4 @@ post-install: ${STAGEDIR}${PREFIX}/etc/gdnsd/zones \ ${STAGEDIR}/var/run/gdnsd -.include +.include