aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-19 18:16:40 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-19 18:16:40 +0000
commite81a5e63abfd46d9651970fcff7c13f199a8cf21 (patch)
tree148ecd2dda5f262d091dc8776e7bd9b577ae613a /CHANGES
parentbf74b656d11bb8f4b463baff9bc45b5f2e4481f5 (diff)
downloadports-e81a5e63abfd46d9651970fcff7c13f199a8cf21.tar.gz
ports-e81a5e63abfd46d9651970fcff7c13f199a8cf21.zip
Mark USE_AUTOTOOLS deprecated and remove support for libtoolize.
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=384310
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d9898e1e02e..52781bd1a697 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20150419:
+AUTHOR: tijl@FreeBSD.org
+
+ USE_AUTOTOOLS has been deprecated. It can be replaced with USES=autoreconf
+ and GNU_CONFIGURE=yes.
+
+ Support for USE_AUTOTOOLS=libtoolize has been removed. It can be replaced
+ with "USES=autoreconf libtool".
+
20150409:
AUTHOR: bapt@FreeBSD.org