aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-09-28 21:38:40 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-09-28 21:38:40 +0000
commit1ef74c90ec501c9aff32a21e53aacdfb1a9f9964 (patch)
treeb21231f35c8b30661ac7653187710f0404ec1d25 /UPDATING
parent51bba1077f5b1c404071523e098bce9b565cfb4e (diff)
downloadports-1ef74c90ec501c9aff32a21e53aacdfb1a9f9964.tar.gz
ports-1ef74c90ec501c9aff32a21e53aacdfb1a9f9964.zip
- add updating entry for broken ports on -current with workaround
Reviewed by: dougb Approved by: bapt (mentor)
Notes
Notes: svn path=/head/; revision=282588
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