From owner-svn-ports-all@FreeBSD.ORG Sun Dec 8 22:26:21 2013 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 17A98CBD for ; Sun, 8 Dec 2013 22:26:21 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DE60146F for ; Sun, 8 Dec 2013 22:26:20 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M9eHT-1VitBl305H-00CzWS for ; Sun, 08 Dec 2013 23:26:18 +0100 Message-ID: <52A4F213.7060303@gmx.de> Date: Sun, 08 Dec 2013 23:26:27 +0100 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Matthias Andree , Tijl Coosemans , Mathieu Arnold Subject: Re: svn commit: r332017 - head/devel/subversion17 References: <201310292201.r9TM15df056478@svn.freebsd.org> <20131207150704.5ff18aae@kalimero.tijl.coosemans.org> <52A48BAF.8050607@FreeBSD.org> In-Reply-To: <52A48BAF.8050607@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:00voOCfdjJ2Ju2eMrLP+uGsmc2CNo7yPaMcmWtERCX3zqO+m72U ymd/3Vz/TiqRJKXdZpaxBuVQHd+PirYhIcs6ywzU1Jft1lab4jNENQmXA8dGRAcYmcFoPXJ q1VbfCN4e/r8m9VXwM5xtN87jREgq+GAQr1d06JqmcnaizSQrdgB0pyOqx7Zzd32RKuJlGJ nsYb+naS+O0jqwXmzLvLA== Cc: svn-ports-head@freebsd.org, Olli Hauer , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 08 Dec 2013 22:26:21 -0000 On 2013-12-08 16:09, Matthias Andree wrote: > Am 07.12.2013 15:07, schrieb Tijl Coosemans: >> On Mon, 02 Dec 2013 18:03:16 +0100 Mathieu Arnold wrote: >>> +--On 29 octobre 2013 22:01:05 +0000 Olli Hauer wrote: >>> | -PKGNAMESUFFIX= 17 >>> | +#7setting7PKGSUFFIX7not7possible7wo.7having7a7Mk/Uses7file7and7fixing7a7 >>> | bunch7of7ports >>> | +#PKGNAMESUFFIX= 17 >>> >>> I've grepped through the whole ports tree, and I couldn't find any port >>> that depends on subversion1[67] using their package name, as in >>> subversion<1.8:{$PORTS}..., they only depends on the svn binary being >>> there, so adding PKGNAMESUFFIX will not hurt any bit. >>> >>> If I'm wrong, please show me which ports have their dependencies that needs >>> fixing. >> >> The subversion-java slave port sets PKGNAMESUFFIX=-java, so setting >> PKGNAMESUFFIX=17 in the master makefile would override that. >> >> The other slave ports (perl,ruby,python) set PKGNAMEPREFIX so maybe >> the java port should do that too. >> > > Is there any purpose in keeping old garbage around? > Such as new client not working with old server? > If not, let's just axe the older versions rather than fix package name > conflicts. > The subversion java port is fixed, I'm more concerned with ports using - ..._DEPENDS= subversion>=$version - ..._DEPENDS= p5-subversion>=$version - ..._DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0: Having PKGNAMEPREFIX will prevent building this ports in case default subversion != devel/subversion even they work fine with subversion 1.6. I'm going now over all ports depending on 'devel/subversion*' to check for false declaration e.g using 'subversion>=1.7.0:' where 1.6 is sufficient. Long time ago I've written a SVN framework, but got no or negative feedback so I stopped the work. Hopefully I can find a bunch of time to start working again on it. http://lists.freebsd.org/pipermail/freebsd-ports/2011-July/068561.html