Author: 0mp (ports committer) Date: Tue Jan 8 09:41:52 2019 New Revision: 342859 URL: https://svnweb.freebsd.org/changeset/base/342859
Log: ports.7: Do not mention deprecated WITH_SSP_PORTS and WITH_GHOSTSCRIPT_VER As mentioned in this special status report[1] from EuroBSDCon 2013, WITH_SSP_PORTS was relevant in the FreeBSD 9 and FreeBSD 10 days. Nowadays, -fstack-protector is set by default. Relevant knobs and variables are documented in ports/Mk/bsd.port.mk. WITH_GHOSTSCRIPT_VER was part of USE_GHOSTSCRIPT, which is deprecated. [1]: https://www.freebsd.org/news/status/report-2013-09-devsummit.html#Ports-and-Packages Reviewed by: bcr, mat, tobik Approved by: bcr (doc) Approved by: krion (mentor, implicit), mat (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D18056 Modified: head/share/man/man7/ports.7 Modified: head/share/man/man7/ports.7 ============================================================================== --- head/share/man/man7/ports.7 Tue Jan 8 09:40:09 2019 (r342858) +++ head/share/man/man7/ports.7 Tue Jan 8 09:41:52 2019 (r342859) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 30, 2018 +.Dd January 8, 2019 .Dt PORTS 7 .Os .Sh NAME @@ -505,20 +505,13 @@ More information on these and other related variables and the .Fx Porter's Handbook. -.Bl -tag -width ".Va WITH_GHOSTSCRIPT_VER" +.Bl -tag -width "WITH_CCACHE_BUILD" .It Va WITH_DEBUG .Pq Vt bool If set, debugging symbols are installed for ports binaries. .It Va WITH_DEBUG_PORTS A list of origins for which to set .Va WITH_DEBUG_PORTS . -.It Va WITH_SSP_PORTS -.Pq Vt bool -If set, enables -.Fl fstack-protector -for most ports. -.It Va WITH_GHOSTSCRIPT_VER -If set, the version of ghostscript to be used by ports. .It Va WITH_CCACHE_BUILD .Pq Vt bool If set, enables the use of _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
