Ticket #36199: Portfile-irrtoolset.diff

File Portfile-irrtoolset.diff, 1.1 KB (added by fclaire@…, 12 years ago)
  • Portfile

    old new  
    55
    66name                    irrtoolset
    77version                 5.0.1
     8revision                1
    89categories              net
    910platforms               darwin
     11license                 GPL-2
    1012maintainers             free.fr:fclaire
    1113
    1214description             a set of tools to work with Internet routing policies
     
    2224set download_site       ftp://ftp.isc.org/isc/IRRToolSet/
    2325master_sites            ${download_site}IRRToolSet-${version}/
    2426
    25 checksums               md5     5b58387a30b5d31065057bdb877544dd \
    26                         sha1    19510275f5f64608e4a683c744c14f8e900ea19e \
     27checksums               sha1    19510275f5f64608e4a683c744c14f8e900ea19e \
    2728                        rmd160  667c22e0658bdc4b544031e7fe33dffc7cc1a2c8
    2829
    29 if {${configure.compiler} == "clang"} {
    30     configure.compiler llvm-gcc-4.2
    31 }
    3230configure.env-append    LEX=/usr/bin/flex
    3331
    3432build.args-append       CC=${configure.cc} \