svn commit: r413493 - head/science/minc2

John Marino marino at FreeBSD.org
Sun Apr 17 07:18:40 UTC 2016


Author: marino
Date: Sun Apr 17 07:18:38 2016
New Revision: 413493
URL: https://svnweb.freebsd.org/changeset/ports/413493

Log:
  science/minc2 is not jobs safe
  
  lex needs gram.h before that header gets created.
  I've seen this twice now.

Modified:
  head/science/minc2/Makefile

Modified: head/science/minc2/Makefile
==============================================================================
--- head/science/minc2/Makefile	Sun Apr 17 07:15:46 2016	(r413492)
+++ head/science/minc2/Makefile	Sun Apr 17 07:18:38 2016	(r413493)
@@ -21,6 +21,8 @@ RUN_DEPENDS=	bash:shells/bash
 USE_GITHUB=	yes
 GH_ACCOUNT=	BIC-MNI
 
+MAKE_JOBS_UNSAFE=	yes
+
 USES=		autoreconf bison gmake libtool perl5 shebangfix
 SHEBANG_FILES=	progs/mincview/mincview
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list