Changeset 2635 for pbibuild/modules
- Timestamp:
- 08/21/08 06:35:34 (3 months ago)
- Location:
- pbibuild/modules/openoffice-i18n
- Files:
-
- 2 modified
-
pbi.conf (modified) (2 diffs)
-
preportmake.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/openoffice-i18n/pbi.conf
r1737 r2635 41 41 # Build Key - Change this to anything else to trigger a rebuild 42 42 # - The rebuild will take place even if port is still the same ver 43 BUILDKEY=" 33"43 BUILDKEY="23" 44 44 45 45 # If this port has a non-standard port version variable in Makefile, then … … 48 48 49 49 # Set this to YES to mark a port / module as broken 50 PORTBROKE="YES" ; export PORTBROKE50 #PORTBROKE="YES" ; export PORTBROKE 51 51 52 52 # Don't build this PBI on certian processors (i386 / amd64) -
pbibuild/modules/openoffice-i18n/preportmake.sh
r1694 r2635 10 10 then 11 11 # Get the diablo-caffe file 12 fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2 12 fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-i386-1.6.0_07-b02.tar.bz2 13 fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2 14 13 15 fi 14 16 … … 16 18 then 17 19 # Get the diablo-caffe file 18 fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2 20 fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-amd64-1.6.0_07-b02.tar.bz2 21 fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd7-amd64-1.6.0_07-b02.tar.bz2 19 22 fi 20 23 24 # Get the tzupdater files 25 fetch http://www.pcbsd.org/~kris/autobuildpkgs/jdk-1_5_0_14-fcs-src-b03-jrl-05_oct_2007.jar 26 fetch http://www.pcbsd.org/~kris/autobuildpkgs/jdk-1_5_0_14-fcs-bin-b03-jrl-05_oct_2007.jar 27 fetch http://www.pcbsd.org/~kris/autobuildpkgs/tzupdater-1_3_6-2008c.zip 21 28 22 # Get the tzupdater files 23 fetch http://www.pcbsd.org/~kris/autobuildpkgs/tzupdater-1.3.3-2007k.zip 24 29 cd /usr/ports/java/jdk16/ 30 echo "#!/bin/sh 31 exit 0" > /usr/ports/java/jdk16/files/license.sh
