diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/vpnc/working.patch | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/vpnc/working.patch')
-rw-r--r-- | testing/vpnc/working.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/vpnc/working.patch b/testing/vpnc/working.patch deleted file mode 100644 index 2a6e1a19a2..0000000000 --- a/testing/vpnc/working.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff --git a/sysdep.c b/sysdep.c -index ff07753..43fdb74 100644 ---- a/sysdep.c -+++ b/sysdep.c -@@ -59,7 +59,7 @@ - #if defined(__DragonFly__) - #include <net/tun/if_tun.h> - #elif defined(__linux__) --#include <linux/if_tun.h> -+/*#include <linux/if_tun.h>*/ - #elif defined(__APPLE__) - /* no header for tun */ - #elif defined(__CYGWIN__) -diff --git a/sysdep.h b/sysdep.h -index a5eafd6..af34e94 100644 ---- a/sysdep.h -+++ b/sysdep.h -@@ -38,11 +38,13 @@ int tun_get_hwaddr(int fd, char *dev, uint8_t *hwaddr); - - /***************************************************************************/ - #if defined(__linux__) || defined(__GLIBC__) -+#ifdef __GLIBC__ - #include <error.h> -+#define HAVE_ERROR 1 -+#endif - - #define HAVE_VASPRINTF 1 - #define HAVE_ASPRINTF 1 --#define HAVE_ERROR 1 - #define HAVE_GETLINE 1 - #define HAVE_UNSETENV 1 - #define HAVE_SETENV 1 |