git: 98c6d6340626 - main - devel/icu: Strip binary executable
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 00:27:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=98c6d6340626eb2979ef57491c8d29aa53fc3fc6 commit 98c6d6340626eb2979ef57491c8d29aa53fc3fc6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 23:57:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 23:58:22 +0000 devel/icu: Strip binary executable - Bump PORTREVISION for package change --- devel/icu/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/icu/Makefile b/devel/icu/Makefile index 621f884f9a88..171237e86320 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -2,7 +2,7 @@ PORTNAME= icu DISTVERSION= 70_1 -PORTREVISION?= 0 # keep for icu-lx +PORTREVISION?= 1 # keep for icu-lx PORTEPOCH?= 1 CATEGORIES?= devel MASTER_SITES= https://github.com/unicode-org/${PORTNAME}/releases/download/release-${DISTVERSION:S/rc/-&/:S/_/-/g}/ \ @@ -17,6 +17,8 @@ LICENSE_NAME= ICU license LICENSE_FILE= ${WRKSRC}/../LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USES+= compiler:c++11-lib cpe gmake pathfix python:build tar:tgz + GNU_CONFIGURE= yes CONFIGURE_ARGS?=--disable-layoutex CONFIGURE_ARGS+=--with-data-packaging=archive \ @@ -26,7 +28,6 @@ CONFIGURE_ARGS+=--with-data-packaging=archive \ CPPFLAGS+= -DICU_NO_USER_DATA_OVERRIDE MAKE_ARGS= VERBOSE=1 TEST_TARGET= check -USES+= compiler:c++11-lib cpe gmake pathfix python:build tar:tgz CPE_VENDOR= ${PORTNAME}-project CPE_PRODUCT= international_components_for_unicode USE_LDCONFIG= yes @@ -39,6 +40,7 @@ PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION:C/r.?/1/} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \ ${STAGEDIR}${PREFIX}/bin/*conv \ + ${STAGEDIR}${PREFIX}/bin/icuexportdata \ ${STAGEDIR}${PREFIX}/bin/icuinfo \ ${STAGEDIR}${PREFIX}/bin/derb \ ${STAGEDIR}${PREFIX}/bin/pkgdata