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, newer version needed for cwrappers.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3de67f7462c4
branches:  trunk
changeset: 357283:3de67f7462c4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 17 22:57:39 2017 +0000

description:
Bump LIBTOOL_REQD, newer version needed for cwrappers.

PR 51826.

diffstat:

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

diffs (35 lines):

diff -r e0dd8b89c050 -r 3de67f7462c4 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Tue Jan 17 22:37:27 2017 +0000
+++ b/mk/bsd.pkg.use.mk Tue Jan 17 22:57:39 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.use.mk,v 1.63 2016/11/10 20:58:46 joerg Exp $
+#      $NetBSD: bsd.pkg.use.mk,v 1.64 2017/01/17 22:57:39 wiz Exp $
 #
 # Turn USE_* macros into proper depedency logic.  Included near the top of
 # bsd.pkg.mk, after bsd.prefs.mk.
@@ -97,7 +97,7 @@
 LIBTOOL?=              ${WRAPPER_BINDIR}/libtool
 SHLIBTOOL?=            ${WRAPPER_BINDIR}/shlibtool
 .if defined(USE_LIBTOOL)
-LIBTOOL_REQD?=         2.2.6bnb3
+LIBTOOL_REQD?=         2.4.2bnb9
 .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
 TOOL_DEPENDS+=         cross-libtool-base-${MACHINE_ARCH}>=${_OPSYS_LIBTOOL_REQD:U${LIBTOOL_REQD}}:../../cross/libtool-base
 .else
diff -r e0dd8b89c050 -r 3de67f7462c4 mk/platform/MirBSD.mk
--- a/mk/platform/MirBSD.mk     Tue Jan 17 22:37:27 2017 +0000
+++ b/mk/platform/MirBSD.mk     Tue Jan 17 22:57:39 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MirBSD.mk,v 1.12 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: MirBSD.mk,v 1.13 2017/01/17 22:57:39 wiz Exp $
 #
 # Variable definitions for the MirOS BSD operating system.
 
@@ -38,7 +38,6 @@
 _OPSYS_HAS_JAVA=       no      # Java is not standard
 _OPSYS_HAS_MANZ=       no      # MANZ controls gzipping of man pages
 _OPSYS_HAS_OSSAUDIO=   yes     # libossaudio is available
-_OPSYS_LIBTOOL_REQD=   1.5.22nb5
 _OPSYS_PERL_REQD=              # no base version of perl required
 _OPSYS_PTHREAD_AUTO=   no      # -lpthread needed for pthreads
 _OPSYS_SHLIB_TYPE=     ELF     # shared lib type



Home | Main Index | Thread Index | Old Index