From owner-svn-ports-all@FreeBSD.ORG Sat Jun 7 00:49:00 2014 Return-Path: Delivered-To: svn-ports-all@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 DB9CAF88 for ; Sat, 7 Jun 2014 00:49:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2EC822DC for ; Sat, 7 Jun 2014 00:49:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s570n07r003381 for ; Sat, 7 Jun 2014 00:49:00 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s570n0MK003378 for svn-ports-all@freebsd.org; Sat, 7 Jun 2014 00:49:00 GMT (envelope-from bdrewery) Received: (qmail 70823 invoked from network); 6 Jun 2014 19:48:59 -0500 Received: from unknown (HELO roundcube.xk42.net) (10.10.5.5) by sweb.xzibition.com with SMTP; 6 Jun 2014 19:48:59 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 06 Jun 2014 19:48:59 -0500 From: Bryan Drewery To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r356856 - head/Mk Organization: FreeBSD In-Reply-To: <201406062140.s56LevGA072661@svn.freebsd.org> References: <201406062140.s56LevGA072661@svn.freebsd.org> Message-ID: X-Sender: bdrewery@FreeBSD.org User-Agent: Roundcube Webmail/0.9.5 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2014 00:49:00 -0000 On 2014-06-06 16:40, Bryan Drewery wrote: > Author: bdrewery > Date: Fri Jun 6 21:40:56 2014 > New Revision: 356856 > URL: http://svnweb.freebsd.org/changeset/ports/356856 > QAT: https://qat.redports.org/buildarchive/r356856/ > > Log: > - Disable PIE in ports for now until more testing can be done. > This is to avoid issues with upcoming PIE support in head which > is needed for ASLR. > > With hat: portmgr > > Modified: > head/Mk/bsd.port.mk > > Modified: head/Mk/bsd.port.mk > ============================================================================== > --- head/Mk/bsd.port.mk Fri Jun 6 21:39:23 2014 (r356855) > +++ head/Mk/bsd.port.mk Fri Jun 6 21:40:56 2014 (r356856) > @@ -1631,6 +1631,9 @@ INSTALL_TARGET:= ${INSTALL_TARGET:S/^ins > .include "${PORTSDIR}/Mk/bsd.ssp.mk" > .endif > > +# XXX PIE support to be added here > +MAKE_ENV+= NO_PIE > + > .if defined(NOPORTDOCS) > PLIST_SUB+= PORTDOCS="@comment " > .else MAJOR failure here. Sorry everyone. -- Regards, Bryan Drewery