--- parser3/Attic/buildall-with-xml 2009/09/26 05:31:43 1.32 +++ parser3/Attic/buildall-with-xml 2009/11/09 02:09:48 1.34 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-with-xml,v 1.32 2009/09/26 05:31:43 misha Exp $ +# $Id: buildall-with-xml,v 1.34 2009/11/09 02:09:48 misha Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -17,6 +17,7 @@ mkdir src >/dev/null 2>&1 if test ! -f "$project_directory/gc/lib/libgc.a"; then cd $project_directory/src +# libgc="gc6.8" # FreeBSD 4.X is not supported in newer gc version libgc="gc-7.1" if test ! -f "$libgc.tar.gz"; then echo "Downloading gc [1 lib of 4]..." @@ -73,7 +74,7 @@ fi if test ! -f "$project_directory/gnome/lib/libxml2.a"; then cd $project_directory/src - libxml2="libxml2-2.7.5" + libxml2="libxml2-2.7.6" if test ! -f "$libxml2.tar.gz"; then echo "Downloading libxml [3 lib of 4]..." wget -c --passive-ftp ftp://xmlsoft.org/libxml2/$libxml2.tar.gz