Ticket #33367: Portfile.diff
File Portfile.diff, 1.4 KB (added by nefar@…, 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name weechat 7 version 0.3. 67 version 0.3.7 8 8 categories irc 9 9 maintainers nomaintainer 10 10 license GPL-3 … … 24 24 platforms darwin 25 25 master_sites ${homepage}files/src 26 26 27 checksums rmd160 d8040d65c0eb2ddccf5cd37a1bcaf32033f77356\28 sha256 6c367e36fb76de318410f0bc5f2043056155ffe1372c121c1f90520b4645a27e27 checksums rmd160 9f830136eccf6d4c61bbd09ceb7b9b5aab22e947 \ 28 sha256 8ef5e3daf49e75669e36093c1df852e65b51d512073c6e6b935a7fa90f6b7bca 29 29 30 30 depends_build port:pkgconfig 31 31 depends_lib port:gettext port:libiconv port:ncurses port:libgcrypt 32 32 33 patchfiles patch-src-core-wee-hook.h.diff34 35 33 configure.args --without-debug --disable-gnutls --disable-lua \ 36 --disable-perl --disable-python --disable-ruby --disable-aspell 34 --disable-perl --disable-python --disable-ruby --disable-aspell --disable-guile 37 35 38 36 use_bzip2 yes 39 37 … … 49 47 depends_lib-append port:lua 50 48 } 51 49 50 variant scheme description {Bindings for Scheme (guile) plugins} { 51 configure.args-delete --disable-guile 52 configure.args-append --enable-guile 53 depends_lib-append port:guile 54 } 55 52 56 variant perl description {Bindings for perl plugins} { 53 57 configure.args-delete --disable-perl 54 58 configure.args-append --enable-perl