pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jan 18 05:33:39 UTC 2017

Modified Files:
        pkgsrc/mk: bsd.pkg.use.mk

Log Message:
Coorect version of libtool to current one.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/mk/bsd.pkg.use.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/bsd.pkg.use.mk
diff -u pkgsrc/mk/bsd.pkg.use.mk:1.64 pkgsrc/mk/bsd.pkg.use.mk:1.65
--- pkgsrc/mk/bsd.pkg.use.mk:1.64       Tue Jan 17 22:57:39 2017
+++ pkgsrc/mk/bsd.pkg.use.mk    Wed Jan 18 05:33:39 2017
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.use.mk,v 1.64 2017/01/17 22:57:39 wiz Exp $
+#      $NetBSD: bsd.pkg.use.mk,v 1.65 2017/01/18 05:33:39 taca Exp $
 #
 # Turn USE_* macros into proper depedency logic.  Included near the top of
 # bsd.pkg.mk, after bsd.prefs.mk.
@@ -97,7 +97,7 @@ PKG_SHLIBTOOL?=               ${LOCALBASE}/bin/shlibt
 LIBTOOL?=              ${WRAPPER_BINDIR}/libtool
 SHLIBTOOL?=            ${WRAPPER_BINDIR}/shlibtool
 .if defined(USE_LIBTOOL)
-LIBTOOL_REQD?=         2.4.2bnb9
+LIBTOOL_REQD?=         2.4.2nb9
 .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



Home | Main Index | Thread Index | Old Index