Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2016 22:39:46 +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: r428256 - head/math/moo
Message-ID:  <201612092239.uB9MdkdC003495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Dec  9 22:39:46 2016
New Revision: 428256
URL: https://svnweb.freebsd.org/changeset/ports/428256

Log:
  math/moo is not jobs safe (flex generation)

Modified:
  head/math/moo/Makefile

Modified: head/math/moo/Makefile
==============================================================================
--- head/math/moo/Makefile	Fri Dec  9 22:25:46 2016	(r428255)
+++ head/math/moo/Makefile	Fri Dec  9 22:39:46 2016	(r428256)
@@ -12,6 +12,8 @@ COMMENT=	Calculator that accepts C-like 
 
 PLIST_FILES=	bin/moo man/man1/moo.1.gz
 
+MAKE_JOBS_UNSAFE=	yes
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/moo ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_MAN} ${WRKSRC}/moo.1 ${STAGEDIR}${MANPREFIX}/man/man1



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