svn commit: r356856 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 7 00:49:00 UTC 2014


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


More information about the svn-ports-all mailing list