From owner-freebsd-stable@FreeBSD.ORG Sat Jun 7 07:13:46 2014 Return-Path: Delivered-To: freebsd-stable@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 ESMTPS id AB457C27 for ; Sat, 7 Jun 2014 07:13:46 +0000 (UTC) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32C0C242F for ; Sat, 7 Jun 2014 07:13:45 +0000 (UTC) Received: from juno.lyxys.ka.sub.org (juno.lyx [IPv6:fd2a:89ca:7d54:0:240:caff:fe92:4f47]) by saturn.lyxys.ka.sub.org (8.14.7/8.14.7) with ESMTP id s577DRh9038223 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sat, 7 Jun 2014 09:13:28 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.14.9/8.14.8) with ESMTP id s577Davj002555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 7 Jun 2014 09:13:37 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.14.9/8.14.8/Submit) id s577DaGn002554 for freebsd-stable@freebsd.org; Sat, 7 Jun 2014 09:13:36 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) X-Authentication-Warning: juno.lyx: wolfgang set sender to wolfgang@lyxys.ka.sub.org using -f Date: Sat, 7 Jun 2014 09:13:36 +0200 From: Wolfgang Zenker To: freebsd-stable@freebsd.org Subject: Re: Problem building ports after upgrade Message-ID: <20140607071336.GA2487@lyxys.ka.sub.org> References: <20140606231402.GA914@lyxys.ka.sub.org> <53925B8A.6020607@wemm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53925B8A.6020607@wemm.org> Organization: private site User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (saturn.lyxys.ka.sub.org [IPv6:fd2a:89ca:7d54:1:200:24ff:feca:b4cc]); Sat, 07 Jun 2014 09:13:28 +0200 (CEST) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2014 07:13:46 -0000 * Peter Wemm [140607 02:23]: > On 6/6/14, 4:14 PM, Wolfgang Zenker wrote: >> after upgrading 10-STABLE to r267142 and going to r356862 in ports, >> I now have a problem building ports: The ports that I have tried to >> build so far failed after the configuration build with >> env: NO_PIE: No such file or directory > Yes, edit ports/Mk/bsd.port.mk and change it like this if it's not already > fixed: > [..] thanks, I see this was fixed already in ports r356868. Wolfgang