Revision: 81595 http://trac.macports.org/changeset/81595 Author: ciserlohn@macports.org Date: 2011-08-02 10:05:58 -0700 (Tue, 02 Aug 2011) Log Message: ----------- yaws: update to version 1.91 Modified Paths: -------------- trunk/dports/www/yaws/Portfile trunk/dports/www/yaws/files/patch-configure.in Modified: trunk/dports/www/yaws/Portfile =================================================================== --- trunk/dports/www/yaws/Portfile 2011-08-02 17:03:53 UTC (rev 81594) +++ trunk/dports/www/yaws/Portfile 2011-08-02 17:05:58 UTC (rev 81595) @@ -4,7 +4,7 @@ PortSystem 1.0 name yaws -version 1.90 +version 1.91 categories www maintainers ciserlohn platforms darwin @@ -15,8 +15,8 @@ homepage http://yaws.hyber.org/ master_sites http://yaws.hyber.org/download/ -checksums sha1 95b34ae990be90f7bb337cd16f9cfab112b3a1be \ - rmd160 138fb0e2fa2623e8d97a657adc7d48a6c0170552 +checksums sha1 832665fd306ea19a433e3085055f39a5124205ef \ + rmd160 62fe994fe40b136c53d5b3b0ae62c134feeba39c depends_build port:erlang Modified: trunk/dports/www/yaws/files/patch-configure.in =================================================================== --- trunk/dports/www/yaws/files/patch-configure.in 2011-08-02 17:03:53 UTC (rev 81594) +++ trunk/dports/www/yaws/files/patch-configure.in 2011-08-02 17:05:58 UTC (rev 81595) @@ -1,6 +1,6 @@ ---- configure.in.orig 2011-05-31 23:06:43.000000000 +0200 -+++ configure.in 2011-05-31 23:08:41.000000000 +0200 -@@ -255,17 +255,6 @@ +--- configure.in.orig 2011-08-02 17:40:37.000000000 +0200 ++++ configure.in 2011-08-02 17:41:12.000000000 +0200 +@@ -274,21 +274,6 @@ AC_LANG(C) AC_CHECK_LIB([c],[sendfile],[HAVE_SENDFILE=true]) case "$host_os" in @@ -8,8 +8,12 @@ - AC_LANG(Erlang) - AC_RUN_IFELSE( - [AC_LANG_PROGRAM([],[dnl -- halt(case erlang:system_info(wordsize) of -- 8 -> 0; 4 -> 1 end)])], +- halt(try erlang:system_info({wordsize,external}) of +- 8 -> 0; 4 -> 1 +- catch _:badarg -> +- case erlang:system_info(wordsize) of +- 8 -> 0; 4 -> 1 +- end end)])], - [AC_MSG_NOTICE(found 64-bit Erlang) - CBIT=-m64], - [AC_MSG_NOTICE(found 32-bit Erlang)