diff options
author | jdp <jdp@FreeBSD.org> | 1996-12-05 08:56:20 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-12-05 08:56:20 +0800 |
commit | 830741830abb2191fc1e2ab129055454df4da3d8 (patch) | |
tree | 61e3b6e041bfdce19256186f0a080ef362d614e6 /net/socks5 | |
parent | 712d124ac370429ad56b6543d0950033f3cd50d1 (diff) | |
download | freebsd-ports-gnome-830741830abb2191fc1e2ab129055454df4da3d8.tar.gz freebsd-ports-gnome-830741830abb2191fc1e2ab129055454df4da3d8.tar.zst freebsd-ports-gnome-830741830abb2191fc1e2ab129055454df4da3d8.zip |
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>
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 8 | ||||
-rw-r--r-- | net/socks5/distinfo | 2 | ||||
-rw-r--r-- | net/socks5/files/patch-aa | 36 |
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" |