svn commit: r381404 - head/dns/unbound

Sergey Matveychuk sem at FreeBSD.org
Mon Mar 16 14:47:53 UTC 2015


Author: sem
Date: Mon Mar 16 14:47:51 2015
New Revision: 381404
URL: https://svnweb.freebsd.org/changeset/ports/381404
QAT: https://qat.redports.org/buildarchive/r381404/

Log:
  - Option to apply contrib/aaaa-filter-iterator.patch
  
  PR:		198581
  Submitted by:	darksoul at darkbsd.org

Modified:
  head/dns/unbound/Makefile

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Mon Mar 16 14:12:12 2015	(r381403)
+++ head/dns/unbound/Makefile	Mon Mar 16 14:47:51 2015	(r381404)
@@ -3,6 +3,7 @@
 
 PORTNAME=	unbound
 PORTVERSION=	1.5.3
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://unbound.net/downloads/
 
@@ -28,7 +29,7 @@ PORTDOCS=	CREDITS Changelog FEATURES LIC
 		ietf67-design-02.pdf requirements.txt
 PLIST_SUB+=	PYTHON=${PYTHON} MUNIN=${MUNIN}
 
-OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT
+OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT FILTER_AAA
 OPTIONS_DEFAULT=THREADS ECDSA
 
 LIBEVENT_DESC=	Build against libevent
@@ -98,6 +99,9 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|if test ! -e $$(DESTDIR)$$(configfile); then || ; \
 		s|$$(configfile); fi|$$(configfile).sample|' \
 		${WRKSRC}/Makefile.in
+.if ${PORT_OPTIONS:MFILTER_AAAA}
+	at ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1
+.endif
 
 post-build:
 	@for s in ${STRIP_FILES}; do ${STRIP_CMD} ${WRKSRC}/$$s; done


More information about the svn-ports-head mailing list