svn commit: r381411 - head/dns/unbound
Sergey Matveychuk
sem at FreeBSD.org
Mon Mar 16 15:33:45 UTC 2015
Author: sem
Date: Mon Mar 16 15:33:44 2015
New Revision: 381411
URL: https://svnweb.freebsd.org/changeset/ports/381411
QAT: https://qat.redports.org/buildarchive/r381411/
Log:
- Fix option name
- Hide patch output
Modified:
head/dns/unbound/Makefile
Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile Mon Mar 16 15:26:10 2015 (r381410)
+++ head/dns/unbound/Makefile Mon Mar 16 15:33:44 2015 (r381411)
@@ -29,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 FILTER_AAA
+OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT FILTER_AAAA
OPTIONS_DEFAULT=THREADS ECDSA
LIBEVENT_DESC= Build against libevent
@@ -100,7 +100,7 @@ post-patch:
s|$$(configfile); fi|$$(configfile).sample|' \
${WRKSRC}/Makefile.in
.if ${PORT_OPTIONS:MFILTER_AAAA}
- cat ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1
+ cat ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1 -s
.endif
post-build:
More information about the svn-ports-all
mailing list