svn commit: r483688 - head/editors/vim

Adam Weinberger adamw at FreeBSD.org
Thu Nov 1 16:34:31 UTC 2018


Author: adamw
Date: Thu Nov  1 16:34:30 2018
New Revision: 483688
URL: https://svnweb.freebsd.org/changeset/ports/483688

Log:
  Slightly decrease the chance that I'll break -console and -tiny again next time

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Thu Nov  1 16:29:57 2018	(r483687)
+++ head/editors/vim/Makefile	Thu Nov  1 16:34:30 2018	(r483688)
@@ -37,6 +37,7 @@ SHEBANG_FILES=	runtime/tools/demoserver.py runtime/too
 VIM_VER=	${PORTNAME}${PORTVERSION:R:S|.||g}
 
 # OPTIONS
+# ### Make sure any new options are excluded below in CONSOLE/TINY
 OPTIONS_DEFAULT=	CSCOPE DEFAULT_VIMRC CTAGS_EXUBERANT GTK2 PERL PYTHON2 RUBY
 OPTIONS_DEFINE=		CSCOPE DEFAULT_VIMRC NLS XTERM_SAVE
 OPTIONS_SINGLE=		CTAGS UI


More information about the svn-ports-all mailing list