Ticket #32332: MacVim.diff

File MacVim.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch for MacVim

  • Portfile

     
    77set snapshot        63
    88set gitcommit       snapshot-${snapshot}
    99version             ${vim_version}.snapshot${snapshot}
     10revision            1
    1011categories          editors
    1112platforms           darwin
    1213license             VimLicense GPL-2+
     
    2829                    bin:autoconf:autoconf \
    2930                    port:python27
    3031depends_lib         port:ncurses \
     32                    port:gettext \
    3133                    port:libiconv \
    3234                    port:ctags
    3335
     
    6567configure.args      --enable-gui=macvim \
    6668                    --without-x \
    6769                    --disable-gpm \
    68                     --disable-nls \
    6970                    --with-tlib=ncurses \
    7071                    --enable-multibyte
    7172
     
    154155    configure.args-append   --enable-cscope
    155156}
    156157
    157 variant nls {
    158     configure.args-delete   --disable-nls
    159     depends_lib-append      port:gettext
    160 }
    161 
    162158livecheck.type          regex
    163159livecheck.url           http://github.com/b4winckler/macvim/downloads
    164160livecheck.version       ${snapshot}