Ticket #19368: Portfile-libcryptopp.diff

File Portfile-libcryptopp.diff, 1.1 KB (added by gianluca.toso@…, 15 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            libcryptopp
    6 version         5.5.2
     6version         5.6.0
    77categories      devel security
    88platforms       darwin
    99maintainers     nomaintainer
     
    1616                ${homepage} \
    1717                http://www.mirrors.wiretapped.net/security/cryptography/libraries/cryptolib/ \
    1818                http://gd.tuwien.ac.at/privacy/crypto/libs/cryptlib/
    19 distname        cryptopp552
    20 checksums       md5 a889be9d9ad5c202c925fb105caa4857 \
    21                 sha1 18efe451b3c682f40db75dc2b09cb448a835e7d6 \
    22                 rmd160 8929795b654d7186b2b38714d22a57ea01862dbd
     19distname        cryptopp560
     20checksums       md5 36f35789ad60489d58003d3c849807e8 \
     21                sha1 b836783ebd72d5bc6a916620ab2b1ecec316fef1 \
     22                rmd160 82e5061ec76f23643ba5477ab28bbee6eebd393a
    2323use_zip         yes
    2424
    2525worksrcdir
     
    2929build.type      gnu
    3030build.args      -f GNUmakefile
    3131
     32variant universal {
     33        build.env-append \
     34        CXXFLAGS="${configure.universal_cxxflags} -DCRYPTOPP_DISABLE_ASM"
     35        patchfiles-append       patch-GNUmakefile
     36}
     37
    3238test.run        yes
    3339test.cmd        ./cryptest.exe
    34 test.target
     40test.target     v
    3541
    3642destroot        {
    3743        xinstall -m 755 -d ${destroot}${prefix}/include/cryptopp \