Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2021 17:49:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560414 - head/editors/vim
Message-ID:  <202101051749.105HnQwH018634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101051749.105HnQwH018634>