svn commit: r327842 - head

Bryan Drewery bdrewery at FreeBSD.org
Sat Sep 21 21:31:57 UTC 2013


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.
 


More information about the svn-ports-all mailing list