aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-12-10 22:44:08 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-12-10 22:44:08 +0000
commit77945bb9d6884834d320c016dc421c367281a4a7 (patch)
treef12713bc37b027301f2092a90feedfd50a0bb607
parent0369fd3b8f5e3549f67845df2c4eff31d6984bc8 (diff)
downloadports-77945bb9d6884834d320c016dc421c367281a4a7.tar.gz
ports-77945bb9d6884834d320c016dc421c367281a4a7.zip
Unmark BROKEN: fixed with gcc-withfortran-4.1.2_20061208.
Notes
Notes: svn path=/head/; revision=179426
-rw-r--r--math/elmer-mathlibs/Makefile2
-rw-r--r--math/elmer-umfpack/Makefile2
-rw-r--r--math/mumps/Makefile2
-rw-r--r--science/elmer-eio/Makefile2
-rw-r--r--science/elmerpost/Makefile2
5 files changed, 0 insertions, 10 deletions
diff --git a/math/elmer-mathlibs/Makefile b/math/elmer-mathlibs/Makefile
index d9eaba59aa85..2f484165468a 100644
--- a/math/elmer-mathlibs/Makefile
+++ b/math/elmer-mathlibs/Makefile
@@ -15,8 +15,6 @@ PKGNAMEPREFIX= elmer-
MAINTAINER= ports@FreeBSD.org
COMMENT= Math libraries build with F90 for used in ELMER FEM
-BROKEN= Configure fails
-
.ifdef WITH_MPI
BUILD_DEPENDS+= ${LOCALBASE}/mpich/include/mpif.h:${PORTSDIR}/net/mpich
.endif
diff --git a/math/elmer-umfpack/Makefile b/math/elmer-umfpack/Makefile
index 073475b9991d..1b93ca935b60 100644
--- a/math/elmer-umfpack/Makefile
+++ b/math/elmer-umfpack/Makefile
@@ -15,8 +15,6 @@ PKGNAMEPREFIX= elmer-
MAINTAINER= ports@FreeBSD.org
COMMENT= UMFPACK library used by ELMER FEM package
-BROKEN= Configure fails
-
CONFLICTS= umfpack-[0-9].[0-9]* suitesparse-[0-9].[0-9]*
USE_GCC= 4.1+
diff --git a/math/mumps/Makefile b/math/mumps/Makefile
index ff16e3ffbe5f..28ca338a6a4c 100644
--- a/math/mumps/Makefile
+++ b/math/mumps/Makefile
@@ -17,8 +17,6 @@ DISTNAME= MUMPS_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= MUltifrontal Massively Parallel sparse direct Solver
-BROKEN= Does not build
-
#-----------------------------------------------------------------------
# WARNING: Non-serviceable parts inside, can break other ports
diff --git a/science/elmer-eio/Makefile b/science/elmer-eio/Makefile
index f7b75e528c25..e0f1505bb690 100644
--- a/science/elmer-eio/Makefile
+++ b/science/elmer-eio/Makefile
@@ -14,8 +14,6 @@ PKGNAMEPREFIX= elmer-
MAINTAINER= ports@FreeBSD.org
COMMENT= ELMER FEM Package Data base Interface
-BROKEN= Configure fails
-
USE_GCC= 4.1+
WITH_FORTRAN= yes
F77= ${FC}
diff --git a/science/elmerpost/Makefile b/science/elmerpost/Makefile
index c5d760363922..e5bbfc460c8f 100644
--- a/science/elmerpost/Makefile
+++ b/science/elmerpost/Makefile
@@ -17,8 +17,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmatc.a:${PORTSDIR}/science/elmer-matc \
wish8.4:${PORTSDIR}/x11-toolkits/tk84
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
-BROKEN= Configure fails
-
# Elmer avoids the new C++ headers because they cause problems
# on older systems (Irix)
CXXFLAGS+= -Wno-deprecated