From owner-freebsd-questions@freebsd.org Thu May 5 13:08:07 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38084B2C8ED for ; Thu, 5 May 2016 13:08:07 +0000 (UTC) (envelope-from carlopmart@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF4BD13CA for ; Thu, 5 May 2016 13:08:06 +0000 (UTC) (envelope-from carlopmart@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id e201so19859418wme.0 for ; Thu, 05 May 2016 06:08:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=JNgqNz401tdVD/YAESYduK0JZf9VZk6yQzCusMPTAvY=; b=k9aC1NVJc+H8NpxNzjI11pUv+o54m8pPBGFpZV7VbBlMxXA8uUdOzHpRAVcWMfOdJN Fc7+Ymj6cbM+PeDX4DOc9AW2ZAexT1x1njQ2qyHuxQ7A1n20EOt78JQ8HVYMjaOp9B4f 1xocd7l3RFoDpQKW2CWUB9P+KU0oPB0MiCu9qdZzSncZHZr8rvt8C6D3UykNSiCufhZb /zdbgI5kIPsn1AEnRFUGtsu6rukXNdWTj1qvdH0AKKozXbtcxo6Kj+HDkz44TDqabhrw OB1UpJQwIeRBUpkViLkl4t4J4tLIiCgsIWAn4XuBMj4/+2yVcoBI0ZyNR0jw99HNtC1z U68g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=JNgqNz401tdVD/YAESYduK0JZf9VZk6yQzCusMPTAvY=; b=LC86iI8KdGBte5zoKHB9H0NdIQ+jiDvNoGwxzwW+u1RT92TtcKJfzNnCLhEwhAMhvs rRkXY9cVShnQLnfXECgRTuBil8VzCRBoHlCjuwlFB7Cm5zp8Crjw70vrXoYVNnRWdj9x 8bYWzZx+jM0r+w6yySbxTIWqTEOip6ictk5sCoNFjzxpzaV4cTPt/kK7cqWMFKGQ4qP9 0y4nQnNlxRUIBoX/6IdJ5ykcGeE0J6K5VNb0sV9JWKR+Eu7RzIqbZqF0uip53kUGkfHB ejgMbq2pTw7mcOUSSM60DTC+aJUDoZa3AnvYhn/b3OEn/Ie2i3M4l9Xw9RCakYVeDUS2 G/iw== X-Gm-Message-State: AOPr4FXbSbheniKxQTkkUEHYbMG/Bk9MGwk7GvAHGIqD28qxT1dQ0lBC5B3LXGkYShQZ2Q== X-Received: by 10.28.128.83 with SMTP id b80mr3476945wmd.89.1462453684560; Thu, 05 May 2016 06:08:04 -0700 (PDT) Received: from beagle.bcn.sia.es (217.red-83-34-45.dynamicip.rima-tde.net. [83.34.45.217]) by smtp.gmail.com with ESMTPSA id wb10sm9691484wjc.8.2016.05.05.06.08.03 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 May 2016 06:08:03 -0700 (PDT) Date: Thu, 5 May 2016 13:07:59 +0000 From: "C. L. Martinez" To: freebsd-questions@freebsd.org Subject: Re: Using an external ports repo in poudriere Message-ID: <20160505130759.GB13380@beagle.bcn.sia.es> References: <20160505110450.GA13380@beagle.bcn.sia.es> <05b76aca-31b7-5180-336b-d81af834e29f@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <05b76aca-31b7-5180-336b-d81af834e29f@infracaninophile.co.uk> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 13:08:07 -0000 On Thu 5.May'16 at 12:29:28 +0100, Matthew Seaman wrote: > On 05/05/16 12:04, C. L. Martinez wrote: > > > How can I configure poudriere to use an external ports repo instead of FreeBSD's official repo? > > Create a 'repo.conf' file in /usr/local/etc/pkg/repos/ The file name can > be anything ending in .conf -- all such are used, which makes it handy > if you want to have multiple repos. See the REPOSITORY CONFIGURATION > section in pkg.conf(5) for details. > > To turn off all use of the official FreeBSD repos, add a file > /usr/local/etc/pkg/repos/FreeBSD.conf with this contents: > > FreeBSD: { enabled: no } > > Use 'pkg -vv' to see what the resulting repository config comes out as. > > Cheers, > > Matthew > > Thanks Matthew, but I think I haven't explained very well. I am referring to use a different ports repo when I need to build several packages with poudriere, not when I want to install them using pkg. To be more clear: when I launch the command "poudriere ports -c", is it possible to specify what, or more concise, from where ports will be downloaded?? Thanks. -- Greetings, C. L. Martinez