mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01: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>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
committed by
Jeffery To
parent
99a5a094eb
commit
b1cbd93bcd
@@ -1,6 +1,5 @@
|
||||
diff -Nur tcpproxy-1.2.orig/src/cfg_parser.c tcpproxy-1.2/src/cfg_parser.c
|
||||
--- tcpproxy-1.2.orig/src/cfg_parser.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ tcpproxy-1.2/src/cfg_parser.c 2015-05-17 18:10:54.933307372 +0200
|
||||
--- /dev/null
|
||||
+++ b/src/cfg_parser.c
|
||||
@@ -0,0 +1,1374 @@
|
||||
+
|
||||
+#line 1 "cfg_parser.rl"
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
Index: tcpproxy-1.2/src/configure
|
||||
===================================================================
|
||||
--- tcpproxy-1.2.orig/src/configure 2017-12-03 13:12:34.483712208 +0100
|
||||
+++ tcpproxy-1.2/src/configure 2017-12-03 13:13:56.677386919 +0100
|
||||
@@ -195,9 +195,6 @@
|
||||
--- a/src/configure
|
||||
+++ b/src/configure
|
||||
@@ -195,9 +195,6 @@ if which git >/dev/null; then
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -12,7 +10,7 @@ Index: tcpproxy-1.2/src/configure
|
||||
cat > config.h <<EOF
|
||||
/*
|
||||
* tcpproxy config header
|
||||
@@ -211,7 +208,6 @@
|
||||
@@ -211,7 +208,6 @@ cat > config.h <<EOF
|
||||
#define TCPPROXY_config_h_INCLUDED
|
||||
|
||||
#define VERSION_STRING_0 "tcpproxy version $VERSION"
|
||||
@@ -20,11 +18,9 @@ Index: tcpproxy-1.2/src/configure
|
||||
|
||||
#define TARGET "$TARGET"
|
||||
#define PREFIX "$PREFIX"
|
||||
Index: tcpproxy-1.2/src/options.c
|
||||
===================================================================
|
||||
--- tcpproxy-1.2.orig/src/options.c 2015-05-14 00:14:22.000000000 +0200
|
||||
+++ tcpproxy-1.2/src/options.c 2017-12-03 13:14:37.442219952 +0100
|
||||
@@ -326,11 +326,9 @@
|
||||
--- a/src/options.c
|
||||
+++ b/src/options.c
|
||||
@@ -326,11 +326,9 @@ void options_print_version()
|
||||
{
|
||||
printf("%s\n", VERSION_STRING_0);
|
||||
#if defined(__clang__)
|
||||
|
||||
Reference in New Issue
Block a user