pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Change LIBTOOL_REQD to recent libtool version, 1.5....
details: https://anonhg.NetBSD.org/pkgsrc/rev/fd21312b0483
branches: trunk
changeset: 470481:fd21312b0483
user: reed <reed%pkgsrc.org@localhost>
date: Tue Mar 09 19:22:24 2004 +0000
description:
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:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fc40cbd7edbb -r fd21312b0483 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Tue Mar 09 19:17:04 2004 +0000
+++ b/mk/bsd.pkg.mk Tue Mar 09 19:22:24 2004 +0000
@@ -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 @@
.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.
Home |
Main Index |
Thread Index |
Old Index