Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id ADF5D7A26A for ; Wed, 18 Jan 2017 05:33:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1EC2C85698; Wed, 18 Jan 2017 05:33:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A45DA85656 for ; Wed, 18 Jan 2017 05:33:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3E1oUcxNRHjT for ; Wed, 18 Jan 2017 05:33:40 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1190F85622 for ; Wed, 18 Jan 2017 05:33:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0719DFBA6; Wed, 18 Jan 2017 05:33:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484717620193640" MIME-Version: 1.0 Date: Wed, 18 Jan 2017 05:33:40 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170118053340.0719DFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484717620193640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1484717620193640 Content-Disposition: inline Content-Length: 878 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1484717620193640--