svn commit: r541850 - head/dns/unbound

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jul 10 09:37:24 UTC 2020


Author: danfe
Date: Fri Jul 10 09:37:23 2020
New Revision: 541850
URL: https://svnweb.freebsd.org/changeset/ports/541850

Log:
  Unbreak the build with FILTER_AAAA option.
  
  PR:	246648

Modified:
  head/dns/unbound/Makefile

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Fri Jul 10 09:35:17 2020	(r541849)
+++ head/dns/unbound/Makefile	Fri Jul 10 09:37:23 2020	(r541850)
@@ -89,7 +89,9 @@ post-patch:
 		${WRKSRC}/Makefile.in
 
 post-patch-FILTER_AAAA-on:
-	${CAT} ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1 -s
+	${SED} 's/INIT_REQUEST_STATE, FINISHED_STATE, &subq, 1/&, 0/' \
+		${WRKSRC}/contrib/aaaa-filter-iterator.patch | \
+		${PATCH} -d ${WRKSRC} -p1 -s
 
 post-build:
 	@for s in ${STRIP_FILES}; do ${STRIP_CMD} ${WRKSRC}/$$s; done


More information about the svn-ports-all mailing list