summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorreed <reed>2004-03-09 19:22:24 +0000
committerreed <reed>2004-03-09 19:22:24 +0000
commitafc1be6b84cd7a620ee474a9b6e72e5fc9d12738 (patch)
tree71de3ce16eb7183774f9f8641e4f16c6a6e3e907 /mk
parentcabad5f7d7d95470929f598810d4030ceda94a6a (diff)
downloadpkgsrc-afc1be6b84cd7a620ee474a9b6e72e5fc9d12738.tar.gz
Change LIBTOOL_REQD to recent libtool version, 1.5.2nb4. (This
libtool-base includes "Fix version_type settings for the non-NetBSD platforms in the CXX and F77 cases." And "Pull in the fix for the symlink vulnerability.") Several packages have been changed to reflect the better libtool-base, but old LIBTOOL_REQD allowed old 1.4.2 version. So new packages had wrong library versioning like: libasprintf.so.0.0, libsvn_delta-1.so.0.0, and libXrender.so.0.0. Okayed by wiz@.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index faa238d54ee..7fa8ea8f7bd 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1416 2004/03/09 13:33:19 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1417 2004/03/09 19:22:24 reed Exp $
#
# This file is in the public domain.
#
@@ -386,7 +386,7 @@ CONFIGURE_ENV+= CONFIG_SHELL=${CONFIG_SHELL}
.if defined(_OPSYS_LIBTOOL_REQD)
LIBTOOL_REQD= ${_OPSYS_LIBTOOL_REQD}
.else
-LIBTOOL_REQD?= 1.4.20010614nb11
+LIBTOOL_REQD?= 1.5.2nb4
.endif
#
# PKG_LIBTOOL is the path to the libtool script installed by libtool-base.