Ticket #25452: ldns_update.diff

File ldns_update.diff, 4.3 KB (added by marius.rieder@…, 14 years ago)
  • net/drill/Portfile

    old new  
    33PortSystem 1.0
    44
    55name                drill
    6 version             1.6.3
     6version             1.6.5
    77categories          net devel
    88platforms           darwin
    99license             BSD
     
    1717master_sites        http://www.nlnetlabs.nl/downloads/ldns/
    1818distname            ldns-${version}
    1919dist_subdir         ldns
    20 checksums           sha1 87ce9cc8e4bf82f6d8668c915a08dfba20dd1b7c \
    21                     rmd160 83c314455f286d698d2d8017dc9b1c841fad0823
    22 depends_lib         port:ldns
    23 worksrcdir          ldns-${version}/drill
    24 configure.args      --with-ldns=${prefix} --without-ssl
     20checksums           sha1 267eea7a8a7af5a373aed6c26084ed9e43bddc4d \
     21                    rmd160 6fd413919511a9be986ff9adf213e1dfb45ce288
     22
     23depends_build       bin:glibtool:libtool
     24depends_lib         port:ldns port:openssl
    2525
    26 variant ssl description {Use ssl to enable all crypt functions} {
    27     configure.args-delete --without-ssl
    28     configure.args-append --with-ssl=${prefix}
    29     depends_lib-append  port:openssl
    30 }
     26worksrcdir          ldns-${version}/drill
     27configure.args      --mandir=${prefix}/share/man --with-ldns=${prefix} --with-ssl=${prefix}
  • net/ldns-tools/Portfile

    old new  
    33PortSystem 1.0
    44
    55name                ldns-tools
    6 version             1.6.3
     6version             1.6.5
    77categories          net devel
    88platforms           darwin
    99maintainers         durchmesser.ch:marius.rieder
     
    1616master_sites        http://www.nlnetlabs.nl/downloads/ldns/
    1717distname            ldns-${version}
    1818dist_subdir         ldns
    19 checksums           sha1 87ce9cc8e4bf82f6d8668c915a08dfba20dd1b7c \
    20                     rmd160 83c314455f286d698d2d8017dc9b1c841fad0823
     19checksums           sha1 267eea7a8a7af5a373aed6c26084ed9e43bddc4d \
     20                    rmd160 6fd413919511a9be986ff9adf213e1dfb45ce288
    2121
    2222depends_build       bin:glibtool:libtool
    23 depends_lib         port:ldns
     23depends_lib         port:ldns port:openssl
    2424
    2525worksrcdir          ldns-${version}/examples
    26 configure.args      --mandir=${prefix}/share/man --with-ldns=${prefix} --without-ssl
    27 build.type          gnu
    28 
    29 variant ssl description {Use ssl to enable all crypt functions} {
    30     configure.args-delete --without-ssl
    31     configure.args-append --with-ssl=${prefix}
    32     depends_lib-append  port:openssl
    33 }
     26configure.args      --mandir=${prefix}/share/man --with-ldns=${prefix} --with-ssl=${prefix}
     27build.type          gnu
     28 No newline at end of file
  • net/ldns/Portfile

    old new  
    33PortSystem 1.0
    44
    55name                ldns
    6 version             1.6.3
     6version             1.6.5
    77categories          net devel
    88platforms           darwin
    99license             BSD
     
    1515
    1616homepage            http://www.nlnetlabs.nl/projects/ldns/
    1717master_sites        http://www.nlnetlabs.nl/downloads/ldns/
    18 checksums           sha1 87ce9cc8e4bf82f6d8668c915a08dfba20dd1b7c \
    19                     rmd160 83c314455f286d698d2d8017dc9b1c841fad0823
     18checksums           sha1 267eea7a8a7af5a373aed6c26084ed9e43bddc4d \
     19                    rmd160 6fd413919511a9be986ff9adf213e1dfb45ce288
    2020
    2121depends_build       bin:glibtool:libtool
     22depends_lib         port:openssl
    2223
    23 configure.args      --mandir=${prefix}/share/man --without-ssl
     24configure.args      --mandir=${prefix}/share/man --with-ssl=${prefix}
    2425configure.cppflags  -I${worksrcpath}/include
    2526build.type          gnu
    2627
    27 variant ssl description {Use ssl to enable all crypt functions} {
    28     configure.args-delete --without-ssl
    29     configure.args-append --with-ssl=${prefix}
    30     depends_lib-append  port:openssl
     28post-destroot {
     29    # Install pkg-config files not installed by the Makefile
     30    reinplace "s/-arch \[^ \]*//g" ${worksrcpath}/packaging/libldns.pc
     31    file mkdir ${destroot}${prefix}/lib/pkgconfig/
     32    file copy ${worksrcpath}/packaging/libldns.pc \
     33        ${destroot}${prefix}/lib/pkgconfig/libldns.pc
    3134}
    3235
    3336platform darwin 9 {