From 5d8d4fbbcb5c5de9370711c19bb3510210989a98 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Sat, 20 Feb 2021 16:02:15 -0800 Subject: treewide: Run refresh on all packages The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy --- net/isc-dhcp/patches/520-bind-no-catgets.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/isc-dhcp/patches') diff --git a/net/isc-dhcp/patches/520-bind-no-catgets.patch b/net/isc-dhcp/patches/520-bind-no-catgets.patch index 5655b08eb..ed8a4b063 100644 --- a/net/isc-dhcp/patches/520-bind-no-catgets.patch +++ b/net/isc-dhcp/patches/520-bind-no-catgets.patch @@ -1,6 +1,6 @@ --- a/bind/Makefile.in +++ b/bind/Makefile.in -@@ -57,6 +57,7 @@ +@@ -57,6 +57,7 @@ bind1: rm -rf ${cleandirs} ${cleanfiles} ; \ (cd ${bindsrcdir} && \ export CC=${CROSS_CC} && \ -- cgit v1.2.3