[PC-BSD Commits] r3427 - in pbibuild/modules: openoffice-en openoffice-en/overlay-dir openoffice3-en openoffice3-en/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 10 07:58:05 PST 2009
Author: kris
Date: 2009-02-10 07:58:04 -0800 (Tue, 10 Feb 2009)
New Revision: 3427
Modified:
pbibuild/modules/openoffice-en/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/openoffice-en/pbi.conf
pbibuild/modules/openoffice3-en/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/openoffice3-en/pbi.conf
Log:
Fixed up the openoffice builds, the swriter,sbase,simpress, etc links don't get included, so create them on the fly.
Modified: pbibuild/modules/openoffice-en/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/openoffice-en/overlay-dir/PBI.SetupScript.sh 2009-02-09 19:06:18 UTC (rev 3426)
+++ pbibuild/modules/openoffice-en/overlay-dir/PBI.SetupScript.sh 2009-02-10 15:58:04 UTC (rev 3427)
@@ -12,3 +12,14 @@
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
+# Make some sym-links we need
+cd /Programs/${PROGDIR}/bin
+ln -s open*sbase sbase
+ln -s open*scalc scalc
+ln -s open*sdraw sdraw
+ln -s open*setofficelang setofficelang
+ln -s open*simpress simpress
+ln -s open*smath smath
+ln -s open*spadmin spadmin
+ln -s open*swriter swriter
+
Modified: pbibuild/modules/openoffice-en/pbi.conf
===================================================================
--- pbibuild/modules/openoffice-en/pbi.conf 2009-02-09 19:06:18 UTC (rev 3426)
+++ pbibuild/modules/openoffice-en/pbi.conf 2009-02-10 15:58:04 UTC (rev 3427)
@@ -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="01"
+BUILDKEY="03"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
Modified: pbibuild/modules/openoffice3-en/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/openoffice3-en/overlay-dir/PBI.SetupScript.sh 2009-02-09 19:06:18 UTC (rev 3426)
+++ pbibuild/modules/openoffice3-en/overlay-dir/PBI.SetupScript.sh 2009-02-10 15:58:04 UTC (rev 3427)
@@ -12,7 +12,18 @@
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
+# Make some sym-links we need
+cd /Programs/${PROGDIR}/bin
+ln -s open*sbase sbase
+ln -s open*scalc scalc
+ln -s open*sdraw sdraw
+ln -s open*setofficelang setofficelang
+ln -s open*simpress simpress
+ln -s open*smath smath
+ln -s open*spadmin spadmin
+ln -s open*swriter swriter
+
# Copy over the english wordbook to the users profile, since OO3 doesn't include a dictionary anymore
cd /home
for i in `ls`
Modified: pbibuild/modules/openoffice3-en/pbi.conf
===================================================================
--- pbibuild/modules/openoffice3-en/pbi.conf 2009-02-09 19:06:18 UTC (rev 3426)
+++ pbibuild/modules/openoffice3-en/pbi.conf 2009-02-10 15:58:04 UTC (rev 3427)
@@ -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="01"
+BUILDKEY="03"
# 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