diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-11 14:31:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-11 14:31:01 +0000 |
commit | 04b1ae74b3b488f58a4e148509c556c57fc73be1 (patch) | |
tree | 861903a3bb03f9d851297cd241e3d88eef570150 /devel/icu | |
parent | 14d88f8c701c7e949e57afd87470a1768f9b67c7 (diff) |
Notes
Diffstat (limited to 'devel/icu')
-rw-r--r-- | devel/icu/Makefile | 16 | ||||
-rw-r--r-- | devel/icu/distinfo | 4 | ||||
-rw-r--r-- | devel/icu/pkg-plist | 2 |
3 files changed, 18 insertions, 4 deletions
diff --git a/devel/icu/Makefile b/devel/icu/Makefile index e6ebd29f3573..fc92e9a512d3 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= icu -PORTVERSION= 52.1 +PORTVERSION= 53.1 CATEGORIES= devel MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ \ SF/${PORTNAME}/ICU4C/${PORTVERSION}/ @@ -33,9 +33,12 @@ CONFIGURE_ARGS+= --with-data-packaging=library \ --enable-shared \ --enable-static +.if defined(X_BUILD_FOR) +CONFIGURE_ARGS+= --with-cross-build +.endif + USES= gmake pathfix -INSTALL_TARGET= install install-manx ICUMAJOR= ${PORTVERSION:C/\..*//} PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION} @@ -60,6 +63,15 @@ iotest cintltst intltest: LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/tools/ctestfw \ ./${.TARGET} +post-stage: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \ + ${STAGEDIR}${PREFIX}/bin/*conv \ + ${STAGEDIR}${PREFIX}/bin/icuinfo \ + ${STAGEDIR}${PREFIX}/bin/derb \ + ${STAGEDIR}${PREFIX}/bin/pkgdata + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libicuda*.so.* + test regression-test: iotest cintltst intltest .include <bsd.port.mk> diff --git a/devel/icu/distinfo b/devel/icu/distinfo index d750644e865e..5894a8cc26d1 100644 --- a/devel/icu/distinfo +++ b/devel/icu/distinfo @@ -1,2 +1,2 @@ -SHA256 (icu4c-52_1-src.tgz) = 2f4d5e68d4698e87759dbdc1a586d053d96935787f79961d192c477b029d8092 -SIZE (icu4c-52_1-src.tgz) = 23875368 +SHA256 (icu4c-53_1-src.tgz) = 6fa74fb5aac070c23eaba1711a7178fe582c59867484c5ec07c49002787a9a28 +SIZE (icu4c-53_1-src.tgz) = 23218952 diff --git a/devel/icu/pkg-plist b/devel/icu/pkg-plist index bd1c5280e48d..ea31f0bfd884 100644 --- a/devel/icu/pkg-plist +++ b/devel/icu/pkg-plist @@ -91,6 +91,7 @@ include/unicode/dtrule.h include/unicode/enumset.h include/unicode/errorcode.h include/unicode/fieldpos.h +include/unicode/filteredbrk.h include/unicode/fmtable.h include/unicode/format.h include/unicode/fpositer.h @@ -124,6 +125,7 @@ include/unicode/rbnf.h include/unicode/rbtz.h include/unicode/regex.h include/unicode/region.h +include/unicode/reldatefmt.h include/unicode/rep.h include/unicode/resbund.h include/unicode/schriter.h |