[PC-BSD Commits] r4222 - in pbibuild/modules/office/openoffice-en: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 13 08:51:05 PDT 2009
Author: kris
Date: 2009-07-13 08:51:00 -0700 (Mon, 13 Jul 2009)
New Revision: 4222
Modified:
pbibuild/modules/office/openoffice-en/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/office/openoffice-en/pbi.conf
Log:
Updated OO 3.1.0 to find system fonts properly
Modified: pbibuild/modules/office/openoffice-en/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/office/openoffice-en/overlay-dir/PBI.SetupScript.sh 2009-07-13 15:45:08 UTC (rev 4221)
+++ pbibuild/modules/office/openoffice-en/overlay-dir/PBI.SetupScript.sh 2009-07-13 15:51:00 UTC (rev 4222)
@@ -23,3 +23,9 @@
ln -s open*spadmin spadmin
ln -s open*swriter swriter
+if [ -d "/PCBSD/local/lib/X11" ]
+then
+ ln -s /PCBSD/local/lib/X11 /Programs/${PROGDIR}/lib/X11
+else
+ ln -s /usr/local/lib/X11 /Programs/${PROGDIR}/lib/X11
+fi
Modified: pbibuild/modules/office/openoffice-en/pbi.conf
===================================================================
--- pbibuild/modules/office/openoffice-en/pbi.conf 2009-07-13 15:45:08 UTC (rev 4221)
+++ pbibuild/modules/office/openoffice-en/pbi.conf 2009-07-13 15:51:00 UTC (rev 4222)
@@ -38,7 +38,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="03"
+BUILDKEY="04"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list