From owner-freebsd-ports@FreeBSD.ORG Tue Jun 10 17:03:11 2014 Return-Path: Delivered-To: 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 7D9E827A for ; Tue, 10 Jun 2014 17:03:11 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (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 186A12B8B for ; Tue, 10 Jun 2014 17:03:10 +0000 (UTC) Received: from [192.168.1.239] ([212.98.32.54]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LikE1-1WMAh81Xjh-00cvHG for ; Tue, 10 Jun 2014 19:03:03 +0200 Message-ID: <53973A7D.80400@gmx.net> Date: Tue, 10 Jun 2014 19:03:57 +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 Subject: Re: pkg aparently not respecting subversion make.conf settings References: <539732C9.3030702@gmx.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:jgxqQ/embG1XlNWXi85sgkoDVrFVPi2ELBz+w/wkT3XqpqCpxsw NfD4scWIUfd88fuViuoKMvO77XAukBPi7IE27FqlGLQS6iPpU9qXvrlnPqhlnfysMz/Ue51 Dt6nUSI6TNeKr/j/zYHSsYGgP02n5TwwcdXf/9t7NnY1MWkvU1XL73O8W8MjOm93SpSSCWi XQyerzsVaX7HibtLeed6w== Cc: "freebsd-ports@freebsd.org" 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:03:11 -0000 On 10/06/2014 18:50, Mikhail Tsatsenko wrote: > 2014-06-10 20:31 GMT+04:00 Simon Wright : >> 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. >> > Packages you install via pkg is built on FreeBSD cluster and it knows > nothing about make.conf content on your machine Packages are being built with poudriere on a locally-hosted repo >> 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? > You are doing right everything, but you cant redefine default > WITH_SUBVERSION_VER if you are using official packages. Thanks but see above!