aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-03-14 18:57:25 +0000
committerAde Lovett <ade@FreeBSD.org>2004-03-14 18:57:25 +0000
commita51a98496cb04ca95a1adbbe9aecee46f8a3c0fa (patch)
tree4ad3142dfb4b9771559de07a99165d47cb573a3c /CHANGES
parentf567fb9db9845e7a49e7c39164b141ebba939038 (diff)
downloadports-a51a98496cb04ca95a1adbbe9aecee46f8a3c0fa.tar.gz
ports-a51a98496cb04ca95a1adbbe9aecee46f8a3c0fa.zip
Add detail about recent autotools changes.
Poked by: kris
Notes
Notes: svn path=/head/; revision=104015
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3aa3437b221d..4a79e1db45eb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,18 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20040314:
+ USE_LIBTOOL, USE_AUTOCONF, and USE_AUTOMAKE are now considered
+ deprecated, and will be removed on or around June 1st 2004.
+ All ports should now choose the specific version of the tool,
+ using USE_LIBTOOL_VER, USE_AUTOCONF_VER, and USE_AUTOMAKE_VER.
+ The old "system default" behavior can be written as follows:
+
+ Old New
+ USE_LIBTOOL=yes USE_LIBTOOL_VER=13
+ USE_AUTOCONF=yes USE_AUTOCONF_VER=213
+ USE_AUTOMAKE=yes USE_AUTOMAKE_VER=14
+
20040304:
New variable MASTER_SITE_SOURCEFORGE_EXTENDED. It has the
ten official sourceforge.net download mirrors, whereas