diff options
author | asami <asami@FreeBSD.org> | 1998-09-17 18:47:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-17 18:47:22 +0800 |
commit | 58aceafc21f98603ef313962cf5c591059c12321 (patch) | |
tree | d5478df4c281f0c1c8a0ac5b6aa458eff3cef5f4 /security | |
parent | 26d2995d1326b7b6ce257324e685d6e9deef7c45 (diff) | |
download | freebsd-ports-gnome-58aceafc21f98603ef313962cf5c591059c12321.tar.gz freebsd-ports-gnome-58aceafc21f98603ef313962cf5c591059c12321.tar.zst freebsd-ports-gnome-58aceafc21f98603ef313962cf5c591059c12321.zip |
Rewind shlib version number.
Reminded by: Sheldon Hearn <axl@iafrica.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrapper/files/patch-aa | 4 | ||||
-rw-r--r-- | security/tcp_wrapper/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index 4b945b27a249..7ae985109ae4 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -197,9 +197,9 @@ ! LIB = libwrap.a ! .if ${PORTOBJFORMAT} == elf -! SLIB = libwrap.so.8 +! SLIB = libwrap.so.7 ! .else -! SLIB = libwrap.so.8.0 +! SLIB = libwrap.so.7.6 ! .endif ! ! all other: config-check $(LIB) $(SLIB) tcpd tcpdmatch try-from safe_finger tcpdchk diff --git a/security/tcp_wrapper/pkg-plist b/security/tcp_wrapper/pkg-plist index bbc5f5a25826..49a11845951d 100644 --- a/security/tcp_wrapper/pkg-plist +++ b/security/tcp_wrapper/pkg-plist @@ -5,7 +5,7 @@ sbin/tcpdmatch bin/safe_finger bin/try-from lib/libwrap.a -lib/libwrap.so.8 +lib/libwrap.so.7.6 lib/libwrap.so @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |