Date: Sat, 21 Sep 2013 21:31:56 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327842 - head Message-ID: <201309212131.r8LLVuaX083039@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat Sep 21 21:31:56 2013 New Revision: 327842 URL: http://svnweb.freebsd.org/changeset/ports/327842 Log: - Recommend only enabling WITH_SSP for /usr/ports as it will break with /usr/src 'make installworld' due to some of those Makefiles having WITHOUT_SSP hardcoded in them, causing an error that both can't be defined. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Sep 21 20:39:37 2013 (r327841) +++ head/UPDATING Sat Sep 21 21:31:56 2013 (r327842) @@ -28,6 +28,10 @@ you update your ports collection, before Optional Stack Protector [1] support has been added with the WITH_SSP knob. + .if !empty(.CURDIR:M/usr/ports*) + WITH_SSP= yes + .endif + This currently is only supported on FreeBSD 10 amd64/i386 and earlier releases on amd64 only.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309212131.r8LLVuaX083039>