svn commit: r410236 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 6 06:18:05 UTC 2016


Author: sunpoet
Date: Sun Mar  6 06:18:03 2016
New Revision: 410236
URL: https://svnweb.freebsd.org/changeset/ports/410236

Log:
  - Change from big features to huge features
  - Bump PORTREVISION for package change
  
  PR:		207572
  Submitted by:	Henry Hu <henry.hu.sh at gmail.com>

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Sun Mar  6 06:17:59 2016	(r410235)
+++ head/editors/vim/Makefile	Sun Mar  6 06:18:03 2016	(r410236)
@@ -4,6 +4,7 @@
 PORTNAME=	vim
 PORTVERSION=	7.4.1229
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES?=	editors
 
 MAINTAINER?=	sunpoet at FreeBSD.org
@@ -59,7 +60,7 @@ PLIST_SUB+=	NON_LITE="@comment "
 .else
 CONFLICTS_INSTALL=	vim-lite-[0-9]*
 OPTIONS_DEFAULT=CSCOPE DEFAULT_VIMRC EXUBERANT_CTAGS GTK2 LUA PERL PYTHON RUBY TCL
-MAKE_ARGS+=	CONF_OPT_FEAT=--with-features=big \
+MAKE_ARGS+=	CONF_OPT_FEAT=--with-features=huge \
 		CONF_OPT_INPUT=--enable-xim \
 		CONF_OPT_OUTPUT=--enable-fontset
 PLIST_SUB+=	NON_LITE=""


More information about the svn-ports-all mailing list