Changeset 1926
- Timestamp:
- 05/20/08 11:25:24 (7 months ago)
- Location:
- pbibuild/modules/limewire
- Files:
-
- 2 modified
-
pbi.conf (modified) (1 diff)
-
preportmake.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/limewire/pbi.conf
r1495 r1926 40 40 41 41 # Set this to YES to mark a port / module as broken 42 PORTBROKE="YES" ; export PORTBROKE42 #PORTBROKE="YES" ; export PORTBROKE 43 43 44 44 -
pbibuild/modules/limewire/preportmake.sh
r1094 r1926 6 6 cd /usr/ports/distfiles 7 7 8 # Get the diablo-caffe file 9 fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2 8 ARCH="`uname -p`" 9 if [ "$ARCH" = "i386" ] 10 then 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 13 fi 14 15 if [ "$ARCH" = "amd64" ] 16 then 17 # Get the diablo-caffe file 18 fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2 19 fi 10 20 11 21 # Get the tzupdater files 12 fetch http://www.pcbsd.org/~kris/autobuildpkgs/tzupdater-1_3_ 0-2007h.zip22 fetch http://www.pcbsd.org/~kris/autobuildpkgs/tzupdater-1_3_5-2008b.zip 13 23 14 24 cd /usr/ports/devel/automake15 15 25 make install clean 26
