aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2009-06-18 04:52:53 +0800
committerbeat <beat@FreeBSD.org>2009-06-18 04:52:53 +0800
commit09d021ae003722a0eb46285b61b29e2b14f9448d (patch)
tree37e88da6681b635f3f7753263b2003cb78a7b1e5 /UPDATING
parent11cf67641d488bdd6ee0c867e7a6003f662fd6ae (diff)
downloadfreebsd-ports-gnome-09d021ae003722a0eb46285b61b29e2b14f9448d.tar.gz
freebsd-ports-gnome-09d021ae003722a0eb46285b61b29e2b14f9448d.tar.zst
freebsd-ports-gnome-09d021ae003722a0eb46285b61b29e2b14f9448d.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>
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