From owner-freebsd-ports@FreeBSD.ORG Tue Jun 10 17:45:37 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 C2FB1F39 for ; Tue, 10 Jun 2014 17:45:37 +0000 (UTC) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94F672FAF for ; Tue, 10 Jun 2014 17:45:37 +0000 (UTC) Received: by mail-ig0-f173.google.com with SMTP id r2so3473311igi.0 for ; Tue, 10 Jun 2014 10:45:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gYK+vEIDTaapHrUGnYJmiiqJVUO0aotZX07aQsfHbq0=; b=L2YgzVB7Ne6TV9MhjUeRrdwYlXTJB6NZpjt0y1d4hDfr7hYJ5Um0F/5d6YzEoiCia/ IWv5Mq5qWvdJRc/Zz8vzWr3GZRc+mjSWbTLjv7zqYB309O69tfEj67CFMWYYXaY7Au9Y igj8v0iiBYsw6uHQZml3vtg5fI4xLqMEaBz+fINbJiIb+fhm7Si3FVPXuE458YL7V2w+ VYq0dbBsut1liffaJOE0o1RtiESta15SH8Qgfk/amFr0odeaxc9OSz6v8AFDIRE86LCH pNYGJM+hlo7lM5KGnMDWce/CL3CcWt3kfwEiPMrDcjEzc34VShnbrLYnaZaW9Tm6qcOh Wl0Q== MIME-Version: 1.0 X-Received: by 10.50.253.163 with SMTP id ab3mr49619998igd.35.1402422337100; Tue, 10 Jun 2014 10:45:37 -0700 (PDT) Received: by 10.50.189.169 with HTTP; Tue, 10 Jun 2014 10:45:37 -0700 (PDT) In-Reply-To: <539732C9.3030702@gmx.net> References: <539732C9.3030702@gmx.net> Date: Tue, 10 Jun 2014 12:45:37 -0500 Message-ID: Subject: Re: pkg aparently not respecting subversion make.conf settings From: Scot Hetzel To: Simon Wright Content-Type: text/plain; charset=ISO-8859-1 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:45:37 -0000 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.