Ticket #42728: Portfile-gnutls.diff
File Portfile-gnutls.diff, 858 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 6 6 7 7 name gnutls 8 8 version 3.3.3 9 revision 1 9 10 set branch [join [lrange [split ${version} .] 0 1] .] 10 11 categories devel security 11 12 # yes, some of the libs are GPL only … … 36 37 port:libidn \ 37 38 port:libtasn1 \ 38 39 port:p11-kit \ 39 port:nettle 40 port:nettle \ 41 port:unbound 40 42 41 43 post-patch { 42 44 # Remove comments which confuse at least Leopard's assembler. 43 45 eval reinplace {/^#/d} [glob ${worksrcpath}/lib/accelerated/x86/macosx/*.s] 44 46 } 45 47 46 use_autoreconf yes47 autoreconf.args -fvi48 49 48 configure.args --disable-guile \ 50 49 --disable-silent-rules \ 51 50 --with-p11-kit