Date: Fri, 20 Sep 2013 15:28:05 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327707 - head Message-ID: <201309201528.r8KFS5eF035346@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brd (doc committer) Date: Fri Sep 20 15:28:04 2013 New Revision: 327707 URL: http://svnweb.freebsd.org/changeset/ports/327707 Log: - Add entry about the new DEFAULT_VERSIONS framework Reviewed by: Ken Reed <kreed002@gmail.com> Approved by: bapt@ Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Sep 20 14:36:35 2013 (r327706) +++ head/UPDATING Fri Sep 20 15:28:04 2013 (r327707) @@ -7,6 +7,22 @@ you update your ports collection, before 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309201528.r8KFS5eF035346>