From 81c57ad586bb93e13cc323b8f7c66d9ba17981f7 Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 17 Jan 2000 17:36:31 +0000 Subject: 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. --- editors/vim/Makefile | 12 ++++++------ editors/vim/files/patch-sum | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'editors/vim') 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 -- cgit v1.2.3