svn commit: r352144 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 25 19:06:55 UTC 2014


Author: sunpoet
Date: Fri Apr 25 19:06:55 2014
New Revision: 352144
URL: http://svnweb.freebsd.org/changeset/ports/352144
QAT: https://qat.redports.org/buildarchive/r352144/

Log:
  - Remove MAKE_JOBS_UNSAFE
  
  PR:		ports/188463
  Submitted by:	Jia-Shiun Li <jiashiun at gmail.com>

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Fri Apr 25 18:15:42 2014	(r352143)
+++ head/editors/vim/Makefile	Fri Apr 25 19:06:55 2014	(r352144)
@@ -33,7 +33,6 @@ XTERM_SAVE_DESC=	Restore xterm screen af
 
 ALL_TARGET=	# empty
 MAKE_ARGS+=	CC=${CC} CONF_ARGS="--prefix=${PREFIX} ${CSCOPE_ARG}" STRIP=${STRIP_CMD} CONF_OPT_MULTIBYTE=--enable-multibyte CONF_TERM_LIB=--with-tlib=termlib
-MAKE_JOBS_UNSAFE=	yes
 PATCH=		${LOCALBASE}/bin/gpatch
 PATCH_DIST_ARGS=--batch --directory ${WRKSRC} --forward --quiet --remove-empty-files ${PATCH_DIST_STRIP}
 REINPLACE_ARGS=	-i ''


More information about the svn-ports-all mailing list