ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/makebin.osx
(Generate patch)

Comparing deliantra/Deliantra-Client/makebin.osx (file contents):
Revision 1.10 by root, Fri Dec 5 14:49:09 2008 UTC vs.
Revision 1.11 by root, Wed Jan 14 23:55:39 2009 UTC

5# need to patch libSDL_image from /opt/local/lib/libjpeg.dylib to ./libjpeg.62.dylib 5# need to patch libSDL_image from /opt/local/lib/libjpeg.dylib to ./libjpeg.62.dylib
6 6
7#export MACOSX_DEPLOYMENT_TARGET=10.3 # maybe it helps 7#export MACOSX_DEPLOYMENT_TARGET=10.3 # maybe it helps
8export MACOSX_DEPLOYMENT_TARGET=10.5 # nope 8export MACOSX_DEPLOYMENT_TARGET=10.5 # nope
9 9
10cvs update
11
10PERL=/opt/local 12PERL=/opt/local
11PERLLIB=/usr/lib/perl5 13PERLLIB=/usr/lib/perl5
12 14
13umask 022 15umask 022
14 16
15if true; then 17if true; then
16 for mod in AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB; do 18 for mod in AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB Guard; do
17 ( 19 (
20 mkdir -p /root/src/$mod || exit 77
18 cd /root/src/$mod 21 cd /root/src/$mod
19 set -x 22 set -x
20 pwd 23 pwd
21 rsync -avPessh 10.0.0.1:src/$mod/. . --del 24 rsync -avPessh 10.0.0.1:src/$mod/. . --del
22 $PERL/bin/perl Makefile.PL </dev/null 25 $PERL/bin/perl Makefile.PL </dev/null

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines