aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2016-09-28 04:32:54 +0800
committerthierry <thierry@FreeBSD.org>2016-09-28 04:32:54 +0800
commit02b5b0524a598e8a62748bfd4a0c4ee790a6dc0f (patch)
tree290606d8d1f9885dc2b910db6cb9a66b9fad0de0
parentb4167d7d7aa61214f3dbf21ca5c3a1781a8f30b5 (diff)
downloadfreebsd-ports-gnome-02b5b0524a598e8a62748bfd4a0c4ee790a6dc0f.tar.gz
freebsd-ports-gnome-02b5b0524a598e8a62748bfd4a0c4ee790a6dc0f.tar.zst
freebsd-ports-gnome-02b5b0524a598e8a62748bfd4a0c4ee790a6dc0f.zip
Mark cad/gmsh-occ BROKEN for -CURRENT / i386.
See PR 213008.
-rw-r--r--cad/gmsh/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 301e459b08a9..d60e7b9a5c45 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -93,6 +93,12 @@ IGNORE= METIS must be set if TAUCS is set
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.