aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2009-06-17 20:52:53 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2009-06-17 20:52:53 +0000
commit1b7af2702d3678bb8ec0c6a6b4d7bca52383a9fc (patch)
tree134e7b9ce948f2519c47bffb4b220446603c200c /UPDATING
parent7d9cc7021443e251932f101a09acd35a447f18cd (diff)
downloadports-1b7af2702d3678bb8ec0c6a6b4d7bca52383a9fc.tar.gz
ports-1b7af2702d3678bb8ec0c6a6b4d7bca52383a9fc.zip
- Add GID and UID for emulators/virtualbox.
- Change virtualbox GID in port Makefile due to a conflict with databases/couchdb and add UPDATING note. - Bump PORTREVISION. Reported by: Mike Harding <mvh AT ix.netcom.com>
Notes
Notes: svn path=/head/; revision=236160
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2f1e4d05960b..6b0de035d19c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,15 @@ time you update your ports collection, before attempting any port
upgrades.
20090617:
+ AFFECTS: users of emulators/virtualbox
+ AUTHOR: beat@FreeBSD.org
+
+ The GID of virtualbox has changed due to a conflict with databases/couchdb.
+ Update GID of vboxusers after updating the port:
+
+ # pw groupmod vboxusers -g 920
+
+20090617:
AFFECTS: users of math/fftw3 math/fftw3-long math/fftw3-float
AUTHOR: db@FreeBSD.org