Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 04:16:18 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422957 - head/cad/gmsh
Message-ID:  <201609300416.u8U4GIav049080@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Fri Sep 30 04:16:18 2016
New Revision: 422957
URL: https://svnweb.freebsd.org/changeset/ports/422957

Log:
  Re-add MAKE_JOBS_UNSAFE=yes
  
  It is not clear that the issue that caused this to be added has been fixed, so
  add it back to be safe.
  
  Reported by:	jmarino (via ports-committers@), mat (via phab diff D7703)
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8086

Modified:
  head/cad/gmsh/Makefile

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Fri Sep 30 01:15:10 2016	(r422956)
+++ head/cad/gmsh/Makefile	Fri Sep 30 04:16:18 2016	(r422957)
@@ -31,6 +31,8 @@ USES=		blaslapack cmake fortran gmake jp
 USE_GL=		gl glu
 USE_XORG=	x11 xext xfixes xft
 
+MAKE_JOBS_UNSAFE=yes
+
 CMAKE_ARGS=	-DCMAKE_SKIP_RPATH:BOOL=YES
 
 OPTIONS_DEFINE=	CGNS MED OCC SHARED STATIC



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