[PC-BSD Commits] r2936 - pbibuild/modules/thunderbird
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 22 17:15:45 PDT 2008
Author: kris
Date: 2008-10-22 17:15:45 -0700 (Wed, 22 Oct 2008)
New Revision: 2936
Modified:
pbibuild/modules/thunderbird/build.sh
pbibuild/modules/thunderbird/copy-files
pbibuild/modules/thunderbird/pbi.conf
Log:
Updated thunderbird to fix building on 1.5.x and also added the esound port / libraries to fix playing audio new mail notifications
Modified: pbibuild/modules/thunderbird/build.sh
===================================================================
--- pbibuild/modules/thunderbird/build.sh 2008-10-23 00:12:46 UTC (rev 2935)
+++ pbibuild/modules/thunderbird/build.sh 2008-10-23 00:15:45 UTC (rev 2936)
@@ -9,6 +9,11 @@
# PORTVER = Version number of the port we used to build
##############################################################################
+# Build the lightning-xpi module to include
+cd /usr/ports/deskutils/lightning-xpi
+make clean
+make install
+
# We need to modify the bin/firefox script to point to the PBI directory
# properly
Modified: pbibuild/modules/thunderbird/copy-files
===================================================================
--- pbibuild/modules/thunderbird/copy-files 2008-10-23 00:12:46 UTC (rev 2935)
+++ pbibuild/modules/thunderbird/copy-files 2008-10-23 00:15:45 UTC (rev 2936)
@@ -1,4 +1,5 @@
/usr/local/bin/certcgi bin/
+/usr/local/bin/es* bin/
/usr/local/bin/certutil bin/
/usr/local/bin/checkcert bin/
/usr/local/bin/cmsutil bin/
@@ -36,6 +37,7 @@
/usr/local/lib/nss/* autolibs/
/usr/local/lib/libnspr4* 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/thunderbird/pbi.conf
===================================================================
--- pbibuild/modules/thunderbird/pbi.conf 2008-10-23 00:12:46 UTC (rev 2935)
+++ pbibuild/modules/thunderbird/pbi.conf 2008-10-23 00:15:45 UTC (rev 2936)
@@ -26,13 +26,13 @@
# Other Ports we need built (One per line)
OTHERPORT="/usr/ports/mail/thunderbird-i18n/
-/usr/ports/deskutils/lightning-xpi"
+/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="02"
+BUILDKEY="03"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list