Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2014 14:44:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345240 - head/editors/vim
Message-ID:  <201402201444.s1KEihMe098010@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 20 14:44:42 2014
New Revision: 345240
URL: http://svnweb.freebsd.org/changeset/ports/345240
QAT: https://qat.redports.org/buildarchive/r345240/

Log:
  - Check for "old" option setting and inform users before build

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Thu Feb 20 14:44:16 2014	(r345239)
+++ head/editors/vim/Makefile	Thu Feb 20 14:44:42 2014	(r345240)
@@ -109,6 +109,10 @@ X11_MAKE_ARGS=		CONF_OPT_GUI="--enable-g
 
 .include <bsd.port.options.mk>
 
+.if !${PORT_OPTIONS:MATHENA} && !${PORT_OPTIONS:MCONSOLE} && !${PORT_OPTIONS:MGNOME} && !${PORT_OPTIONS:MGTK2} && !${PORT_OPTIONS:MMOTIF} && !${PORT_OPTIONS:MX11}
+IGNORE=		this port has new UI option (CONSOLE) for users who do not need GUI support. Please run "make config" to modify your setting
+.endif
+
 .if ${PORT_OPTIONS:MCONSOLE}
 PLIST_SUB+=	GUI="@comment "
 .else



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