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 --- utils/lcdproc/patches/100-remove-build-timestamp.patch | 16 ++++++---------- utils/lcdproc/patches/110-in-outb.patch | 2 +- 2 files changed, 7 insertions(+), 11 deletions(-) (limited to 'utils/lcdproc') 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 (Linux) */ /* And iopl for higher addresses of PCI LPT cards */ -- cgit v1.2.3