[PC-BSD Commits] r2935 - pbibuild/modules/firefox3
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 22 17:12:47 PDT 2008
Author: kris
Date: 2008-10-22 17:12:46 -0700 (Wed, 22 Oct 2008)
New Revision: 2935
Modified:
pbibuild/modules/firefox3/copy-files
pbibuild/modules/firefox3/pbi.conf
Log:
Updated firefox to build / include esound which fixes wav sound notifications
Modified: pbibuild/modules/firefox3/copy-files
===================================================================
--- pbibuild/modules/firefox3/copy-files 2008-10-23 00:11:08 UTC (rev 2934)
+++ pbibuild/modules/firefox3/copy-files 2008-10-23 00:12:46 UTC (rev 2935)
@@ -1,4 +1,5 @@
/usr/local/bin/certcgi bin/
+/usr/local/bin/es* bin/
/usr/local/bin/mangle bin/
/usr/local/bin/rsaperf bin/
/usr/local/bin/certutil bin/
@@ -33,6 +34,7 @@
/usr/local/lib/firefox3 autolibs/firefox3
/usr/local/lib/nss/* autolibs/
/usr/local/lib/libnnss3* autolibs/
+/usr/local/lib/libes* autolibs/
/usr/local/lib/libnssckpi* autolibs/
/usr/local/lib/libplc* autolibs/
/usr/local/lib/libplds4* autolibs/
Modified: pbibuild/modules/firefox3/pbi.conf
===================================================================
--- pbibuild/modules/firefox3/pbi.conf 2008-10-23 00:11:08 UTC (rev 2934)
+++ pbibuild/modules/firefox3/pbi.conf 2008-10-23 00:12:46 UTC (rev 2935)
@@ -25,13 +25,13 @@
PBIUPDATE="http://update.pbidir.com"
# Other Ports we need built (One per line)
-OTHERPORT=""
+OTHERPORT="/usr/ports/audio/esound"
# 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="21"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list