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.14; this unifies all the s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e8bbfe004c4
branches: trunk
changeset: 491206:2e8bbfe004c4
user: tv <tv%pkgsrc.org@localhost>
date: Tue Mar 22 15:40:06 2005 +0000
description:
Bump LIBTOOL_REQD to 1.5.14; this unifies all the support again and fixes
a good number of bugs.
diffstat:
mk/bsd.pkg.use.mk | 7 ++-----
mk/platform/DragonFly.mk | 3 +--
mk/platform/Interix.mk | 3 +--
mk/platform/NetBSD.mk | 3 +--
4 files changed, 5 insertions(+), 11 deletions(-)
diffs (72 lines):
diff -r 10b7f209eed9 -r 2e8bbfe004c4 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Tue Mar 22 15:39:55 2005 +0000
+++ b/mk/bsd.pkg.use.mk Tue Mar 22 15:40:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.use.mk,v 1.5 2005/02/24 22:38:42 jlam Exp $
+# $NetBSD: bsd.pkg.use.mk,v 1.6 2005/03/22 15:40:06 tv Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
@@ -93,10 +93,7 @@
LIBTOOL?= ${PKG_LIBTOOL}
SHLIBTOOL?= ${PKG_SHLIBTOOL}
.if defined(USE_LIBTOOL)
-. if defined(USE_LANGUAGES) && !empty(USE_LANGUAGES:Mfortran)
-LIBTOOL_REQD?= 1.5.10nb7
-. endif
-LIBTOOL_REQD?= 1.5.10nb1
+LIBTOOL_REQD?= 1.5.14
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 10b7f209eed9 -r 2e8bbfe004c4 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk Tue Mar 22 15:39:55 2005 +0000
+++ b/mk/platform/DragonFly.mk Tue Mar 22 15:40:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.10 2005/03/18 18:16:35 tv Exp $
+# $NetBSD: DragonFly.mk,v 1.11 2005/03/22 15:40:06 tv Exp $
#
# Variable definitions for the DragonFly operating system.
@@ -128,7 +128,6 @@
_OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages
_OPSYS_HAS_OSSAUDIO= yes # libossaudio is available
_OPSYS_PERL_REQD= # no base version of perl required
-_OPSYS_LIBTOOL_REQD= 1.5.10nb9
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
_OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type
_PATCH_CAN_BACKUP= no # native patch(1) can make backups
diff -r 10b7f209eed9 -r 2e8bbfe004c4 mk/platform/Interix.mk
--- a/mk/platform/Interix.mk Tue Mar 22 15:39:55 2005 +0000
+++ b/mk/platform/Interix.mk Tue Mar 22 15:40:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.27 2005/03/21 14:49:25 tv Exp $
+# $NetBSD: Interix.mk,v 1.28 2005/03/22 15:40:06 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -164,7 +164,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.10nb4
_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 10b7f209eed9 -r 2e8bbfe004c4 mk/platform/NetBSD.mk
--- a/mk/platform/NetBSD.mk Tue Mar 22 15:39:55 2005 +0000
+++ b/mk/platform/NetBSD.mk Tue Mar 22 15:40:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.8 2005/03/18 18:16:35 tv Exp $
+# $NetBSD: NetBSD.mk,v 1.9 2005/03/22 15:40:06 tv Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -134,7 +134,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.10nb6
_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
Home |
Main Index |
Thread Index |
Old Index