From owner-freebsd-ports@FreeBSD.ORG Tue Oct 8 12:21:29 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3DD3C495 for ; Tue, 8 Oct 2013 12:21:29 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 199DE2ECC for ; Tue, 8 Oct 2013 12:21:28 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.26.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id CA996435A3 for ; Tue, 8 Oct 2013 07:21:15 -0500 (CDT) Message-ID: <5253F8A6.7030205@marino.st> Date: Tue, 08 Oct 2013 14:20:54 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: trouble with poudriere and recent ports tree References: <5253E3AE.5010504@dssgmbh.de> <5253EB2D.2070109@FreeBSD.org> <5253F72C.1060001@dssgmbh.de> In-Reply-To: <5253F72C.1060001@dssgmbh.de> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marino@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 12:21:29 -0000 On 10/8/2013 14:14, Alfred Bartsch wrote: > Am 08.10.2013 13:23, schrieb Bryan Drewery: > >> NO_STAGE is not a user variable. Do NOT put it in your make.conf. >> This will break a lot. > > > Then I need some advice, how to actually build ports-mgmt/poudriere or > devel/libSM (and some more) without this entry in > /usr/local/etc/poudriere.d/make.conf. Build poudriere straight from /usr/ports and install it. If you need to build poudriere inside poudriere after that, you can. > > Does this NO_STAGE entry break the build of my failed ports list? NO_STAGE is not a user variable, so why discuss it further? Just remove it. Regards, John