Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2015 16:14:26 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395042 - head/vietnamese/libviet
Message-ID:  <201508221614.t7MGEQpZ084872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Aug 22 16:14:25 2015
New Revision: 395042
URL: https://svnweb.freebsd.org/changeset/ports/395042

Log:
  vietnamese/libviet is not jobs safe
  
  This multijob fix for this unmaintained port has been in dports for
  years, but I didn't notice it until today.  Let's move it to ports.

Modified:
  head/vietnamese/libviet/Makefile

Modified: head/vietnamese/libviet/Makefile
==============================================================================
--- head/vietnamese/libviet/Makefile	Sat Aug 22 16:00:33 2015	(r395041)
+++ head/vietnamese/libviet/Makefile	Sat Aug 22 16:14:25 2015	(r395042)
@@ -18,6 +18,8 @@ OPTIONS_DEFINE=	DOCS
 
 MAKE_ARGS=	${MAKE_ENV:S/CFLAGS/FLAGS/}
 
+MAKE_JOBS_UNSAFE=	yes
+
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libvntype.a ${WRKSRC}/libviqr.a \
 		${STAGEDIR}${PREFIX}/lib



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