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/pthsem | |
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/pthsem')
-rw-r--r-- | libs/pthsem/patches/001-linux3x-fix.patch | 7 | ||||
-rw-r--r-- | libs/pthsem/patches/002-fix-signal.h | 10 | ||||
-rw-r--r-- | libs/pthsem/patches/003-linux4x-fix.patch | 6 |
3 files changed, 10 insertions, 13 deletions
diff --git a/libs/pthsem/patches/001-linux3x-fix.patch b/libs/pthsem/patches/001-linux3x-fix.patch index 3b968f727..60aff546e 100644 --- a/libs/pthsem/patches/001-linux3x-fix.patch +++ b/libs/pthsem/patches/001-linux3x-fix.patch @@ -1,6 +1,6 @@ ---- pthsem-2.0.8/acinclude.m4 -+++ pthsem-2.0.8/acinclude.m4 -@@ -892,6 +892,8 @@ +--- a/acinclude.m4 ++++ b/acinclude.m4 +@@ -892,6 +892,8 @@ case $PLATFORM in case "x`uname -r`" in changequote(, )dnl x2.[23456789]* ) ;; @@ -9,4 +9,3 @@ changequote([, ]) * ) braindead=yes ;; esac - diff --git a/libs/pthsem/patches/002-fix-signal.h b/libs/pthsem/patches/002-fix-signal.h index 0e4fdfc7f..79791532f 100644 --- a/libs/pthsem/patches/002-fix-signal.h +++ b/libs/pthsem/patches/002-fix-signal.h @@ -1,5 +1,5 @@ ---- a/pth.h.in 2015-07-16 21:14:48.786970549 +0200 -+++ b/pth.h.in 2015-07-16 21:15:22.439416462 +0200 +--- a/pth.h.in ++++ b/pth.h.in @@ -43,7 +43,7 @@ #include <time.h> /* for struct timespec */ #include <sys/time.h> /* for struct timeval */ @@ -9,9 +9,9 @@ @EXTRA_INCLUDE_SYS_SELECT_H@ /* fallbacks for essential typedefs */ ---- a/pthread.h.in 2015-07-16 21:14:58.948310639 +0200 -+++ b/pthread.h.in 2015-07-16 21:15:40.989869061 +0200 -@@ -111,7 +111,7 @@ +--- a/pthread.h.in ++++ b/pthread.h.in +@@ -111,7 +111,7 @@ typedef int __vendor_sched_param; #include <sys/types.h> /* for ssize_t */ #include <sys/time.h> /* for struct timeval */ #include <sys/socket.h> /* for sockaddr */ diff --git a/libs/pthsem/patches/003-linux4x-fix.patch b/libs/pthsem/patches/003-linux4x-fix.patch index d8e4d1735..167ba4e59 100644 --- a/libs/pthsem/patches/003-linux4x-fix.patch +++ b/libs/pthsem/patches/003-linux4x-fix.patch @@ -1,7 +1,5 @@ -Index: pthsem-2.0.8/acinclude.m4 -=================================================================== ---- pthsem-2.0.8.orig/acinclude.m4 -+++ pthsem-2.0.8/acinclude.m4 +--- a/acinclude.m4 ++++ b/acinclude.m4 @@ -894,6 +894,8 @@ changequote(, )dnl x2.[23456789]* ) ;; changequote(, )dnl |