pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba Install a libsmbclient.so.0 link for the lib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/379f10fac7a1
branches:  trunk
changeset: 473043:379f10fac7a1
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Apr 15 16:26:31 2004 +0000

description:
Install a libsmbclient.so.0 link for the library, to let programs that use
it find it properly.  Bump PKGREVISION to 1.

diffstat:

 net/samba/Makefile |  4 +++-
 net/samba/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 26107ad6b9f9 -r 379f10fac7a1 net/samba/Makefile
--- a/net/samba/Makefile        Thu Apr 15 15:37:39 2004 +0000
+++ b/net/samba/Makefile        Thu Apr 15 16:26:31 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.119 2004/03/28 08:36:47 jlam Exp $
+# $NetBSD: Makefile,v 1.120 2004/04/15 16:26:31 jmmv Exp $
 
 DISTNAME=              samba-3.0.2a
+PKGREVISION=           1
 CATEGORIES=            net
 MASTER_SITES=          ftp://ftp.samba.org/pub/samba/ \
                        ftp://ring.asahi-net.or.jp/pub/net/samba/ \
@@ -149,6 +150,7 @@
        @${SED} ${FILES_SUBST_SED} ${FILESDIR}/deluser.sh > ${WRKDIR}/deluser.sh
 
 post-install:
+       cd ${PREFIX}/lib && ln -s libsmbclient.so libsmbclient.so.0
        ${RMDIR} ${SAMBA_LIBDIR}/auth
        ${RMDIR} ${SAMBA_LIBDIR}/idmap
        ${RMDIR} ${SAMBA_LIBDIR}/pdb
diff -r 26107ad6b9f9 -r 379f10fac7a1 net/samba/PLIST
--- a/net/samba/PLIST   Thu Apr 15 15:37:39 2004 +0000
+++ b/net/samba/PLIST   Thu Apr 15 16:26:31 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2004/03/28 08:36:47 jlam Exp $
+@comment $NetBSD: PLIST,v 1.19 2004/04/15 16:26:31 jmmv Exp $
 bin/findsmb
 bin/net
 bin/nmblookup
@@ -32,6 +32,7 @@
 lib/libnss_wins.so
 lib/libsmbclient.a
 lib/libsmbclient.so
+lib/libsmbclient.so.0
 lib/samba/charset/CP437.so
 lib/samba/charset/CP850.so
 lib/samba/de.msg



Home | Main Index | Thread Index | Old Index