pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc PKGSHLIBTOOL has been removed from pkgsrc; we're suppo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cea87271edd
branches:  trunk
changeset: 468314:9cea87271edd
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 12 13:40:42 2004 +0000

description:
PKGSHLIBTOOL has been removed from pkgsrc; we're supposed to use
${SHLIBTOOL} instead.

diffstat:

 multimedia/moz-flash/Makefile |  4 ++--
 security/cy2-login/Makefile   |  4 ++--
 security/cy2-ntlm/Makefile    |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 9d5da9cab515 -r 9cea87271edd multimedia/moz-flash/Makefile
--- a/multimedia/moz-flash/Makefile     Thu Feb 12 13:40:11 2004 +0000
+++ b/multimedia/moz-flash/Makefile     Thu Feb 12 13:40:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/26 14:58:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2004/02/12 13:40:42 jlam Exp $
 #
 
 .include "../../multimedia/libflash/Makefile.common"
@@ -18,7 +18,7 @@
 
 BUILD_DIRS=    ${WRKSRC}/Plugin
 CPPFLAGS+=     -DDEV_DSP=\\\"${DEVOSSSOUND}\\\"
-MAKE_ENV+=     SHLIBTOOL="${PKGSHLIBTOOL}"
+MAKE_ENV+=     SHLIBTOOL="${SHLIBTOOL}"
 MAKE_ENV+=     MOZ_PLUGDIR="${MOZ_PLUGDIR}"
 
 MOZ_PLUGDIR=   ${PREFIX}/lib/mozilla/plugins
diff -r 9d5da9cab515 -r 9cea87271edd security/cy2-login/Makefile
--- a/security/cy2-login/Makefile       Thu Feb 12 13:40:11 2004 +0000
+++ b/security/cy2-login/Makefile       Thu Feb 12 13:40:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/08 22:13:14 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/12 13:40:42 jlam Exp $
 
 PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-login/}
 COMMENT=       Cyrus SASL LOGIN authentication plugin
@@ -18,7 +18,7 @@
 do-install:
        ${INSTALL_DATA_DIR} ${PLUGINDIR}
        cd ${WRKSRC}/plugins && \
-       ${PKGSHLIBTOOL} --mode=install \
+       ${SHLIBTOOL} --mode=install \
                ${INSTALL_PROGRAM} liblogin.la ${PLUGINDIR}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 9d5da9cab515 -r 9cea87271edd security/cy2-ntlm/Makefile
--- a/security/cy2-ntlm/Makefile        Thu Feb 12 13:40:11 2004 +0000
+++ b/security/cy2-ntlm/Makefile        Thu Feb 12 13:40:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/08 22:13:14 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/12 13:40:42 jlam Exp $
 
 PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-ntlm/}
 PKGREVISION=   1
@@ -16,7 +16,7 @@
 do-install:
        ${INSTALL_DATA_DIR} ${PLUGINDIR}
        cd ${WRKSRC}/plugins && \
-       ${PKGSHLIBTOOL} --mode=install \
+       ${SHLIBTOOL} --mode=install \
                ${INSTALL_PROGRAM} libntlm.la ${PLUGINDIR}
 
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index