diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-19 18:16:40 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-19 18:16:40 +0000 |
commit | e81a5e63abfd46d9651970fcff7c13f199a8cf21 (patch) | |
tree | 148ecd2dda5f262d091dc8776e7bd9b577ae613a /CHANGES | |
parent | . Udpate to 7u80. (diff) |
Mark USE_AUTOTOOLS deprecated and remove support for libtoolize.
Approved by: portmgr (bapt)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |