svn commit: r345240 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 20 14:44:43 UTC 2014


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


More information about the svn-ports-head mailing list