aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2012-02-21 22:31:55 +0800
committerdecke <decke@FreeBSD.org>2012-02-21 22:31:55 +0800
commit781cb3ff251b57581947ceb7fee29a81ae0dcaaa (patch)
tree651c8d0c5ec4de77565560b0bf2555a66f93a139 /UPDATING
parent14ceaf8cd22d3cb6c386ebde894f3668a88bfd57 (diff)
downloadfreebsd-ports-gnome-781cb3ff251b57581947ceb7fee29a81ae0dcaaa.tar.gz
freebsd-ports-gnome-781cb3ff251b57581947ceb7fee29a81ae0dcaaa.tar.zst
freebsd-ports-gnome-781cb3ff251b57581947ceb7fee29a81ae0dcaaa.zip
- Update to 4.1.8
- Mark broken on FreeBSD < 8.0 - Fix lib32 checks to use /usr/lib32/libc.so - R0 memobj rewrite [1] - Fix INVARIANTS warning: acquiring duplicate lock of same type: "IPRT Fast Mutex Semaphore" [1] Submitted by: Andriy Gapon <avg@FreeBSD.org> [1] Obtained from: redports.org/~virtualbox/
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e4891a76b77f..a099b91011e6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20120221:
+ AFFECTS: users of emulators/virtualbox-ose
+ AUTHOR: decke@FreeBSD.org
+
+ virtualbox-ose has been updated to 4.1.8 and requires the latest
+ devel/kBuild-devel now. It is only a build dependency so it is safe
+ to remove it before updating.
+
+ # pkg_delete -f kBuild-\*
+
20120220:
AFFECTS: users of graphics/libungif
AUTHOR: dinoex@FreeBSD.org