Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2020 09:37:24 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541850 - head/dns/unbound
Message-ID:  <202007100937.06A9bO1O019065@repo.freebsd.org>

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



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