svn commit: r560414 - head/editors/vim

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 5 17:49:27 UTC 2021


Author: bapt
Date: Tue Jan  5 17:49:26 2021
New Revision: 560414
URL: https://svnweb.freebsd.org/changeset/ports/560414

Log:
  Ensure vim uses ncursesw (the widechar version) everywhere
  
  Reported by:	cy

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Tue Jan  5 17:05:57 2021	(r560413)
+++ head/editors/vim/Makefile	Tue Jan  5 17:49:26 2021	(r560414)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vim
 PORTVERSION=	8.2.2263
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	editors
 
@@ -21,7 +22,7 @@ CONFLICTS_INSTALL?=	vim-console vim-tiny
 
 CONFIGURE_ARGS=	--enable-gui=${GUI} \
 		--enable-multibyte \
-		--with-tlib=ncurses
+		--with-tlib=ncursesw
 MAKE_ARGS=	STRIP="${STRIP_CMD}" \
 		VIMRCLOC=${ETCDIR} \
 		VIMRUNTIMEDIR=${PREFIX}/share/vim/${VIM_VER}


More information about the svn-ports-all mailing list