Ticket #20297: Portfile-ldns.diff

File Portfile-ldns.diff, 1.3 KB (added by marius.rieder@…, 15 years ago)

ldns Portfile update

  • net/ldns/Portfile

    old new  
    1 # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $
     1# $Id: Portfile 41879 2008-11-11 21:03:45Z jann@macports.org $
    22
    33PortSystem 1.0
    44
    55name                ldns
    6 version             1.5.1
     6version             1.6.0
    77categories          net devel
    88platforms           darwin
    99maintainers         durchmesser.ch:marius.rieder
     
    1414
    1515homepage            http://www.nlnetlabs.nl/projects/ldns/
    1616master_sites        http://www.nlnetlabs.nl/downloads/ldns/
    17 checksums           sha1 070210a417633b7358bb3466da40e6f1872f36c2
     17checksums           sha1 e5fdbc5cd66f6afc4f816e9acd334bddc488e830
    1818
    19 depends_lib         port:openssl
    2019depends_build       bin:glibtool:libtool
    2120
    22 configure.args      --mandir=${prefix}/share/man --with-ssl=${prefix}
     21configure.args      --mandir=${prefix}/share/man --without-ssl
    2322configure.cppflags  -I${worksrcpath}/include
    2423build.type          gnu
    2524
     25variant ssl {
     26    configure.args-delete --without-ssl
     27    configure.args-append --with-ssl=${prefix}
     28    depends_lib-append  port:openssl
     29}
     30
    2631platform darwin 8 {
    2732    configure.env MACOSX_DEPLOYMENT_TARGET=10.4
    2833    build.env MACOSX_DEPLOYMENT_TARGET=10.4