pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Since there may have been merge errors in libtool-b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7a85142e3a3
branches:  trunk
changeset: 494015:d7a85142e3a3
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed May 18 14:41:50 2005 +0000

description:
Since there may have been merge errors in libtool-base 1.5.18, force
LIBTOOL_REQD to 1.5.18nb1.

diffstat:

 mk/bsd.pkg.use.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e60917650dc8 -r d7a85142e3a3 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Wed May 18 14:40:04 2005 +0000
+++ b/mk/bsd.pkg.use.mk Wed May 18 14:41:50 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.use.mk,v 1.12 2005/05/17 22:49:55 jlam Exp $
+#      $NetBSD: bsd.pkg.use.mk,v 1.13 2005/05/18 14:41:50 tv Exp $
 #
 # Turn USE_* macros into proper depedency logic.  Included near the top of
 # bsd.pkg.mk, after bsd.prefs.mk.
@@ -91,7 +91,7 @@
 LIBTOOL?=              ${PKG_LIBTOOL}
 SHLIBTOOL?=            ${PKG_SHLIBTOOL}
 .if defined(USE_LIBTOOL)
-LIBTOOL_REQD?=         1.5.14
+LIBTOOL_REQD?=         1.5.18nb1
 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}"



Home | Main Index | Thread Index | Old Index