diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-20 13:44:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-20 13:44:02 +0000 |
commit | 187f303b30951e51291bcaa38c7a64fa6e8913c5 (patch) | |
tree | a4cb0a17ae6c2c5f4615b79547708fcdd9b954f3 /net/proxychains/files/patch-proxychains-libproxychains.c | |
parent | - Don't set --prefix configure argument, it's done automatically (diff) |
- This port requires dig during runtime
- Reroll patch to satisfy portlint
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=420511
Diffstat (limited to 'net/proxychains/files/patch-proxychains-libproxychains.c')
-rw-r--r-- | net/proxychains/files/patch-proxychains-libproxychains.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/proxychains/files/patch-proxychains-libproxychains.c b/net/proxychains/files/patch-proxychains-libproxychains.c index f2492bc1b3c5..d74361bce9ae 100644 --- a/net/proxychains/files/patch-proxychains-libproxychains.c +++ b/net/proxychains/files/patch-proxychains-libproxychains.c @@ -1,6 +1,6 @@ ---- proxychains/libproxychains.c.orig Wed Mar 15 18:16:59 2006 -+++ proxychains/libproxychains.c Sun Dec 10 01:16:37 2006 -@@ -160,7 +160,7 @@ +--- proxychains/libproxychains.c.orig 2006-03-15 16:16:59 UTC ++++ proxychains/libproxychains.c +@@ -160,7 +160,7 @@ static inline void get_chain_data( if(!(file=fopen("./proxychains.conf","r"))) if(!(file=fopen(buff,"r"))) @@ -9,7 +9,7 @@ { perror("Can't locate proxychains.conf"); exit(1); -@@ -290,8 +290,8 @@ +@@ -290,8 +290,8 @@ void freeaddrinfo(struct addrinfo *res) int getnameinfo (const struct sockaddr * sa, socklen_t salen, char * host, |