--- deliantra/Deliantra-Client/makebin.osx 2008/09/29 03:05:00 1.8 +++ deliantra/Deliantra-Client/makebin.osx 2009/01/14 23:55:39 1.11 @@ -4,22 +4,30 @@ # need to patch libSDL_image from /opt/local/lib/libjpeg.dylib to ./libjpeg.62.dylib +#export MACOSX_DEPLOYMENT_TARGET=10.3 # maybe it helps +export MACOSX_DEPLOYMENT_TARGET=10.5 # nope + +cvs update + PERL=/opt/local PERLLIB=/usr/lib/perl5 umask 022 if true; then - for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB; do + for mod in AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB Guard; do ( + mkdir -p /root/src/$mod || exit 77 cd /root/src/$mod - rsync -avzPessh 10.0.0.1:/root/src/$mod . --del + set -x + pwd + rsync -avPessh 10.0.0.1:src/$mod/. . --del $PERL/bin/perl Makefile.PL