[PC-BSD Commits] r3462 - pbibuild/modules/qemu
svn at pcbsd.org
svn at pcbsd.org
Sun Feb 15 11:48:13 PST 2009
Author: kris
Date: 2009-02-15 11:48:12 -0800 (Sun, 15 Feb 2009)
New Revision: 3462
Modified:
pbibuild/modules/qemu/copy-files
pbibuild/modules/qemu/pbi.conf
Log:
Updated qemu, now builds and works with the aqemu GUI properly on 7.x and the latest PBI LD_ fix
Modified: pbibuild/modules/qemu/copy-files
===================================================================
--- pbibuild/modules/qemu/copy-files 2009-02-15 19:45:17 UTC (rev 3461)
+++ pbibuild/modules/qemu/copy-files 2009-02-15 19:48:12 UTC (rev 3462)
@@ -9,3 +9,4 @@
/boot/modules/kqemu* modules/
/usr/local/lib/qt4 autolibs/
/usr/local/etc/qemu* etc/
+/usr/local/lib/libdbus* autolibs/
Modified: pbibuild/modules/qemu/pbi.conf
===================================================================
--- pbibuild/modules/qemu/pbi.conf 2009-02-15 19:45:17 UTC (rev 3461)
+++ pbibuild/modules/qemu/pbi.conf 2009-02-15 19:48:12 UTC (rev 3462)
@@ -25,14 +25,15 @@
PBIUPDATE="http://update.pbidir.com"
# Other Ports we need built (One per line)
-OTHERPORT="/usr/ports/emulators/aqemu/"
+OTHERPORT="/usr/ports/emulators/aqemu/
+/usr/ports/devel/dbus-qt4"
# Enter your custom make options here
MAKEOPTS="WITH_KQEMU=Y"
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="01"
+BUILDKEY="05"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list