From owner-freebsd-ports@freebsd.org Sat Feb 4 20:27:58 2017 Return-Path: Delivered-To: freebsd-ports@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 6BE93CD1C2F for ; Sat, 4 Feb 2017 20:27:58 +0000 (UTC) (envelope-from me@cschwarz.com) Received: from orion.uberspace.de (orion.uberspace.de [95.143.172.79]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBB781A13 for ; Sat, 4 Feb 2017 20:27:57 +0000 (UTC) (envelope-from me@cschwarz.com) Received: (qmail 27076 invoked from network); 4 Feb 2017 20:21:13 -0000 Received: from localhost (HELO csarch.local) (127.0.0.1) by orion.uberspace.de with SMTP; 4 Feb 2017 20:21:13 -0000 Received: by csarch.local (Postfix, from userid 1000) id 2148638CEAB; Sat, 4 Feb 2017 21:21:12 +0100 (CET) Date: Sat, 4 Feb 2017 21:21:12 +0100 From: Christian Schwarz To: "Russell L. Carter" Cc: freebsd-ports@freebsd.org Subject: Re: archivers/py-borgbackup Message-ID: <20170204202112.4s3holuwbde6ynco@csarch.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20161126 (1.7.1) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2017 20:27:58 -0000 On Sat, Feb 04, 2017 at 12:56:02PM -0700, Russell L. Carter wrote: > So... how do I build archivers/py-borgbackup with poudriere on a > system that needs 2.7 as default? You can use poudriere's '-z' flag to build a new SET, with python 3 as the default version of Python. The target system can then manually install py3-borgbackup and its dependencies from that SET repository. Checkout the CUSTOMISATION section of the poudriere man page for details on how to use a different make.conf for a SET. Hope this helps, Christian