mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
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:
@@ -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);
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user