diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-04-21 16:58:26 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-04-21 16:58:26 +0000 |
commit | 551496002207129285b709a89863af8a414819a9 (patch) | |
tree | 9b8a30dd1275c47b858e0b9aa32eeea8cc2db931 /net/socks5/files/patch-ap | |
parent | Really enable MAKE_JOBS_SAFE. (diff) |
Remove net/socks5 from the ports tree.
There are numerous redistribution and legal issues surrounding
this piece of software.
net/socks5
Notes
Notes:
svn path=/head/; revision=295194
Diffstat (limited to 'net/socks5/files/patch-ap')
-rw-r--r-- | net/socks5/files/patch-ap | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/socks5/files/patch-ap b/net/socks5/files/patch-ap deleted file mode 100644 index 537aa5fdaa8e..000000000000 --- a/net/socks5/files/patch-ap +++ /dev/null @@ -1,18 +0,0 @@ ---- include/hide.h.orig Wed Aug 4 04:59:30 1999 -+++ include/hide.h Mon Feb 21 14:41:49 2000 -@@ -19,6 +19,7 @@ - #ifdef HAVE_GETHOSTBYNAME2 - #define gethostbyname2 HIDE(gethostbyname2) - #endif -+#define getaddrinfo HIDE(getaddrinfo) - #define gethostbyname HIDE(gethostbyname) - #define getpeername HIDE(getpeername) - #define getsockname HIDE(getsockname) -@@ -53,6 +54,7 @@ - #ifdef HAVE_GETHOSTBYNAME2 - #undef gethostbyname2 - #endif -+#undef getaddrinfo - #undef gethostbyname - #undef getpeername - #undef getsockname |