Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2016 20:32:54 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422828 - head/cad/gmsh
Message-ID:  <201609272032.u8RKWs1r080967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Sep 27 20:32:54 2016
New Revision: 422828
URL: https://svnweb.freebsd.org/changeset/ports/422828

Log:
  Mark cad/gmsh-occ BROKEN for -CURRENT / i386.
  
  See PR 213008.

Modified:
  head/cad/gmsh/Makefile

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Tue Sep 27 19:49:31 2016	(r422827)
+++ head/cad/gmsh/Makefile	Tue Sep 27 20:32:54 2016	(r422828)
@@ -93,6 +93,12 @@ IGNORE=		METIS must be set if TAUCS is s
 IGNORE=		the license for Metis requires that its documentation is included
 .endif
 
+.if ${PORT_OPTIONS:MOCC}
+. if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000
+BROKEN_i386=	Bad machine code: Using an undefined physical register
+. endif
+.endif
+
 # TODO
 # Dependencies against PythonLibs, swig and petsc are found and registered if installed
 # => add knobs to handle them.



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