summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-03-22 15:40:06 +0000
committertv <tv@pkgsrc.org>2005-03-22 15:40:06 +0000
commit6fba2a93ede519bb9703c4b345356ecf4b95ac9d (patch)
tree348d6358e45ae3340da838a0b3714df26efe072c /mk
parent61dcbe8c342ba828ece6f673ebb0ffc38347f8e3 (diff)
downloadpkgsrc-6fba2a93ede519bb9703c4b345356ecf4b95ac9d.tar.gz
Bump LIBTOOL_REQD to 1.5.14; this unifies all the support again and fixes
a good number of bugs.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.use.mk7
-rw-r--r--mk/platform/DragonFly.mk3
-rw-r--r--mk/platform/Interix.mk3
-rw-r--r--mk/platform/NetBSD.mk3
4 files changed, 5 insertions, 11 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk
index 202b340fdce..4fc245b04f8 100644
--- a/mk/bsd.pkg.use.mk
+++ b/mk/bsd.pkg.use.mk
@@ -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 @@ _SHLIBTOOL?= ${PKG_SHLIBTOOL}
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 --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk
index a3605884c1d..ce2c086330e 100644
--- a/mk/platform/DragonFly.mk
+++ b/mk/platform/DragonFly.mk
@@ -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_JAVA= no # Java is not standard
_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 --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk
index 3828edad830..0bf74151960 100644
--- a/mk/platform/Interix.mk
+++ b/mk/platform/Interix.mk
@@ -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_INET6= no # IPv6 is not standard
_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 --git a/mk/platform/NetBSD.mk b/mk/platform/NetBSD.mk
index ad83d449c13..3fbf4549ccc 100644
--- a/mk/platform/NetBSD.mk
+++ b/mk/platform/NetBSD.mk
@@ -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_INET6= no # IPv6 is not standard
_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