From owner-freebsd-ports@FreeBSD.ORG Tue Jun 10 20:00:13 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 D5FDEC7 for ; Tue, 10 Jun 2014 20:00:13 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (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 50BAF2D31 for ; Tue, 10 Jun 2014 20:00:13 +0000 (UTC) Received: from [192.168.1.239] ([212.98.32.54]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0Lck9X-1WSEc11SLf-00k7uw for ; Tue, 10 Jun 2014 22:00:10 +0200 Message-ID: <53976400.4080801@gmx.net> Date: Tue, 10 Jun 2014 22:01:04 +0200 From: Simon Wright User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: pkg aparently not respecting subversion make.conf settings References: <539732C9.3030702@gmx.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:JXxsRwVsNPjsMdYh9DCs3G+QrgZ9eJLil5bZuNmvjTEHbtPvyJb vpDjjFxR/YZMyhz8BS35c8KUDj34KByfY89aSrwZ1fWiJJb6jfWr1xQaTCfZ4EXN7YogahS mv6Cow+g2fjamyldWQ0wXce7UGmafEHAbwehM5KNzZWqPnMzcywlAuJri99+m+WqolJgVFf eqbl4H991P6iiCXfROrsg== 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 20:00:13 -0000 On 10/06/2014 19:45, Scot Hetzel wrote: > On Tue, Jun 10, 2014 at 11:31 AM, Simon Wright wrote: >> Hi all >> >> I've recently set up poudriere and pkg on a 9.2 amd64 box. This has worked >> well for the last month or so. However I have just tried to downgrade >> subversion to 1.7x from 1.8x to support querying my network /usr/src >> /usr/ports that is setup on another box that only runs subversion 1.7. >> >> As per updating, I set WITH_SUBVERSION_VER=17 in /etc/make.conf and also in >> /usr/local/etc/poudriere.d/make.conf, added subversion17 to the list of >> packages to be built and removed portdowngrade from the repository with: >> >> poudriere bulk -j freebsd:9:x86:64 -C ports-mgmt/portdowngrade >> >> portdowngrade is removed from the repo and then the rebuild begins: >> > : >> =================================================== >> ===> portdowngrade-1.5 depends on executable: svn - not found >> ===> Verifying install for svn in /usr/ports/devel/subversion >> ===> Installing existing package /packages/All/subversion-1.8.9.txz >> Installing subversion-1.8.9...Installing apr-1.5.1.1.5.3...Installing >> db5-5.3.28... done >> Installing expat-2.1.0... done >> >> >> >> It looks as though pkg is not recognising the WITH_SUBVERSION_VER=17 >> variable and instead pulling in version 1.8 which is the default. >> >> There are no options in portdowngrade to use a specific version of >> subversion. >> >> Can anyone offer any suggestions to let me build a package of portdowngrade >> that uses my desired version of subversion or see what I've done wrong? >> > It looks like you have subversion-1.8.9 in your package repo. Try > removing it from the repo and try the poudriere build again. Yes I do. I tried to remove the package with poudriere bulk -j freebsd:9:x86:64 -C devel/subversion but after removing the package poudriere then rebuilds it. How can I remove devel/subversion for the repo. Can I just delete the package and rerun the bulk command?