diff options
author | nork <nork@FreeBSD.org> | 2002-06-27 13:01:55 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-06-27 13:01:55 +0800 |
commit | b990a557e08c65511b7e664d134c12ef2dcc1a34 (patch) | |
tree | d5cf4561581952278600147a88a6546716126310 /net/mpich2 | |
parent | b812eea51b87ad9e38986c9059e9ca4f4cebc1b3 (diff) | |
download | freebsd-ports-gnome-b990a557e08c65511b7e664d134c12ef2dcc1a34.tar.gz freebsd-ports-gnome-b990a557e08c65511b7e664d134c12ef2dcc1a34.tar.zst freebsd-ports-gnome-b990a557e08c65511b7e664d134c12ef2dcc1a34.zip |
Update to 1.2.4
PR: 39658
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Reviewed by: maintainer
Approved by: knu (mentor)
Diffstat (limited to 'net/mpich2')
-rw-r--r-- | net/mpich2/Makefile | 18 | ||||
-rw-r--r-- | net/mpich2/distinfo | 3 | ||||
-rw-r--r-- | net/mpich2/pkg-plist | 22 |
3 files changed, 10 insertions, 33 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 17fc62ba1cba..2851241ef581 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -6,24 +6,24 @@ # PORTNAME= mpich -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= net MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ DIST_SUBDIR= mpich -PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/${PORTVERSION}/ -PATCHFILES= 6589 - MAINTAINER= dbader@eece.unm.edu -BROKEN= "Does not package correctly" - -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 -BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/${PORTVERSION}/ +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ + javavm:${PORTSDIR}/java/javavmwrapper \ + ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13 +BUILD_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ + javavm:${PORTSDIR}/java/javavmwrapper \ + ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13 HAS_CONFIGURE= yes CONFIGURE_ARGS= -cflags="${CFLAGS}" -prefix=${PREFIX}/mpich \ - -mpe_opts="--with-wishloc=wish8.0" + -mpe_opts="--with-wishloc=wish8.4" .include <bsd.port.pre.mk> diff --git a/net/mpich2/distinfo b/net/mpich2/distinfo index e1505ea82820..4ec9fdaac641 100644 --- a/net/mpich2/distinfo +++ b/net/mpich2/distinfo @@ -1,2 +1 @@ -MD5 (mpich/mpich-1.2.3.tar.gz) = c922788519dfd0bbc5175243869944e6 -MD5 (mpich/6589) = 9392a839cddd93ee0dd7161f61d2fbb8 +MD5 (mpich/mpich-1.2.4.tar.gz) = 45ab0a0fb35aa155ce9368c475a84e12 diff --git a/net/mpich2/pkg-plist b/net/mpich2/pkg-plist index 1bb05d6cbc5a..9d7faad401cd 100644 --- a/net/mpich2/pkg-plist +++ b/net/mpich2/pkg-plist @@ -143,16 +143,6 @@ mpich/share/examples/fpi.f mpich/share/examples/fxgraphics.f mpich/share/examples/mpirun mpich/share/examples/srtest.c -mpich/share/jumpshot-2/README -mpich/share/jumpshot-2/bin/jumpshot -mpich/share/jumpshot-2/doc/jumpshot.def -mpich/share/jumpshot-2/doc/jumpshot.doc -mpich/share/jumpshot-2/lib/data/jumpshot.colors -mpich/share/jumpshot-2/lib/data/jumpshot.setup -mpich/share/jumpshot-2/lib/images.jar -mpich/share/jumpshot-2/lib/jumpshot.jar -mpich/share/jumpshot-2/logfiles/fpilog.clog -mpich/share/jumpshot-2/swing/swing.jar mpich/share/jumpshot-3/README mpich/share/jumpshot-3/README.slog mpich/share/jumpshot-3/TourStepByStep.txt @@ -553,14 +543,6 @@ mpich/www/www4/index.html @dirrm mpich/share/jumpshot-3/doc @dirrm mpich/share/jumpshot-3/bin @dirrm mpich/share/jumpshot-3 -@dirrm mpich/share/jumpshot-2/swing -@dirrm mpich/share/jumpshot-2/sbin -@dirrm mpich/share/jumpshot-2/logfiles -@dirrm mpich/share/jumpshot-2/lib/data -@dirrm mpich/share/jumpshot-2/lib -@dirrm mpich/share/jumpshot-2/doc -@dirrm mpich/share/jumpshot-2/bin -@dirrm mpich/share/jumpshot-2 @dirrm mpich/share/examples @dirrm mpich/share @dirrm mpich/sbin @@ -578,7 +560,3 @@ mpich/www/www4/index.html @dirrm mpich/doc @dirrm mpich/bin @dirrm mpich -@exec mkdir -p %D/mpich/share/upshot/sbin 2>/dev/null || true -@exec mkdir -p %D/mpich/share/jumpshot-2/sbin 2>/dev/null || true -@exec mkdir -p %D/mpich/lib/shared 2>/dev/null || true -@exec mkdir -p %D/mpich/examples/MPI-2-C++ 2>/dev/null || true |