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 <ilya.lipnitskiy@gmail.com>
This commit is contained in:
Ilya Lipnitskiy
2021-02-20 16:02:15 -08:00
parent d651082447
commit 5d8d4fbbcb
558 changed files with 1518 additions and 2977 deletions

View File

@@ -1,6 +1,6 @@
--- bc-1.06.95/Makefile.in 2010-07-03 10:48:13.422725147 +0000
+++ bc-1.06.95/Makefile.in 2010-07-03 10:50:09.714725197 +0000
@@ -149,7 +149,7 @@
--- a/Makefile.in
+++ b/Makefile.in
@@ -149,7 +149,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
@@ -9,8 +9,8 @@
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \
stamp-h $(distdir).tar.gz h/number.h depcomp missing
--- bc-1.06.95/Makefile.am 2010-07-03 10:48:32.522725037 +0000
+++ bc-1.06.95/Makefile.am 2010-07-03 10:48:38.114725024 +0000
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in