svn commit: r422957 - head/cad/gmsh

Joseph Mingrone jrm at FreeBSD.org
Fri Sep 30 04:16:19 UTC 2016


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


More information about the svn-ports-head mailing list