[PC-BSD Commits] r2934 - pbibuild/modules/seamonkey
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 22 17:11:09 PDT 2008
Author: kris
Date: 2008-10-22 17:11:08 -0700 (Wed, 22 Oct 2008)
New Revision: 2934
Modified:
pbibuild/modules/seamonkey/copy-files
pbibuild/modules/seamonkey/pbi.conf
Log:
Updated seamonkey PBI to include esound libraries / port, which is required to play sounds, such as e-mail notification wavs
Modified: pbibuild/modules/seamonkey/copy-files
===================================================================
--- pbibuild/modules/seamonkey/copy-files 2008-10-22 19:04:39 UTC (rev 2933)
+++ pbibuild/modules/seamonkey/copy-files 2008-10-23 00:11:08 UTC (rev 2934)
@@ -1,3 +1,4 @@
+/usr/local/bin/es* bin/
/usr/local/bin/certcgi bin/
/usr/local/bin/mangle bin/
/usr/local/bin/rsaperf bin/
@@ -32,6 +33,7 @@
/usr/local/lib/seamonkey/seamonkey-bin bin/
/usr/local/lib/seamonkey autolibs/seamonkey
/usr/local/lib/nss/* autolibs/
+/usr/local/lib/libes* autolibs/
/usr/local/lib/libnnss3* autolibs/
/usr/local/lib/libnssckpi* autolibs/
/usr/local/lib/libplc* autolibs/
Modified: pbibuild/modules/seamonkey/pbi.conf
===================================================================
--- pbibuild/modules/seamonkey/pbi.conf 2008-10-22 19:04:39 UTC (rev 2933)
+++ pbibuild/modules/seamonkey/pbi.conf 2008-10-23 00:11:08 UTC (rev 2934)
@@ -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="11"
+BUILDKEY="12"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list