diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 05:37:58 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 05:37:58 +0000 |
| commit | 5f87cef0b9c7f52910072390c8f5393fb8318bb1 (patch) | |
| tree | 2a2b7e504b59e66f13d40a25e7da84176233ccef /net/proxychains/files/patch-::configure | |
| parent | New port: yaph 0.91 (diff) | |
New port, proxychains 1.8.2
This program forces any tcp connection made by any given
tcp client to follow through proxy (or proxy chain). It is
a kind of proxifier. It acts like sockscap / permeo /
eborder driver (intercepts TCP calls).
PR: ports/53318
Submitted by: Patrick MARIE <mycroft@virgaria.org>
Notes
Notes:
svn path=/head/; revision=90746
Diffstat (limited to 'net/proxychains/files/patch-::configure')
| -rw-r--r-- | net/proxychains/files/patch-::configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/proxychains/files/patch-::configure b/net/proxychains/files/patch-::configure new file mode 100644 index 000000000000..d97365486d48 --- /dev/null +++ b/net/proxychains/files/patch-::configure @@ -0,0 +1,22 @@ +--- configure.old Sat Jun 14 15:08:33 2003 ++++ configure Sat Jun 14 15:09:49 2003 +@@ -807,6 +807,8 @@ + + VERSION=1.8.2 + ++PREFIX=$prefix ++ + if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then + { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } + fi +@@ -816,6 +818,10 @@ + + cat >> confdefs.h <<EOF + #define VERSION "$VERSION" ++EOF ++ ++cat >> confdefs.h <<EOF ++#define PREFIX "$PREFIX" + EOF + + |
