diff options
author | Brad Davis <brd@FreeBSD.org> | 2013-09-20 15:28:04 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2013-09-20 15:28:04 +0000 |
commit | d4278602bbf25b434150614a7797e9b8d7c8103f (patch) | |
tree | fd549139c6668ea1ae5122f973d60a5ff87b1edc | |
parent | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (diff) |
- Add entry about the new DEFAULT_VERSIONS framework
Reviewed by: Ken Reed <kreed002@gmail.com>
Approved by: bapt@
Notes
Notes:
svn path=/head/; revision=327707
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -7,6 +7,22 @@ you update your ports collection, before attempting any port upgrades. 20130920: AFFECTS: Users of ports + AUTHOR: bapt@FreeBSD.org + + New way to override the default version of a language in the ports + tree. + + The make variable, DEFAULT_VERSIONS, allows users to override the + default version defined by the ports tree. + + For example, to declare specific versions for Perl, Ruby and Tcl/Tk, + it would be defined as: + DEFAULT_VERSIONS= perl5=5.18 ruby=2.0 tcltk=8.6 + + Today, this only is supported by Perl, Ruby and Tcl/Tk. + +20130920: + AFFECTS: Users of ports AUTHOR: bdrewery@FreeBSD.org Optional Stack Protector [1] support has been added with the WITH_SSP |