summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-16 19:12:02 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-01-21 22:19:28 +0100
commit8ad8e928285b68606f7d9e4dcdfcba8092cb6e53 (patch)
treeb5b44f359713b376f67a2dccecd90c3f75551ff1 /net-misc
parentnet-dns/ddclient: remove unused patch/files. (diff)
downloadgentoo-8ad8e928285b68606f7d9e4dcdfcba8092cb6e53.tar.gz
gentoo-8ad8e928285b68606f7d9e4dcdfcba8092cb6e53.tar.bz2
gentoo-8ad8e928285b68606f7d9e4dcdfcba8092cb6e53.zip
net-misc/vpncwatch: remove unused patches.
Closes: https://github.com/gentoo/gentoo/pull/3511
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch21
-rw-r--r--net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch11
-rw-r--r--net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch11
3 files changed, 0 insertions, 43 deletions
diff --git a/net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch b/net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch
deleted file mode 100644
index f32e538ade40..000000000000
--- a/net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile 2008-02-04 09:44:34.000000000 +0100
-+++ Makefile.new 2009-02-08 18:49:06.061291832 +0100
-@@ -10,7 +10,7 @@
- OBJS = vpncwatch.o proc.o net.o
-
- CC ?= gcc
--CFLAGS = -D_GNU_SOURCE -O2 -Wall -Werror
-+CFLAGS += -D_GNU_SOURCE
-
- vpncwatch: $(OBJS)
- $(CC) $(CFLAGS) -o $@ $(OBJS)
-@@ -13,7 +13,7 @@
- CFLAGS = -D_GNU_SOURCE -O2 -Wall -Werror
-
- vpncwatch: $(OBJS)
-- $(CC) $(CFLAGS) -o $@ $(OBJS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
-
- .c.o:
- $(CC) $(CFLAGS) -c -o $@ $<
-
diff --git a/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch b/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch
deleted file mode 100644
index 91c3f5b28399..000000000000
--- a/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- vpncwatch.c.orig 2009-02-08 17:03:14.296036582 +0100
-+++ vpncwatch.c 2009-02-08 17:02:56.932904474 +0100
-@@ -31,6 +31,7 @@
- #include <arpa/inet.h>
- #include <netdb.h>
- #include <errno.h>
-+#include <linux/limits.h>
-
-
- #include "vpncwatch.h"
-
diff --git a/net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch b/net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch
deleted file mode 100644
index 2944464c08bc..000000000000
--- a/net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- net.c 2008-02-04 09:28:51.000000000 +0100
-+++ net.c.new 2009-02-08 17:13:31.188241104 +0100
-@@ -53,7 +53,7 @@
- /* get the server address */
- if (inet_pton(AF_INET, chkhost, &(chksock.sin_addr.s_addr)) <= 0) {
- if ((host = gethostbyname(chkhost)) == NULL) {
-- syslog(LOG_ERR, hstrerror(h_errno));
-+ syslog(LOG_ERR, "%s", hstrerror(h_errno));
- return 0;
- }
-