From 77f2a8c9ebbda0320dbbe1562dff67937bd623ea Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 25 Nov 2007 01:10:25 +0000 Subject: [PATCH] Mark as broken on 5.x: fails to compile (abort trap). There is no data yet to know if it will fail on the other branches. Approved by: portmgr (self) --- science/openfoam/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/science/openfoam/Makefile b/science/openfoam/Makefile index d9702ee0fa0a..27157a647861 100644 --- a/science/openfoam/Makefile +++ b/science/openfoam/Makefile @@ -132,6 +132,10 @@ PLIST_SUB+= MPI="openmpi" MPI_VER=${OMPI_VERSION} .include +.if ${OSVERSION} < 600000 +BROKEN= Fails to compile (abort trap) +.endif + .if exists(${LOCALBASE}/bin/mico-config) MICO_VER= `${LOCALBASE}/bin/mico-config --version` .else