summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-06 17:59:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-06 17:59:31 +0000
commitb2a96c6df1c8809216eced623ec37a8372b3216e (patch)
tree0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /science
parent- Update to 2.6.3 (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225335
Diffstat (limited to 'science')
-rw-r--r--science/cdo/Makefile2
-rw-r--r--science/openfoam/Makefile4
2 files changed, 1 insertions, 5 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile
index 46c1d747e48f..14865fd6793b 100644
--- a/science/cdo/Makefile
+++ b/science/cdo/Makefile
@@ -29,7 +29,7 @@ OPTIONS= NETCDF "NETCDF support" off
.include <bsd.port.pre.mk>
-.if (${OSVERSION} > 700000) || (${ARCH} != "sparc64" && ${OSVERSION} > 600000)
+.if (${OSVERSION} > 700000) || (${ARCH} != "sparc64")
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -DPTHREAD_MUTEXATTR_CONDATTR"
.endif
diff --git a/science/openfoam/Makefile b/science/openfoam/Makefile
index 7d6fca994264..84c6acf8dfda 100644
--- a/science/openfoam/Makefile
+++ b/science/openfoam/Makefile
@@ -133,10 +133,6 @@ PLIST_SUB+= MPI="openmpi" MPI_VER=${OMPI_VERSION}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600000
-BROKEN= Fails to compile (abort trap)
-.endif
-
.if exists(${LOCALBASE}/bin/mico-config)
MICO_VER= `${LOCALBASE}/bin/mico-config --version`
.else