aboutsummaryrefslogtreecommitdiffstats
path: root/cad
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 /cad
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.
Diffstat (limited to 'cad')
-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.
'>-6/+10 * - Add Subversion capability to the update tragetbeat2012-07-161-0/+8 * - Remove obsolete version check (We dont support FreeBSD 6 anymore)miwi2012-05-241-4/+0 * Latest round of infrastructure changes.flz2011-05-051-2/+6 * - Retire mbone as a physical categorypav2011-03-071-1/+0 * - Terminate support for X11BASE having different value from LOCALBASEpav2009-12-181-4/+1 * - Allow users to redefine an update target.sem2009-10-221-0/+2