aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-09-22 00:26:05 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-09-22 00:26:05 +0000
commitc6dc82531eb138f69e071b0aa695bb4b45d0bad3 (patch)
treec2709a82506eb7b66b31f17f21bbb01f220c3a1c /UPDATING
parent3652c6c0c14536585ffb91059d2f2832ae545e18 (diff)
downloadports-c6dc82531eb138f69e071b0aa695bb4b45d0bad3.tar.gz
ports-c6dc82531eb138f69e071b0aa695bb4b45d0bad3.zip
- 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
Notes
Notes: svn path=/head/; revision=327844
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 4 insertions, 6 deletions
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