pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2 Remove hidden dependency on autoc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72a7eb2542ea
branches:  trunk
changeset: 468311:72a7eb2542ea
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 12 13:34:29 2004 +0000

description:
Remove hidden dependency on autoconf by using GNU_MISSING_OVERRIDE.  Also,
PKGSHLIBTOOL has been removed from pkgsrc and we're supposed to use
${SHLIBTOOL} instead.

diffstat:

 security/cyrus-sasl2/Makefile        |  4 +++-
 security/cyrus-sasl2/Makefile.common |  4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r bd5ba840845f -r 72a7eb2542ea security/cyrus-sasl2/Makefile
--- a/security/cyrus-sasl2/Makefile     Thu Feb 12 13:30:04 2004 +0000
+++ b/security/cyrus-sasl2/Makefile     Thu Feb 12 13:34:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/01/21 14:01:06 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2004/02/12 13:34:29 jlam Exp $
 
 .include "Makefile.common"
 
@@ -8,6 +8,8 @@
 
 PLIST_SRC+=            ${PKGDIR}/PLIST.common
 
+GNU_MISSING_OVERRIDE=  config/missing
+
 # Authentication mechanisms
 CONFIGURE_ARGS+=       --enable-anon           # ANONYMOUS
 CONFIGURE_ARGS+=       --enable-plain          # PLAIN
diff -r bd5ba840845f -r 72a7eb2542ea security/cyrus-sasl2/Makefile.common
--- a/security/cyrus-sasl2/Makefile.common      Thu Feb 12 13:30:04 2004 +0000
+++ b/security/cyrus-sasl2/Makefile.common      Thu Feb 12 13:34:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2004/01/27 00:53:10 heinz Exp $
+# $NetBSD: Makefile.common,v 1.13 2004/02/12 13:34:29 jlam Exp $
 #
 # This Makefile fragment should be included _below_ any SASL_PLUGIN
 # definition and _above_ any CONFIGURE_ARGS definitions.
@@ -31,7 +31,7 @@
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
-MAKE_ENV+=             SHLIBTOOL="${PKGSHLIBTOOL}"
+MAKE_ENV+=             SHLIBTOOL=${SHLIBTOOL:Q}
 
 # CYRUS_USER           username of the Cyrus administrator
 # CYRUS_GROUP          group of the Cyrus administrator



Home | Main Index | Thread Index | Old Index