summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1996-12-05 00:56:20 +0000
committerJohn Polstra <jdp@FreeBSD.org>1996-12-05 00:56:20 +0000
commit23626d1993a66b4db8f1ac1befc35ac32bf55f5a (patch)
tree7a948e50fb1f86b2ce4fe84e5b93096e22b056f3 /net
parentUpdate to December 1st, 1996 version of Wine. (diff)
Update from socks5-beta-0.16.6-exportable to socks5-beta-0.17.1-exportable.
Fix configuration problem caused by FreeBSD major version number change. Submitted by: Doug Ambrisko <ambrisko@whistle.com>
Notes
Notes: svn path=/head/; revision=4805
Diffstat (limited to 'net')
-rw-r--r--net/socks5/Makefile8
-rw-r--r--net/socks5/distinfo2
-rw-r--r--net/socks5/files/patch-aa36
3 files changed, 41 insertions, 5 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index 33ec1a302526..9dcacd28340c 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: socks5
-# Version required: beta-0.16.6
+# Version required: beta-0.17.1-exportable
# Date created: 24 Apr 1996
# Whom: pst
#
-# $Id: Makefile,v 1.8 1996/11/18 11:36:28 asami Exp $
+# $Id: Makefile,v 1.9 1996/11/18 14:09:01 asami Exp $
#
-PKGNAME= socks5-0.16.6
-DISTNAME= socks5-beta-0.16.6-exportable
+PKGNAME= socks5-0.17.1
+DISTNAME= socks5-beta-0.17.1-exportable
CATEGORIES= net security
MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/
diff --git a/net/socks5/distinfo b/net/socks5/distinfo
index b066ce313c57..370ca01532e5 100644
--- a/net/socks5/distinfo
+++ b/net/socks5/distinfo
@@ -1 +1 @@
-MD5 (socks5-beta-0.16.6-exportable.tar.gz) = e428c94e4de5bf544781a18e996a329a
+MD5 (socks5-beta-0.17.1-exportable.tar.gz) = 459c291ec6bd3818e3dfcfcff6bdc42e
diff --git a/net/socks5/files/patch-aa b/net/socks5/files/patch-aa
new file mode 100644
index 000000000000..8219eead7378
--- /dev/null
+++ b/net/socks5/files/patch-aa
@@ -0,0 +1,36 @@
+*** configure.orig Tue Dec 3 07:54:48 1996
+--- configure Tue Dec 3 08:10:47 1996
+***************
+*** 3418,3424 ****
+ UNIX_SV*|UNIX_System_V*)
+ SHLIB_LFLAGS="-G"
+ ;;
+! FreeBSD*2*)
+ SHLIB_LFLAGS="-Bshareable"
+ SHLIB_CFLAGS="-fpic"
+ PRELOADS="LD_PRELOAD"
+--- 3418,3424 ----
+ UNIX_SV*|UNIX_System_V*)
+ SHLIB_LFLAGS="-G"
+ ;;
+! FreeBSD*)
+ SHLIB_LFLAGS="-Bshareable"
+ SHLIB_CFLAGS="-fpic"
+ PRELOADS="LD_PRELOAD"
+***************
+*** 3466,3472 ****
+ UNIX_SV*|UNIX_System_V*)
+ SHLIB_CFLAGS=
+ ;;
+! FreeBSD*2*)
+ ;;
+ *)
+ SHLIB_LD="gcc"
+--- 3466,3472 ----
+ UNIX_SV*|UNIX_System_V*)
+ SHLIB_CFLAGS=
+ ;;
+! FreeBSD*)
+ ;;
+ *)
+ SHLIB_LD="gcc"