aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-09-29 05:38:40 +0800
committereadler <eadler@FreeBSD.org>2011-09-29 05:38:40 +0800
commit8a2a2f97db318e8747a6b9c5dbb7e045b48ad90e (patch)
tree20a0b25a27705dfdaec53c17e28e97148f9a1fe2 /UPDATING
parent9436063a2997925ca27a232721fd9e94cec2b386 (diff)
downloadfreebsd-ports-gnome-8a2a2f97db318e8747a6b9c5dbb7e045b48ad90e.tar.gz
freebsd-ports-gnome-8a2a2f97db318e8747a6b9c5dbb7e045b48ad90e.tar.zst
freebsd-ports-gnome-8a2a2f97db318e8747a6b9c5dbb7e045b48ad90e.zip
- add updating entry for broken ports on -current with workaround
Reviewed by: dougb Approved by: bapt (mentor)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6a9cef5d5afa..1126dd892248 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20110928:
+ AFFECTS: users of 10-current
+ AUTHOR: eadler@FreeBSD.org
+
+ There are known issues installing ports on FreeBSD 10+ due to
+ bogus assumptions by various build scripts. This will not be fixed
+ until 9-RELEASE is released.
+
+ There are two workarounds:
+
+ 1) Set UNAME_r=9.9-CURRENT in your environment
+ 2) Set REVISION="9.9" in ${SRCDIR}/sys/conf/newvers.sh
+
+20110928:
AFFECTS: users of www/nginx-devel
AUTHOR: osa@FreeBSD.ORG