Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2015 14:47:52 +0000 (UTC)
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381404 - head/dns/unbound
Message-ID:  <201503161447.t2GElqCN051485@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503161447.t2GElqCN051485>