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 /utils/lcdproc | |
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 'utils/lcdproc')
-rw-r--r-- | utils/lcdproc/patches/100-remove-build-timestamp.patch | 16 | ||||
-rw-r--r-- | utils/lcdproc/patches/110-in-outb.patch | 2 |
2 files changed, 7 insertions, 11 deletions
diff --git a/utils/lcdproc/patches/100-remove-build-timestamp.patch b/utils/lcdproc/patches/100-remove-build-timestamp.patch index 33f2c5707..1c6c84dcc 100644 --- a/utils/lcdproc/patches/100-remove-build-timestamp.patch +++ b/utils/lcdproc/patches/100-remove-build-timestamp.patch @@ -1,8 +1,6 @@ -Index: lcdproc-0.5.9/clients/lcdproc/main.c -=================================================================== ---- lcdproc-0.5.9.orig/clients/lcdproc/main.c 2017-04-21 12:43:48.000000000 +0200 -+++ lcdproc-0.5.9/clients/lcdproc/main.c 2017-12-06 23:36:54.674753530 +0100 -@@ -58,7 +58,6 @@ +--- a/clients/lcdproc/main.c ++++ b/clients/lcdproc/main.c +@@ -58,7 +58,6 @@ int Quit = 0; int sock = -1; char *version = VERSION; @@ -10,10 +8,8 @@ Index: lcdproc-0.5.9/clients/lcdproc/main.c int lcd_wid = 0; int lcd_hgt = 0; -Index: lcdproc-0.5.9/server/main.c -=================================================================== ---- lcdproc-0.5.9.orig/server/main.c 2017-04-24 22:17:15.000000000 +0200 -+++ lcdproc-0.5.9/server/main.c 2017-12-06 23:36:47.550605856 +0100 +--- a/server/main.c ++++ b/server/main.c @@ -104,7 +104,6 @@ char *version = VERSION; char *protocol_version = PROTOCOL_VERSION; @@ -22,7 +18,7 @@ Index: lcdproc-0.5.9/server/main.c /**** Configuration variables ****/ -@@ -197,8 +196,8 @@ +@@ -197,8 +196,8 @@ main(int argc, char **argv) /* Report that server is starting (report will be delayed) */ report(RPT_NOTICE, "LCDd version %s starting", version); diff --git a/utils/lcdproc/patches/110-in-outb.patch b/utils/lcdproc/patches/110-in-outb.patch index 7bf34eb30..cd87e18a6 100644 --- a/utils/lcdproc/patches/110-in-outb.patch +++ b/utils/lcdproc/patches/110-in-outb.patch @@ -1,6 +1,6 @@ --- a/server/drivers/port.h +++ b/server/drivers/port.h -@@ -94,7 +94,7 @@ static inline int port_deny_multiple(unsigned short port, unsigned short count); +@@ -94,7 +94,7 @@ static inline int port_deny_multiple(uns /* ---------------------------- Linux ------------------------------------ */ /* Use ioperm, inb and outb in <sys/io.h> (Linux) */ /* And iopl for higher addresses of PCI LPT cards */ |