diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-09-28 21:38:40 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-09-28 21:38:40 +0000 |
commit | 1ef74c90ec501c9aff32a21e53aacdfb1a9f9964 (patch) | |
tree | b21231f35c8b30661ac7653187710f0404ec1d25 /UPDATING | |
parent | 51bba1077f5b1c404071523e098bce9b565cfb4e (diff) |
- 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-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |