svn commit: r357483 - in head: . devel/icu

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 11 14:31:03 UTC 2014


Author: bapt
Date: Wed Jun 11 14:31:01 2014
New Revision: 357483
URL: http://svnweb.freebsd.org/changeset/ports/357483
QAT: https://qat.redports.org/buildarchive/r357483/

Log:
  Update to icu 53.1, recommand to the user to rebuild all their applications depending on icu

Modified:
  head/UPDATING
  head/devel/icu/Makefile
  head/devel/icu/distinfo
  head/devel/icu/pkg-plist

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Jun 11 14:28:11 2014	(r357482)
+++ head/UPDATING	Wed Jun 11 14:31:01 2014	(r357483)
@@ -5,6 +5,20 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20140611:
+  AFFECTS: users of icu
+  AUTHOR: bapt at FreeBSD.org
+
+  icu has been updated to 53.1. Please rebuild all ports that depend on it
+  if you have the glib20 port built with COLLATION_FIX option activated
+
+  If you use portmaster:
+        portmaster -w -r icu
+  If you use portupgrade:
+        portupgrade -fr devel/icu
+  If you use pkgng with binary packages:
+        pkg install -fR devel/icu
+
 20140610:
   AFFECTS: users of www/firefox, www/seamonkey, mail/thunderbird, www/libxul
   AUTHOR: gecko at FreeBSD.org

Modified: head/devel/icu/Makefile
==============================================================================
--- head/devel/icu/Makefile	Wed Jun 11 14:28:11 2014	(r357482)
+++ head/devel/icu/Makefile	Wed Jun 11 14:31:01 2014	(r357483)
@@ -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=l
 			--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>

Modified: head/devel/icu/distinfo
==============================================================================
--- head/devel/icu/distinfo	Wed Jun 11 14:28:11 2014	(r357482)
+++ head/devel/icu/distinfo	Wed Jun 11 14:31:01 2014	(r357483)
@@ -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

Modified: head/devel/icu/pkg-plist
==============================================================================
--- head/devel/icu/pkg-plist	Wed Jun 11 14:28:11 2014	(r357482)
+++ head/devel/icu/pkg-plist	Wed Jun 11 14:31:01 2014	(r357483)
@@ -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


More information about the svn-ports-head mailing list