From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 14:31:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6168D4F; Wed, 11 Jun 2014 14:31:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B33672E51; Wed, 11 Jun 2014 14:31:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5BEV2Bd005209; Wed, 11 Jun 2014 14:31:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5BEV1kg005205; Wed, 11 Jun 2014 14:31:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406111431.s5BEV1kg005205@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 11 Jun 2014 14:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357483 - in head: . devel/icu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 14:31:03 -0000 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@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@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 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