pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Force libtool 2.2 on all platforms.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0b45f573d0f
branches: trunk
changeset: 568684:b0b45f573d0f
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Dec 16 19:48:09 2009 +0000
description:
Force libtool 2.2 on all platforms.
diffstat:
mk/bsd.pkg.use.mk | 4 ++--
mk/platform/DragonFly.mk | 3 +--
mk/platform/Interix.mk | 3 +--
mk/platform/SunOS.mk | 3 +--
4 files changed, 5 insertions(+), 8 deletions(-)
diffs (69 lines):
diff -r e325b5e4e5de -r b0b45f573d0f mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Wed Dec 16 19:42:18 2009 +0000
+++ b/mk/bsd.pkg.use.mk Wed Dec 16 19:48:09 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.use.mk,v 1.48 2009/07/22 09:05:24 wiz Exp $
+# $NetBSD: bsd.pkg.use.mk,v 1.49 2009/12/16 19:48:09 joerg Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
@@ -97,7 +97,7 @@
LIBTOOL?= ${PKG_LIBTOOL}
SHLIBTOOL?= ${PKG_SHLIBTOOL}
.if defined(USE_LIBTOOL)
-LIBTOOL_REQD?= 1.5.18nb5
+LIBTOOL_REQD?= 2.2.6bnb1
BUILD_DEPENDS+= libtool-base>=${_OPSYS_LIBTOOL_REQD:U${LIBTOOL_REQD}}:../../devel/libtool-base
CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
diff -r e325b5e4e5de -r b0b45f573d0f mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk Wed Dec 16 19:42:18 2009 +0000
+++ b/mk/platform/DragonFly.mk Wed Dec 16 19:48:09 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.37 2009/07/26 05:32:43 agc Exp $
+# $NetBSD: DragonFly.mk,v 1.38 2009/12/16 19:48:09 joerg Exp $
#
# Variable definitions for the DragonFly operating system.
@@ -56,7 +56,6 @@
_OPSYS_HAS_JAVA= no # Java is not standard
_OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages
_OPSYS_HAS_OSSAUDIO= yes # libossaudio is available
-_OPSYS_LIBTOOL_REQD= 1.5.22nb1
_OPSYS_PERL_REQD= # no base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
_OPSYS_SHLIB_TYPE= ELF # shared lib type
diff -r e325b5e4e5de -r b0b45f573d0f mk/platform/Interix.mk
--- a/mk/platform/Interix.mk Wed Dec 16 19:42:18 2009 +0000
+++ b/mk/platform/Interix.mk Wed Dec 16 19:48:09 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.62 2009/07/26 05:32:43 agc Exp $
+# $NetBSD: Interix.mk,v 1.63 2009/12/16 19:48:09 joerg Exp $
#
# Variable definitions for the Interix operating system.
@@ -130,7 +130,6 @@
_OPSYS_HAS_JAVA= no # Java is not standard
_OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
-_OPSYS_LIBTOOL_REQD= 1.5.18nb6
_OPSYS_PERL_REQD= 5.8.3nb1 # base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
_OPSYS_SHLIB_TYPE= ELF # shared lib type - not exactly true, but near enough
diff -r e325b5e4e5de -r b0b45f573d0f mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk Wed Dec 16 19:42:18 2009 +0000
+++ b/mk/platform/SunOS.mk Wed Dec 16 19:48:09 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.37 2009/07/26 05:32:43 agc Exp $
+# $NetBSD: SunOS.mk,v 1.38 2009/12/16 19:48:09 joerg Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -60,7 +60,6 @@
_OPSYS_HAS_JAVA= no # Java is not standard
_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
-_OPSYS_LIBTOOL_REQD= 1.5.22nb3
_OPSYS_PERL_REQD= # no base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
_OPSYS_SHLIB_TYPE= ELF # shared lib type
Home |
Main Index |
Thread Index |
Old Index