aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-06-19 11:45:59 +0000
committerRene Ladan <rene@FreeBSD.org>2013-06-19 11:45:59 +0000
commitec59d5768f2115bf18b5b8383a6bfc3740caffb2 (patch)
treeccfeac2dfc77c2a2589233e38d526478fd651e1c
parent46d639910d6242ed5bc92589a43dd24bb38564ff (diff)
downloadports-ec59d5768f2115bf18b5b8383a6bfc3740caffb2.tar.gz
ports-ec59d5768f2115bf18b5b8383a6bfc3740caffb2.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/petsc-mpich/Makefile17
3 files changed, 1 insertions, 18 deletions
diff --git a/MOVED b/MOVED
index 4d082f0c065d..7216726b47bb 100644
--- a/MOVED
+++ b/MOVED
@@ -4393,3 +4393,4 @@ games/rtcw|games/linux-rtcw|2013-06-18|Renamed (Linux binary port)
multimedia/p5-Video-Info||2013-06-19|Has expired: Broken for more than 6 month
net-p2p/p5-pdonkey||2013-06-19|Removed: depends on expired multimedia/p5-Video-Info
lang/boo||2013-06-19|Has expired: BROKEN for more than 6 month
+math/petsc-mpich||2013-06-19|Has expired: BROKEN for more than 6 month
diff --git a/math/Makefile b/math/Makefile
index 61e8a323995c..baa494fed9a5 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -518,7 +518,6 @@
SUBDIR += pecl-bitset
SUBDIR += pecl-stats
SUBDIR += petsc
- SUBDIR += petsc-mpich
SUBDIR += pgcalc
SUBDIR += php5-bcmath
SUBDIR += php5-gmp
diff --git a/math/petsc-mpich/Makefile b/math/petsc-mpich/Makefile
deleted file mode 100644
index 5f4bcd61879b..000000000000
--- a/math/petsc-mpich/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: petsc-mpich
-# Date created: 6 Dec 2004
-# Whom: Thierry Thomas <thierry@pompo.net>
-#
-# $FreeBSD$
-#
-
-MASTERDIR= ${.CURDIR}/../petsc
-
-WITH_MPI= yes
-
-DEPRECATED= BROKEN for more than 6 month
-EXPIRATION_DATE= 2012-07-14
-
-BROKEN= filesystem was touched prior to make install phase
-
-.include "${MASTERDIR}/Makefile"