Ticket #10982: bind9.patch

File bind9.patch, 1.1 KB (added by danielluke (Daniel J. Luke), 17 years ago)

Patch to update bind9 port

  • Portfile

    === Portfile
    ==================================================================
     
    33PortSystem 1.0
    44
    55name                            bind9
    6 version                         9.3.1
    7 revision                        1
     6version                         9.3.2-P2
    87
    98categories                      net
    109maintainers                     bchesneau@mac.com jberry@macports.org
     
    2322
    2423distname                        bind-${version}
    2524master_sites            isc:${portname}/${version}
    26 checksums                       md5 9ff3204eea27184ea0722f37e43fc95d
     25checksums                       md5 948101be324deb15ff94a5b6a639ea39
     26depends_lib                     port:openssl
    2727
    28 configure.args          --mandir=${prefix}/share/man --enable-libbind
     28test.run                        yes
     29test.target                     test
    2930
     31configure.args          --mandir=${prefix}/share/man --enable-libbind \
     32                                        --with-openssl=${prefix}
     33
    3034post-patch {
    3135        # Put bind includes in ${prefix}/include/bind
    3236        reinplace "s|/bind/include|/include/bind|" \
     
    7478        configure.args-append   --enable-ipv6
    7579}
    7680
    77 variant ssl {
    78         depends_lib-append      lib:libssl.0.9:openssl
    79         configure.args-append   --with-openssl
    80 }
    81 
    8281variant threads {
    8382        configure.args-append   --enable-threads
    84 }
    85  No newline at end of file
     83}