[PC-BSD Commits] r2635 - pbibuild/modules/openoffice-i18n
svn at pcbsd.org
svn at pcbsd.org
Thu Aug 21 06:35:35 PDT 2008
Author: kris
Date: 2008-08-21 06:35:34 -0700 (Thu, 21 Aug 2008)
New Revision: 2635
Modified:
pbibuild/modules/openoffice-i18n/pbi.conf
pbibuild/modules/openoffice-i18n/preportmake.sh
Log:
Enabling building the OO 1i8n version for now, need a fresh build for PC-BSD 7
Modified: pbibuild/modules/openoffice-i18n/pbi.conf
===================================================================
--- pbibuild/modules/openoffice-i18n/pbi.conf 2008-08-20 18:19:54 UTC (rev 2634)
+++ pbibuild/modules/openoffice-i18n/pbi.conf 2008-08-21 13:35:34 UTC (rev 2635)
@@ -40,14 +40,14 @@
# 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="33"
+BUILDKEY="23"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
VERKEY="OOOVERSION="
# Set this to YES to mark a port / module as broken
-PORTBROKE="YES" ; export PORTBROKE
+#PORTBROKE="YES" ; export PORTBROKE
# Don't build this PBI on certian processors (i386 / amd64)
ARCHIGNORE="amd64" ; export ARCHIGNORE
Modified: pbibuild/modules/openoffice-i18n/preportmake.sh
===================================================================
--- pbibuild/modules/openoffice-i18n/preportmake.sh 2008-08-20 18:19:54 UTC (rev 2634)
+++ pbibuild/modules/openoffice-i18n/preportmake.sh 2008-08-21 13:35:34 UTC (rev 2635)
@@ -9,16 +9,23 @@
if [ "$ARCH" = "i386" ]
then
# Get the diablo-caffe file
- fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2
+ fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-i386-1.6.0_07-b02.tar.bz2
+ fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2
+
fi
if [ "$ARCH" = "amd64" ]
then
# Get the diablo-caffe file
- fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2
+ fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-amd64-1.6.0_07-b02.tar.bz2
+ fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd7-amd64-1.6.0_07-b02.tar.bz2
fi
-
# Get the tzupdater files
-fetch http://www.pcbsd.org/~kris/autobuildpkgs/tzupdater-1.3.3-2007k.zip
+fetch http://www.pcbsd.org/~kris/autobuildpkgs/jdk-1_5_0_14-fcs-src-b03-jrl-05_oct_2007.jar
+fetch http://www.pcbsd.org/~kris/autobuildpkgs/jdk-1_5_0_14-fcs-bin-b03-jrl-05_oct_2007.jar
+fetch http://www.pcbsd.org/~kris/autobuildpkgs/tzupdater-1_3_6-2008c.zip
+cd /usr/ports/java/jdk16/
+echo "#!/bin/sh
+exit 0" > /usr/ports/java/jdk16/files/license.sh
More information about the Commits
mailing list