[PC-BSD Commits] r3252 - in pbibuild/modules/evolution: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 14 07:34:54 PST 2009
Author: kris
Date: 2009-01-14 07:34:54 -0800 (Wed, 14 Jan 2009)
New Revision: 3252
Modified:
pbibuild/modules/evolution/copy-files
pbibuild/modules/evolution/overlay-dir/bin/evolution.sh
pbibuild/modules/evolution/pbi.conf
Log:
Fixed a few bugs in evolution, had a typo in the startup script for it :P
Modified: pbibuild/modules/evolution/copy-files
===================================================================
--- pbibuild/modules/evolution/copy-files 2009-01-14 15:28:12 UTC (rev 3251)
+++ pbibuild/modules/evolution/copy-files 2009-01-14 15:34:54 UTC (rev 3252)
@@ -64,3 +64,4 @@
/usr/local/share/locale share/
/usr/local/share/xml share/
/usr/local/share/themes share/
+/usr/local/lib/libld* autolibs/
Modified: pbibuild/modules/evolution/overlay-dir/bin/evolution.sh
===================================================================
--- pbibuild/modules/evolution/overlay-dir/bin/evolution.sh 2009-01-14 15:28:12 UTC (rev 3251)
+++ pbibuild/modules/evolution/overlay-dir/bin/evolution.sh 2009-01-14 15:34:54 UTC (rev 3252)
@@ -10,7 +10,7 @@
if [ "$?" != "0" ]
then
killall -9 gconfd-2 >/dev/null 2>/dev/null
- /Programs/${PROGDIR}libexec/gconfd-2 &
+ /Programs/${PROGDIR}/libexec/gconfd-2 &
sleep 2
/Programs/${PROGDIR}/libexec/gnome-settings-daemon &
sleep 2
Modified: pbibuild/modules/evolution/pbi.conf
===================================================================
--- pbibuild/modules/evolution/pbi.conf 2009-01-14 15:28:12 UTC (rev 3251)
+++ pbibuild/modules/evolution/pbi.conf 2009-01-14 15:34:54 UTC (rev 3252)
@@ -34,7 +34,7 @@
# 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="02"
# Don't build this PBI on certian processors (i386 / amd64)
#ARCHIGNORE="amd64" ; export ARCHIGNORE
More information about the Commits
mailing list