Ticket #800: vim-portfile-20030818.diff

File vim-portfile-20030818.diff, 1003 bytes (added by bchesneau@…, 21 years ago)

patch portfile

  • (a) Portfile-orig vs. (b) Portfile

    a b  
    1313long_description        Vim is a virtually compatible, extremely \
    1414                        enhanced version of the vi editor.
    1515
    16 master_sites            ftp://ftp.vim.org/pub/vim/unix/  \
    17                         ftp://ftp.is.co.za/applications/editors/vim/unix/  \
    18                         ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/  \
    19                         ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unix/
     16master_sites            ftp://ftp.vim.org/pub/vim/unix  \
     17                        ftp://ftp.is.co.za/applications/editors/vim/unix  \
     18                        ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix  \
     19                        ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unix
    2020
    2121eval patch_sites        [strsed $master_sites g/unix/patches/]
    2222
     
    4444variant big             { configure.args-append --with-features=big }
    4545variant huge            { configure.args-append --with-features=huge }
    4646variant multibyte       { configure.args-append --enable-multibyte }
     47variant ncurses         { configure.args-append --with-tlib=ncurses }
    4748
    4849include checksums