diff options
author | pooka <pooka@pkgsrc.org> | 2000-01-17 17:36:31 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-01-17 17:36:31 +0000 |
commit | 81c57ad586bb93e13cc323b8f7c66d9ba17981f7 (patch) | |
tree | 3c93342477a40ffbfab8a7e8318d7e1447b935fe /editors/vim | |
parent | 0f5fa2f23d40111730607961e6f4087aebf4b0dc (diff) | |
download | pkgsrc-81c57ad586bb93e13cc323b8f7c66d9ba17981f7.tar.gz |
Upgrade vim packages to vim 5.6.
New since version 5.5
---------------------
Not much:
- New "Edit with Vim" popup menu entry for MS-Windows. Avoids problems with
the MS Office taskbar.
- 18 new syntax files.
- "z+" and "z^" commands.
And many bug fixes! This version is aimed at stability.
See ":help version-5.6" in Vim for the details.
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 12 | ||||
-rw-r--r-- | editors/vim/files/patch-sum | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 1d55462276d..47543be2d5a 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2000/01/15 18:46:27 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2000/01/17 17:36:35 pooka Exp $ .include "../vim-share/Makefile.common" @@ -8,7 +8,7 @@ DEPENDS+= vim-share-${VIM_VERSION}:../vim-share CONFLICTS= vim-xaw-* vim-gtk-* -CONFIGURE_ARGS+= --disable-gui --with-tlib=ncurses +CONFIGURE_ARGS+= --enable-gui=no --without-x --with-tlib=ncurses CPPFLAGS+= -I${LOCALBASE}/include # for ncurses' termcap.h LDFLAGS+= -L${LOCALBASE}/lib # for -lncurses CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" @@ -23,9 +23,9 @@ DEPENDS+= ncurses>=4.2:../../devel/ncurses .endif post-install: - @${LN} -fs vim ${PREFIX}/bin/ex - @${LN} -fs vim ${PREFIX}/bin/view - @${LN} -fs vim ${PREFIX}/bin/rvim - @${LN} -fs vim ${PREFIX}/bin/rview + ${LN} -fs vim ${PREFIX}/bin/ex + ${LN} -fs vim ${PREFIX}/bin/view + ${LN} -fs vim ${PREFIX}/bin/rvim + ${LN} -fs vim ${PREFIX}/bin/rview .include "../../mk/bsd.pkg.mk" diff --git a/editors/vim/files/patch-sum b/editors/vim/files/patch-sum index 905d3354e73..7cf88a08943 100644 --- a/editors/vim/files/patch-sum +++ b/editors/vim/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.8 1999/12/21 13:18:06 pooka Exp $ +$NetBSD: patch-sum,v 1.9 2000/01/17 17:36:35 pooka Exp $ -MD5 (patch-ab) = e53e72a98abbb723d60c03b8bf1fc55d -MD5 (patch-ac) = 978580aca00cf8c29148c2fcaa754c64 +MD5 (patch-za) = e53e72a98abbb723d60c03b8bf1fc55d +MD5 (patch-zb) = 221296b5d4e7413473f9cc4098a611fd |