svn commit: r422828 - head/cad/gmsh

Thierry Thomas thierry at FreeBSD.org
Tue Sep 27 20:32:55 UTC 2016


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.


More information about the svn-ports-all mailing list