From c6dc82531eb138f69e071b0aa695bb4b45d0bad3 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sun, 22 Sep 2013 00:26:05 +0000 Subject: - Rename public name of SSP support to WITH_SSP_PORTS as /usr/src has issues with 'installworld' when WITH_SSP is defined. [1] Keep WITH_SSP support for now since it has been announced as that already. - Remove redundant wording in UPDATING [2] Suggested by: bapt [1] Reported by: blakkheim on EFNet With hat: portmgr --- UPDATING | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 39547b7aa0a5..e175dfe7510e 100644 --- a/UPDATING +++ b/UPDATING @@ -25,20 +25,18 @@ you update your ports collection, before attempting any port upgrades. AFFECTS: Users of ports AUTHOR: bdrewery@FreeBSD.org - Optional Stack Protector [1] support has been added with the WITH_SSP + Optional Stack Protector [1] support has been added with the WITH_SSP_PORTS knob. - .if !empty(.CURDIR:M/usr/ports*) - WITH_SSP= yes - .endif + WITH_SSP_PORTS= yes This currently is only supported on FreeBSD 10 amd64/i386 and earlier - releases on amd64 only. + releases on amd64. The default SSP_CLFAGS is -fstack-protector, but -fstack-protector-all may optionally be set instead. - To enable support, add WITH_SSP=yes to your make.conf and rebuild all + To enable support, add WITH_SSP_PORTS=yes to your make.conf and rebuild all ports. # portmaster -af -- cgit v1.2.3