[PC-BSD Commits] r3463 - pbibuild/modules/valknut
svn at pcbsd.org
svn at pcbsd.org
Sun Feb 15 11:49:59 PST 2009
Author: kris
Date: 2009-02-15 11:49:59 -0800 (Sun, 15 Feb 2009)
New Revision: 3463
Modified:
pbibuild/modules/valknut/copy-files
pbibuild/modules/valknut/pbi.conf
Log:
Fixed valknut, same QT problem that aqemu had, should be fixed on 7.x
Modified: pbibuild/modules/valknut/copy-files
===================================================================
--- pbibuild/modules/valknut/copy-files 2009-02-15 19:48:12 UTC (rev 3462)
+++ pbibuild/modules/valknut/copy-files 2009-02-15 19:49:59 UTC (rev 3463)
@@ -1,2 +1,4 @@
/usr/local/bin/valknut bin/
/usr/local/share/valknut share/
+/usr/local/lib/qt4 autolibs/
+/usr/local/lib/libdbus* autolibs/
Modified: pbibuild/modules/valknut/pbi.conf
===================================================================
--- pbibuild/modules/valknut/pbi.conf 2009-02-15 19:48:12 UTC (rev 3462)
+++ pbibuild/modules/valknut/pbi.conf 2009-02-15 19:49:59 UTC (rev 3463)
@@ -25,13 +25,13 @@
PBIUPDATE="http://update.pbidir.com"
# Other Ports we need built (One per line)
-OTHERPORT=""
+OTHERPORT="/usr/ports/devel/dbus-qt4"
# Enter your custom make options here
MAKEOPTS=""
# 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"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list