From owner-svn-ports-all@FreeBSD.ORG Mon Dec 8 17:20:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01E0430D; Mon, 8 Dec 2014 17:20:25 +0000 (UTC) Received: from fep31.mx.upcmail.net (fep31.mx.upcmail.net [62.179.121.49]) by mx1.freebsd.org (Postfix) with ESMTP id B86C7121; Mon, 8 Dec 2014 17:20:23 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep25-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20141208171901.ZBHR1025.viefep25-int.chello.at@edge03.upcmail.net>; Mon, 8 Dec 2014 18:19:01 +0100 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id R5K01p00J2Rg3Ey015K03c; Mon, 08 Dec 2014 18:19:00 +0100 X-SourceIP: 178.84.134.112 Message-ID: <5485DD87.9040602@rainbow-runner.nl> Date: Mon, 08 Dec 2014 18:19:03 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Tijl Coosemans , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r374303 - in head: Mk Mk/Uses accessibility/at-spi accessibility/dasher accessibility/gnome-mag accessibility/gnopernicus accessibility/gok accessibility/java-access-bridge archivers/sq... References: <201412081648.sB8Gmf71018710@svn.freebsd.org> In-Reply-To: <201412081648.sB8Gmf71018710@svn.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 08 Dec 2014 17:20:25 -0000 On 8-12-2014 17:48, Tijl Coosemans wrote: > Author: tijl > Date: Mon Dec 8 16:48:38 2014 > New Revision: 374303 > URL: https://svnweb.freebsd.org/changeset/ports/374303 > QAT: https://qat.redports.org/buildarchive/r374303/ > > Log: > Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in > the 32 ports that still use it. Bump PORTREVISION on their dependent > ports except the ones that depend on these: > > audio/libogg > audio/libvorbis > devel/pcre > ftp/curl > graphics/jpeg > graphics/libart_lgpl > graphics/tiff > textproc/expat2 > textproc/libxslt > > In these cases the same trick as in the recent gettext update is used. > The ports install a symlink with the old library version. When enough > of their dependent ports have had regular updates the remaining ones can > get a PORTREVISION bump and the links can be removed. > > Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes > over 2200 packages to depend on devel/pcre while less than 200 actually > link with it. The glib20 package still depends on devel/pcre so this > should not make a difference for ports with USE_GNOME=glib20. Also, > libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so > USE_GNOME=glib20 should not propagate it. > > PR: 195724 > Exp-run by: antoine > Approved by: portmgr (antoine) > > Thanks for doing this change! It seems though that you have forgotten to portrevison bump devel/glib20 itself in this change?