From owner-svn-ports-all@FreeBSD.ORG Thu Jun 12 09:37:14 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 227B7E27; Thu, 12 Jun 2014 09:37:14 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39E8D24CF; Thu, 12 Jun 2014 09:37:13 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id n15so2583724wiw.5 for ; Thu, 12 Jun 2014 02:37:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=dB+gMrQYD731khp08N0MXnGuzWSE9Jld1ZYTOCGaiHg=; b=Tp4y9IBSq+T/tNC1K1LjmDkHIA1eW2f6K6qqG8zBIo5DT403OCZImL51mVvUqbettQ rZN1znHGRmeDUHnjZJAyGBZM74+qBo5TKBCsiLQ1yoXRf1TxCoxJUHt3WAsWBpiql9RS 0juQfbgV4jbwBz/BMI0AnxSingqDRiNqwA0BRaxAq1lcwO1KsaM2IJb+YO1ZgUJ/DpOT iFXJr7dchnCl7H2ksTTDauqWUXt7VvqvEbRhIjLkuystbBN9MKB2aEugQUHSHs0Pr060 xvzVeSVD2G/Mwjqebs4D2qyJMg+THFROTzFGGRdhRbFVKksaQGqFV525ux+3iwLgHjle 2VwA== X-Received: by 10.194.76.212 with SMTP id m20mr48301707wjw.30.1402565831386; Thu, 12 Jun 2014 02:37:11 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id hi6sm694994wjc.32.2014.06.12.02.37.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Jun 2014 02:37:10 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 12 Jun 2014 11:37:08 +0200 From: Baptiste Daroussin To: Tijl Coosemans Subject: Re: svn commit: r357483 - in head: . devel/icu Message-ID: <20140612093708.GN8662@ivaldir.etoilebsd.net> References: <201406111431.s5BEV1kg005205@svn.freebsd.org> <20140612112527.6a0385ff@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QRo3kt64Wi40AlcO" Content-Disposition: inline In-Reply-To: <20140612112527.6a0385ff@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Thu, 12 Jun 2014 09:37:14 -0000 --QRo3kt64Wi40AlcO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 12, 2014 at 11:25:27AM +0200, Tijl Coosemans wrote: > On Wed, 11 Jun 2014 14:31:01 +0000 (UTC) Baptiste Daroussin wrote: > > 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/ > >=20 > > Log: > > Update to icu 53.1, recommand to the user to rebuild all their applic= ations depending on icu > >=20 > > Modified: > > head/UPDATING > > head/devel/icu/Makefile > > head/devel/icu/distinfo > > head/devel/icu/pkg-plist > >=20 > > Modified: head/UPDATING > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- 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 t= ime > > you update your ports collection, before attempting any port upgrades. > > =20 > > +20140611: > > + AFFECTS: users of icu > > + AUTHOR: bapt@FreeBSD.org > > + > > + icu has been updated to 53.1. Please rebuild all ports that depend o= n it > > + if you have the glib20 port built with COLLATION_FIX option activated >=20 > Because of the library version change all ports that depend on icu need > to be rebuild right? Not just the ones that depend on glib. >=20 Yes the problem is if glib was built with icu it might leak the dependency = to all the packages linked to glib (until glib switch to USES=3Dlibtool) without that I could j= ust bump the revision of the needed packages regards, BApt --QRo3kt64Wi40AlcO Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEUEARECAAYFAlOZdMQACgkQ8kTtMUmk6EzgWwCfblVk4FZFBndJUZ1jP8RjWtt2 FnEAl2nd3FPtbWHUWZojuS5bvYegX6o= =2ulh -----END PGP SIGNATURE----- --QRo3kt64Wi40AlcO--