Ticket #33367: Portfile.diff

File Portfile.diff, 1.4 KB (added by nefar@…, 12 years ago)
  • Portfile

    old new  
    44PortSystem 1.0
    55
    66name            weechat
    7 version         0.3.6
     7version         0.3.7
    88categories      irc
    99maintainers     nomaintainer
    1010license         GPL-3
     
    2424platforms       darwin
    2525master_sites    ${homepage}files/src
    2626
    27 checksums           rmd160  d8040d65c0eb2ddccf5cd37a1bcaf32033f77356 \
    28                     sha256  6c367e36fb76de318410f0bc5f2043056155ffe1372c121c1f90520b4645a27e
     27checksums           rmd160  9f830136eccf6d4c61bbd09ceb7b9b5aab22e947 \
     28                    sha256  8ef5e3daf49e75669e36093c1df852e65b51d512073c6e6b935a7fa90f6b7bca
    2929
    3030depends_build   port:pkgconfig
    3131depends_lib     port:gettext port:libiconv port:ncurses port:libgcrypt
    3232
    33 patchfiles      patch-src-core-wee-hook.h.diff
    34 
    3533configure.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
    3735
    3836use_bzip2       yes
    3937
     
    4947        depends_lib-append    port:lua
    5048}
    5149
     50variant 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
    5256variant perl description {Bindings for perl plugins} {
    5357        configure.args-delete --disable-perl
    5458        configure.args-append --enable-perl