--- deliantra/Deliantra-Client/makebin.osx 2008/09/02 04:39:17 1.6 +++ deliantra/Deliantra-Client/makebin.osx 2009/09/15 18:55:26 1.13 @@ -4,21 +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 false; then - for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB; do +if true; then + for mod in common-sense AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB Guard; do ( + mkdir -p /root/src/$mod || exit 77 cd /root/src/$mod + set -x + pwd + rsync -avPessh 10.0.0.1:src/$mod/. . --del $PERL/bin/perl Makefile.PL >fonts.conf < - - - - mono monospace - - sans serif sans-serif - - sans sans-serif - - fontconfig-cache - - - - 0x00200x00A00x00AD0x034F0x06000x06010x06020x06030x06DD0x070F0x115F0x11600x16800x17B40x17B50x180E0x20000x20010x20020x20030x20040x20050x20060x20070x20080x20090x200A0x200B0x200C0x200D0x200E0x200F0x20280x20290x202A0x202B0x202C0x202D0x202E0x202F0x205F0x20600x20610x20620x20630x206A0x206B0x206C0x206D0x206E0x206F0x28000x30000x31640xFEFF0xFFA00xFFF90xFFFA0xFFFB - - - - -EOF - echo "fonts.conf;root/fonts.conf" - ) >addlist #cat pango.modules;exit @@ -90,9 +76,9 @@ cd /root/src/deliantra/Deliantra-Client -#$PERL/bin/perl Makefile.PL -#make clean -#$PERL/bin/perl Makefile.PL +$PERL/bin/perl Makefile.PL +make clean +$PERL/bin/perl Makefile.PL make install || exit DYLD_LIBRARY_PATH=/opt/local/lib \