pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Bump LIBTOOL_REQD to 1.5.18nb5. This pulls in the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8f88607eb603
branches: trunk
changeset: 499384:8f88607eb603
user: tv <tv%pkgsrc.org@localhost>
date: Wed Sep 21 20:37:01 2005 +0000
description:
Bump LIBTOOL_REQD to 1.5.18nb5. This pulls in the -avoid-version fix for
some platforms, which includes all non-ELFs and many ELF-like platforms
(that still use a.out naming conventions).
Since a branch is coming, bump the version in a blanket rather than per
platform.
diffstat:
mk/bsd.pkg.use.mk | 4 ++--
mk/platform/DragonFly.mk | 3 +--
mk/platform/Interix.mk | 3 +--
3 files changed, 4 insertions(+), 6 deletions(-)
diffs (52 lines):
diff -r 88136fb6d90f -r 8f88607eb603 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Wed Sep 21 20:32:15 2005 +0000
+++ b/mk/bsd.pkg.use.mk Wed Sep 21 20:37:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.use.mk,v 1.22 2005/07/19 23:01:55 jlam Exp $
+# $NetBSD: bsd.pkg.use.mk,v 1.23 2005/09/21 20:37:01 tv Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
@@ -94,7 +94,7 @@
LIBTOOL?= ${PKG_LIBTOOL}
SHLIBTOOL?= ${PKG_SHLIBTOOL}
.if defined(USE_LIBTOOL)
-LIBTOOL_REQD?= 1.5.18nb1
+LIBTOOL_REQD?= 1.5.18nb5
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 88136fb6d90f -r 8f88607eb603 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk Wed Sep 21 20:32:15 2005 +0000
+++ b/mk/platform/DragonFly.mk Wed Sep 21 20:37:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.18 2005/08/02 00:23:31 reed Exp $
+# $NetBSD: DragonFly.mk,v 1.19 2005/09/21 20:37:01 tv Exp $
#
# Variable definitions for the DragonFly operating system.
@@ -52,7 +52,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.18nb3 # for -pthread fix
_OPSYS_PERL_REQD= # no base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
_OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type
diff -r 88136fb6d90f -r 8f88607eb603 mk/platform/Interix.mk
--- a/mk/platform/Interix.mk Wed Sep 21 20:32:15 2005 +0000
+++ b/mk/platform/Interix.mk Wed Sep 21 20:37:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.38 2005/08/02 00:23:31 reed Exp $
+# $NetBSD: Interix.mk,v 1.39 2005/09/21 20:37:01 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -95,7 +95,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.18nb4 # for hardcode_libdir_flag_spec fix
_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
Home |
Main Index |
Thread Index |
Old Index