--- deliantra/Deliantra-Client/makebin.osx 2008/08/20 18:26:03 1.3 +++ deliantra/Deliantra-Client/makebin.osx 2008/09/29 03:05:00 1.8 @@ -2,16 +2,18 @@ # Convert a gtk2-perl program to a standalone OS X binary +# need to patch libSDL_image from /opt/local/lib/libjpeg.dylib to ./libjpeg.62.dylib + PERL=/opt/local PERLLIB=/usr/lib/perl5 -PANGO=1.6.0 umask 022 -if false; then +if true; then for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB; do ( cd /root/src/$mod + rsync -avzPessh 10.0.0.1:/root/src/$mod . --del $PERL/bin/perl Makefile.PL Graphics tab and then go to Setup => Login, enter a nickname (no spaces, only ASCII letters supported) and a password, then hit Login. @@ -209,9 +216,15 @@ # now, the last third, putting all this into a dmg -hdiutil create -srcfolder dmg -volname "Deliantra MORPG Client" -ov -format UDZO ~user/"Deliantra_MORPG_Client-$VER".dmg -ls -l ~user/"Deliantra_MORPG_Client-$VER".dmg +DMG="Deliantra_MORPG_Client-$VER".dmg + +hdiutil create -srcfolder dmg -volname "Deliantra MORPG Client" -ov -format UDZO ~user/"$DMG" +ls -l ~user/"$DMG" rm -rf dmg +chmod 644 ~user/$DMG +echo http://data.plan9.de/"$DMG" +rsync -avPessh ~user/"$DMG" ruth:/var/www/data.plan9.de/. +