[Midnightbsd-cvs] mports [23165] trunk/devel/icu: update icu to 57.1
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Apr 7 21:21:36 EDT 2018
Revision: 23165
http://svnweb.midnightbsd.org/mports/?rev=23165
Author: laffer1
Date: 2018-04-07 21:21:35 -0400 (Sat, 07 Apr 2018)
Log Message:
-----------
update icu to 57.1
Modified Paths:
--------------
trunk/devel/icu/Makefile
trunk/devel/icu/distinfo
trunk/devel/icu/pkg-plist
Modified: trunk/devel/icu/Makefile
===================================================================
--- trunk/devel/icu/Makefile 2018-04-08 00:59:29 UTC (rev 23164)
+++ trunk/devel/icu/Makefile 2018-04-08 01:21:35 UTC (rev 23165)
@@ -3,7 +3,7 @@
#
PORTNAME= icu
-PORTVERSION= 55.1
+PORTVERSION= 57.1
CATEGORIES= devel
MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ \
SF/${PORTNAME}/ICU4C/${PORTVERSION}/
@@ -15,7 +15,7 @@
LICENSE= icu
LICENSE_NAME= ICU license
-LICENSE_FILE= ${WRKSRC}/../license.html
+LICENSE_FILE= ${WRKSRC}/../LICENSE
LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
GNU_CONFIGURE= yes
@@ -28,26 +28,19 @@
WRKSRC= ${WRKDIR}/icu/source
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-data-packaging=library \
+CONFIGURE_ARGS+= --with-data-packaging=archive \
+ --disable-renaming \
--disable-samples \
- --enable-release \
--enable-shared \
--enable-static
+CPPFLAGS+= -DICU_NO_USER_DATA_OVERRIDE
+MAKE_ARGS= VERBOSE=1
-.if defined(X_BUILD_FOR)
-CONFIGURE_ARGS+= --with-cross-build
-.endif
+USES= gmake pathfix compiler:c++0x
-
-USES= gmake pathfix
-
ICUMAJOR= ${PORTVERSION:C/\..*//}
PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION}
-# This builds thread-safe, but not the thread-using version:
-THREADS_CONFIGURE_ON= --enable-weak-threads
-THREADS_CONFIGURE_OFF= --enable-threads=no
-
.include <bsd.mport.options.mk>
post-patch:
@@ -57,14 +50,7 @@
@${REINPLACE_CMD} -e 's,\(THREADSC.*FLAGS\).*,\1=,g' ${WRKSRC}/config/mh-bsd-gcc
.endif
-iotest cintltst intltest:
- # Performing the ${.TARGET} test
- -${MAKE_CMD} -C ${WRKSRC}/test
- cd ${WRKSRC}/test/${.TARGET} && ${SETENV} \
- LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/tools/ctestfw \
- ./${.TARGET}
-
-post-stage:
+post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \
${STAGEDIR}${PREFIX}/bin/*conv \
${STAGEDIR}${PREFIX}/bin/icuinfo \
@@ -71,8 +57,5 @@
${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>
Modified: trunk/devel/icu/distinfo
===================================================================
--- trunk/devel/icu/distinfo 2018-04-08 00:59:29 UTC (rev 23164)
+++ trunk/devel/icu/distinfo 2018-04-08 01:21:35 UTC (rev 23165)
@@ -1,2 +1,3 @@
-SHA256 (icu4c-55_1-src.tgz) = e16b22cbefdd354bec114541f7849a12f8fc2015320ca5282ee4fd787571457b
-SIZE (icu4c-55_1-src.tgz) = 25600847
+TIMESTAMP = 1523150004
+SHA256 (icu4c-57_1-src.tgz) = ff8c67cb65949b1e7808f2359f2b80f722697048e90e7cfc382ec1fe229e9581
+SIZE (icu4c-57_1-src.tgz) = 22360664
Modified: trunk/devel/icu/pkg-plist
===================================================================
--- trunk/devel/icu/pkg-plist 2018-04-08 00:59:29 UTC (rev 23164)
+++ trunk/devel/icu/pkg-plist 2018-04-08 01:21:35 UTC (rev 23165)
@@ -132,6 +132,7 @@
include/unicode/scientificnumberformatter.h
include/unicode/search.h
include/unicode/selfmt.h
+include/unicode/simpleformatter.h
include/unicode/simpletz.h
include/unicode/smpdtfmt.h
include/unicode/sortkey.h
@@ -202,6 +203,7 @@
include/unicode/upluralrules.h
include/unicode/uregex.h
include/unicode/uregion.h
+include/unicode/ureldatefmt.h
include/unicode/urename.h
include/unicode/urep.h
include/unicode/ures.h
@@ -255,5 +257,5 @@
man/man8/gensprep.8.gz
man/man8/icupkg.8.gz
%%DATADIR%%/%%ICUVER%%/mkinstalldirs
-%%DATADIR%%/%%ICUVER%%/license.html
+%%DATADIR%%/%%ICUVER%%/LICENSE
%%DATADIR%%/%%ICUVER%%/config/mh-bsd-gcc
More information about the Midnightbsd-cvs
mailing list