diff options
author | ade <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
commit | a44c192a2f5c31ae449c6b008b8a42bcc7ee099d (patch) | |
tree | 14d9392b22ced431dae442dd74506f7e26011de3 /UPDATING | |
parent | db3ee9b87911306ae5e8d8b79d43c0e4c925954d (diff) | |
download | freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.tar.gz freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.tar.zst freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.zip |
Sync to new bsd.autotools.mk
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -5,6 +5,22 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20101204: + AFFECTS: autotools + AUTHOR: autotools@FreeBSD.org + + The next stage in the ongoing cleanup of autotools-using ports is + a refactoring of bsd.autotools.mk so that version numbers are no longer + needed within the USE_AUTOTOOLS stanza. There is either + autoconf213/autoconf or automake14/automake (for the legacy versions, + and the currently available versions). This will considerably reduce + the amount of tree-wide patching in future on an update. + + IMPORTANT: if you have either devel/autoconf-wrapper or + devel/automake-wrapper installed on your system (and you most likely do) + PLEASE update these ports to their new versions before updating anything + else -- Bad Things[tm] are likely to happen otherwise. + 20101202: AFFECTS: users of multmidia/gstreamer-plugins AUTHOR: multimedia@FreeBSD.org |