summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-01 04:33:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-01 04:33:00 +0000
commit7556d36a26e99f2c4e9a67005b547ceb9d81eb0b (patch)
tree8476f145e6c36e3d0ad66a95a6613e8fe04c1962
parentWith my portmgr hat on, fix this port so tools like imapd that depend on it (diff)
Document the window that the ports tree was broken by an m4 upgrade.
Diffstat (limited to '')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 88d04a99c584..ee480b54c5de 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20070930:
+ AFFECTS: everyone
+ AUTHOR: Mark Linimon <linimon@FreeBSD.org>
+
+ The ports tree has been migrated to the latest version of autoconf,
+ 2.61. Versions 2.53 and 2.59 were declared obsolete and removed.
+
+ m4 was also updated to 1.10, but this proved to be incompatible and
+ was rolled back to 1.9. If you are experiencing 'Makefile: not found'
+ errors, make sure you are not using 1.10.
+
20070928:
AFFECTS: users of irc/ratbox-services
AUTHOR: Lewis <moggie@elasticmind.net>