diff options
author | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-20 16:02:15 -0800 |
---|---|---|
committer | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-20 16:02:15 -0800 |
commit | 5d8d4fbbcb5c5de9370711c19bb3510210989a98 (patch) | |
tree | d0754921833f413b7eb93fb6bb1b1c8a22fb0498 /libs/nspr | |
parent | d651082447b4392399a40ea1ae11d0bce4bfe83a (diff) |
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>
Diffstat (limited to 'libs/nspr')
-rw-r--r-- | libs/nspr/patches/001-Makefile.in_rm_BUILD_STRING_and_BUILD_TIME.patch | 13 | ||||
-rw-r--r-- | libs/nspr/patches/002-native_and_musl_fix.patch | 12 |
2 files changed, 7 insertions, 18 deletions
diff --git a/libs/nspr/patches/001-Makefile.in_rm_BUILD_STRING_and_BUILD_TIME.patch b/libs/nspr/patches/001-Makefile.in_rm_BUILD_STRING_and_BUILD_TIME.patch index 184f89cf4..4b4b6fb39 100644 --- a/libs/nspr/patches/001-Makefile.in_rm_BUILD_STRING_and_BUILD_TIME.patch +++ b/libs/nspr/patches/001-Makefile.in_rm_BUILD_STRING_and_BUILD_TIME.patch @@ -22,8 +22,6 @@ Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> pr/src/Makefile.in | 8 +------- 4 files changed, 4 insertions(+), 28 deletions(-) -diff --git a/lib/ds/Makefile.in b/lib/ds/Makefile.in -index e737791..b578476 100644 --- a/nspr/lib/ds/Makefile.in +++ b/nspr/lib/ds/Makefile.in @@ -110,13 +110,7 @@ GARBAGE += $(TINC) @@ -41,8 +39,6 @@ index e737791..b578476 100644 $(OBJDIR)/plvrsion.$(OBJ_SUFFIX): plvrsion.c $(TINC) -diff --git a/lib/libc/src/Makefile.in b/lib/libc/src/Makefile.in -index e8a6d9f..978ed28 100644 --- a/nspr/lib/libc/src/Makefile.in +++ b/nspr/lib/libc/src/Makefile.in @@ -112,13 +112,7 @@ GARBAGE += $(TINC) @@ -60,8 +56,6 @@ index e8a6d9f..978ed28 100644 $(OBJDIR)/plvrsion.$(OBJ_SUFFIX): plvrsion.c $(TINC) -diff --git a/lib/prstreams/Makefile.in b/lib/prstreams/Makefile.in -index aeb2944..f318097 100644 --- a/nspr/lib/prstreams/Makefile.in +++ b/nspr/lib/prstreams/Makefile.in @@ -110,13 +110,7 @@ endif @@ -79,11 +73,9 @@ index aeb2944..f318097 100644 $(OBJDIR)/plvrsion.$(OBJ_SUFFIX): plvrsion.c $(TINC) -diff --git a/pr/src/Makefile.in b/pr/src/Makefile.in -index 19c5a69..b4ac31c 100644 --- a/nspr/pr/src/Makefile.in +++ b/nspr/pr/src/Makefile.in -@@ -310,13 +310,7 @@ GARBAGE += $(TINC) +@@ -306,13 +306,7 @@ GARBAGE += $(TINC) $(TINC): @$(MAKE_OBJDIR) @@ -98,6 +90,3 @@ index 19c5a69..b4ac31c 100644 $(OBJDIR)/prvrsion.$(OBJ_SUFFIX): prvrsion.c $(TINC) --- -2.7.4 - diff --git a/libs/nspr/patches/002-native_and_musl_fix.patch b/libs/nspr/patches/002-native_and_musl_fix.patch index c5485dbfe..d2c2d73bd 100644 --- a/libs/nspr/patches/002-native_and_musl_fix.patch +++ b/libs/nspr/patches/002-native_and_musl_fix.patch @@ -1,6 +1,6 @@ ---- a/nspr/config/config.mk 2017-10-31 13:13:22.692343122 +0200 -+++ b/nspr/config/config.mk 2017-10-31 13:13:58.758016378 +0200 -@@ -126,6 +126,9 @@ +--- a/nspr/config/config.mk ++++ b/nspr/config/config.mk +@@ -126,6 +126,9 @@ endif ifeq ($(USE_IPV6),1) DEFINES += -D_PR_INET6 @@ -10,9 +10,9 @@ endif ifeq ($(MOZ_UNICODE),1) ---- a/nspr/config/Makefile.in 2019-03-31 13:44:56.919871810 +0300 -+++ b/nspr/config/Makefile.in 2019-03-31 13:45:21.560545948 +0300 -@@ -30,7 +30,7 @@ +--- a/nspr/config/Makefile.in ++++ b/nspr/config/Makefile.in +@@ -30,7 +30,7 @@ CSRCS = now.c # This version hasn't been ported for us; the one in mozilla/config has ifneq ($(OS_ARCH),OS2) |