Received: by mail.netbsd.org (Postfix, from userid 605) id 78E5C84D7A; Sat, 28 Dec 2019 17:23:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 01B5384D6E for ; Sat, 28 Dec 2019 17:23:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HaUeIvwlf5GA for ; Sat, 28 Dec 2019 17:23:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 59D0E84CD3 for ; Sat, 28 Dec 2019 17:23:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53595FA97; Sat, 28 Dec 2019 17:23:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157755383270850" MIME-Version: 1.0 Date: Sat, 28 Dec 2019 17:23:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/icu To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20191228172352.53595FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157755383270850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Dec 28 17:23:52 UTC 2019 Modified Files: pkgsrc/textproc/icu: Makefile Log Message: icu: python is only used for the build system Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 pkgsrc/textproc/icu/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157755383270850 Content-Disposition: inline Content-Length: 851 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/icu/Makefile diff -u pkgsrc/textproc/icu/Makefile:1.127 pkgsrc/textproc/icu/Makefile:1.128 --- pkgsrc/textproc/icu/Makefile:1.127 Mon Nov 4 21:43:37 2019 +++ pkgsrc/textproc/icu/Makefile Sat Dec 28 17:23:52 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.127 2019/11/04 21:43:37 rillig Exp $ +# $NetBSD: Makefile,v 1.128 2019/12/28 17:23:52 wiz Exp $ DISTNAME= icu4c-64_2-src PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tgz @@ -24,6 +24,8 @@ CONFIGURE_ENV+= U_MAKE=${TOOLS_GMAKE} CHECK_SSP_SKIP= lib/libicudata.so* +PYTHON_FOR_BUILD_ONLY= tool + .include "../../mk/pthread.buildlink3.mk" .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "native" --_----------=_157755383270850--