pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/icu icu: python is only used for the build sy...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/362e615ad7e1
branches:  trunk
changeset: 419759:362e615ad7e1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 28 17:23:52 2019 +0000

description:
icu: python is only used for the build system

Bump PKGREVISION.

diffstat:

 textproc/icu/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 3d7c7625352d -r 362e615ad7e1 textproc/icu/Makefile
--- a/textproc/icu/Makefile     Sat Dec 28 17:20:56 2019 +0000
+++ b/textproc/icu/Makefile     Sat Dec 28 17:23:52 2019 +0000
@@ -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 @@
 
 CHECK_SSP_SKIP=                lib/libicudata.so*
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 .include "../../mk/pthread.buildlink3.mk"
 
 .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "native"



Home | Main Index | Thread Index | Old Index