From owner-freebsd-ports@FreeBSD.ORG Tue Jun 10 17:41:45 2014 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 191E9D99 for ; Tue, 10 Jun 2014 17:41:45 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 891CA2F89 for ; Tue, 10 Jun 2014 17:41:44 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MLO9y-1Wtror2RJC-000a6Z; Tue, 10 Jun 2014 19:41:35 +0200 Message-ID: <5397434F.6080006@gmx.de> Date: Tue, 10 Jun 2014 19:41:35 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Simon Wright Subject: Re: pkg aparently not respecting subversion make.conf settings References: <53973B84.7020008@gmx.net> In-Reply-To: <53973B84.7020008@gmx.net> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:S6ohA8YvHKfWZBmvqHetZ/Z1UW+QRNMaiZCuirQxEd9ymFu3aRi Hu/as7dLcJ62nSEp2yfsQICLbasbGRqFBbyve/dmys43vlw5CxkgtInltFNAmzZZPMqXnzU Gro0Puytpn0LrgMiUtkm45cM5tHHVXc3SE18ZC/rLUC1amxScwg8oHKF+UoGr1To/DVNprn /l6gWcNcQA2tx3dOIM9Bw== Cc: freebsd-ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 17:41:45 -0000 On 2014-06-10 19:08, Simon Wright wrote: > On 10/06/2014 18:36, Olli Hauer wrote: >> in case you are running pkg on the client run there the command >> $ pkg set -o devel/subversion:devel/subversion17 > > Thanks Olli. I had sone this but did it again "just to be sure" (TM) > > [simon@vmserver04 /usr/ports]$ sudo pkg set -o devel/subversion:devel/subversion17 > Sudo password: > Change origin from devel/subversion to devel/subversion17 for all dependencies? [y/N]: y > [simon@vmserver04 /usr/ports]$ sudo pkg upgrade > Updating repository catalogue > Upgrades have been requested for the following 12 packages: > > Reinstalling apr-1.5.1.1.5.3 [01home] (needed shared library changed) > Reinstalling cairo-1.10.2_10,2 [01home] (needed shared library changed) > Reinstalling gmp-5.1.3_2 [01home] (needed shared library changed) > Reinstalling icu-52.1 [01home] (needed shared library changed) > Reinstalling libxcb-1.10_2 [01home] (needed shared library changed) > Upgrading phpMyAdmin: 4.2.2 -> 4.2.3 [01home] > Upgrading pkgconf: 0.9.5 -> 0.9.6 [01home] > Upgrading serf: 1.3.5 -> 1.3.5_1 [01home] > Reinstalling subversion17-1.7.17 [01home] (direct dependency changed) > Reinstalling libX11-1.6.2_2,1 [01home] (needed shared library changed) > Installing subversion: 1.8.9 [01home] > Reinstalling portdowngrade-1.5 [01home] (direct dependency changed) > > The upgrade will require 14 MB more space > > 0 B to be downloaded > > Proceed with upgrading packages [y/N]: n > > So it still wants to install devel/subversion and of course poudriere still pulls in 1.8 as well when it tries to build packages. Hm, in this case it is possible you have to `pkg delete devel/subversion' before and then use `pkg install devel/subversion17' It is also possible pkg does the right thing but not sure. It is possible a port that is no longer in the tree requests devel/subversion. Try to identify this port with `pkg info -rx subversion' In case you want to downgrade because of the serf issues, I will submit later an update to a new serf-1.3.6 release that should fix the seen issue, (Still waiting for a feedback of the subversion18 maintainer) -- Regards, olli