diff options
author | brd <brd@FreeBSD.org> | 2013-09-20 23:28:04 +0800 |
---|---|---|
committer | brd <brd@FreeBSD.org> | 2013-09-20 23:28:04 +0800 |
commit | c02198898e38a0cf9e148e6245ef7e6a78916605 (patch) | |
tree | fd549139c6668ea1ae5122f973d60a5ff87b1edc | |
parent | 364fbf2c9f577bf02f623faf4a3cbad00fc1c84f (diff) | |
download | freebsd-ports-gnome-c02198898e38a0cf9e148e6245ef7e6a78916605.tar.gz freebsd-ports-gnome-c02198898e38a0cf9e148e6245ef7e6a78916605.tar.zst freebsd-ports-gnome-c02198898e38a0cf9e148e6245ef7e6a78916605.zip |
- Add entry about the new DEFAULT_VERSIONS framework
Reviewed by: Ken Reed <kreed002@gmail.com>
Approved by: bapt@
-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 |