New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81595


Ignore:
Timestamp:
08/02/11 10:05:58 (4 years ago)
Author:
ciserlohn@…
Message:

yaws: update to version 1.91

Location:
trunk/dports/www/yaws
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/yaws/Portfile

    r79775 r81595  
    55 
    66name                yaws 
    7 version             1.90 
     7version             1.91 
    88categories          www 
    99maintainers         ciserlohn 
     
    1616master_sites        http://yaws.hyber.org/download/ 
    1717 
    18 checksums           sha1    95b34ae990be90f7bb337cd16f9cfab112b3a1be \ 
    19                     rmd160  138fb0e2fa2623e8d97a657adc7d48a6c0170552 
     18checksums           sha1    832665fd306ea19a433e3085055f39a5124205ef \ 
     19                    rmd160  62fe994fe40b136c53d5b3b0ae62c134feeba39c 
    2020 
    2121depends_build       port:erlang 
  • trunk/dports/www/yaws/files/patch-configure.in

    r79092 r81595  
    1 --- configure.in.orig   2011-05-31 23:06:43.000000000 +0200 
    2 +++ configure.in        2011-05-31 23:08:41.000000000 +0200 
    3 @@ -255,17 +255,6 @@ 
     1--- configure.in.orig   2011-08-02 17:40:37.000000000 +0200 
     2+++ configure.in        2011-08-02 17:41:12.000000000 +0200 
     3@@ -274,21 +274,6 @@ 
    44            AC_LANG(C) 
    55            AC_CHECK_LIB([c],[sendfile],[HAVE_SENDFILE=true]) 
     
    99-                   AC_RUN_IFELSE( 
    1010-                       [AC_LANG_PROGRAM([],[dnl 
    11 -                                   halt(case erlang:system_info(wordsize) of 
    12 -                                       8 -> 0; 4 -> 1 end)])], 
     11-                           halt(try erlang:system_info({wordsize,external}) of 
     12-                                    8 -> 0; 4 -> 1 
     13-                                catch _:badarg -> 
     14-                                    case erlang:system_info(wordsize) of 
     15-                                        8 -> 0; 4 -> 1 
     16-                                    end end)])], 
    1317-                      [AC_MSG_NOTICE(found 64-bit Erlang) 
    1418-                           CBIT=-m64], 
Note: See TracChangeset for help on using the changeset viewer.