From owner-svn-ports-head@freebsd.org Fri Sep 30 04:16:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ACAEC03F87; Fri, 30 Sep 2016 04:16:19 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D99F1794; Fri, 30 Sep 2016 04:16:19 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8U4GIug049081; Fri, 30 Sep 2016 04:16:18 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8U4GIav049080; Fri, 30 Sep 2016 04:16:18 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201609300416.u8U4GIav049080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 30 Sep 2016 04:16:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422957 - head/cad/gmsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 04:16:19 -0000 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