Ticket #25452: ldns_update.diff
File ldns_update.diff, 4.3 KB (added by marius.rieder@…, 14 years ago) |
---|
-
net/drill/Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name drill 6 version 1.6. 36 version 1.6.5 7 7 categories net devel 8 8 platforms darwin 9 9 license BSD … … 17 17 master_sites http://www.nlnetlabs.nl/downloads/ldns/ 18 18 distname ldns-${version} 19 19 dist_subdir ldns 20 checksums sha1 87ce9cc8e4bf82f6d8668c915a08dfba20dd1b7c\21 rmd160 83c314455f286d698d2d8017dc9b1c841fad082322 depends_lib port:ldns 23 worksrcdir ldns-${version}/drill24 configure.args --with-ldns=${prefix} --without-ssl20 checksums sha1 267eea7a8a7af5a373aed6c26084ed9e43bddc4d \ 21 rmd160 6fd413919511a9be986ff9adf213e1dfb45ce288 22 23 depends_build bin:glibtool:libtool 24 depends_lib port:ldns port:openssl 25 25 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 } 26 worksrcdir ldns-${version}/drill 27 configure.args --mandir=${prefix}/share/man --with-ldns=${prefix} --with-ssl=${prefix} -
net/ldns-tools/Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name ldns-tools 6 version 1.6. 36 version 1.6.5 7 7 categories net devel 8 8 platforms darwin 9 9 maintainers durchmesser.ch:marius.rieder … … 16 16 master_sites http://www.nlnetlabs.nl/downloads/ldns/ 17 17 distname ldns-${version} 18 18 dist_subdir ldns 19 checksums sha1 87ce9cc8e4bf82f6d8668c915a08dfba20dd1b7c\20 rmd160 83c314455f286d698d2d8017dc9b1c841fad082319 checksums sha1 267eea7a8a7af5a373aed6c26084ed9e43bddc4d \ 20 rmd160 6fd413919511a9be986ff9adf213e1dfb45ce288 21 21 22 22 depends_build bin:glibtool:libtool 23 depends_lib port:ldns 23 depends_lib port:ldns port:openssl 24 24 25 25 worksrcdir 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 } 26 configure.args --mandir=${prefix}/share/man --with-ldns=${prefix} --with-ssl=${prefix} 27 build.type gnu 28 No newline at end of file -
net/ldns/Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name ldns 6 version 1.6. 36 version 1.6.5 7 7 categories net devel 8 8 platforms darwin 9 9 license BSD … … 15 15 16 16 homepage http://www.nlnetlabs.nl/projects/ldns/ 17 17 master_sites http://www.nlnetlabs.nl/downloads/ldns/ 18 checksums sha1 87ce9cc8e4bf82f6d8668c915a08dfba20dd1b7c\19 rmd160 83c314455f286d698d2d8017dc9b1c841fad082318 checksums sha1 267eea7a8a7af5a373aed6c26084ed9e43bddc4d \ 19 rmd160 6fd413919511a9be986ff9adf213e1dfb45ce288 20 20 21 21 depends_build bin:glibtool:libtool 22 depends_lib port:openssl 22 23 23 configure.args --mandir=${prefix}/share/man --with out-ssl24 configure.args --mandir=${prefix}/share/man --with-ssl=${prefix} 24 25 configure.cppflags -I${worksrcpath}/include 25 26 build.type gnu 26 27 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 28 post-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 31 34 } 32 35 33 36 platform darwin 9 {