summaryrefslogtreecommitdiff
path: root/net/socks5
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-05-03 17:44:27 +0000
committerrh <rh@pkgsrc.org>2000-05-03 17:44:27 +0000
commit33dddd89725afeb5a6dd0b27704f5433ae6d6425 (patch)
tree7d380f20dff2410f934b2b91485ea1abdcae67a5 /net/socks5
parent3cc5a32073ba79cf190bd51f538fc5f8fa90efce (diff)
downloadpkgsrc-33dddd89725afeb5a6dd0b27704f5433ae6d6425.tar.gz
Prevent the automatic shlib handling mechanism from getting confused and
overwriting the shared socks library with circular symbolic links. Remove automatically generated symbolic link 'lib/libsocks5_sh.so' from PLIST. Fixes PR 8969 by Claus Andersen.
Diffstat (limited to 'net/socks5')
-rw-r--r--net/socks5/Makefile4
-rw-r--r--net/socks5/pkg/PLIST3
2 files changed, 3 insertions, 4 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index 0032e7787e7..fc0d37ed354 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/02/20 22:26:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2000/05/03 17:44:27 rh Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp
#
@@ -35,6 +35,6 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
${EXTRA_CONFIGURE_ARGS}
post-install:
- ${LN} -fs ${PREFIX}/lib/libsocks5_sh.so ${PREFIX}/lib/libsocks5_sh.so.0.0
+ ${MV} ${PREFIX}/lib/libsocks5_sh.so ${PREFIX}/lib/libsocks5_sh.so.0.0
.include "../../mk/bsd.pkg.mk"
diff --git a/net/socks5/pkg/PLIST b/net/socks5/pkg/PLIST
index ef4f6279ef1..1362530b163 100644
--- a/net/socks5/pkg/PLIST
+++ b/net/socks5/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 1998/07/15 10:32:41 agc Exp $
+@comment $NetBSD: PLIST,v 1.7 2000/05/03 17:44:29 rh Exp $
bin/socks5
bin/runsocks
bin/stopsocks
@@ -18,5 +18,4 @@ man/man5/libsocks5.conf.5.gz
man/man5/socks5.conf.5.gz
man/man5/socks5.passwd.5
lib/libsocks5.a
-lib/libsocks5_sh.so
lib/libsocks5_sh.so.0.0