diff --git a/devel/lam/Makefile b/devel/lam/Makefile index bda3ccb0438..b1ff0fc81a6 100644 --- a/devel/lam/Makefile +++ b/devel/lam/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2007/09/16 02:53:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.17 2007/11/19 01:40:48 okan Exp $ # Original from: Yannick Cote DISTNAME= lam-6.5.9 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 SHARED_LIBS += lamf77mpi 0.0 # .0.0 SHARED_LIBS += pmpi 0.0 # .0.0 SHARED_LIBS += lam 0.0 # .0.0 diff --git a/devel/lam/patches/patch-man_mans_mpi_share b/devel/lam/patches/patch-man_mans_mpi_share new file mode 100644 index 00000000000..c1f020a872e --- /dev/null +++ b/devel/lam/patches/patch-man_mans_mpi_share @@ -0,0 +1,11 @@ +$OpenBSD: patch-man_mans_mpi_share,v 1.1 2007/11/19 01:40:48 okan Exp $ +--- man/mans/mpi.share.orig Sun Nov 18 11:35:19 2007 ++++ man/mans/mpi.share Sun Nov 18 11:36:08 2007 +@@ -1,3 +1,7 @@ ++.TH TOPIC 7 "January, 2003" "LAM 6.5.9" "LAM OVERVIEW" ++.SH NAME ++TOPIC \- LAM/MPI implementation ++.SH DESCRIPTION + LAM features a full implementation of Message-Passing Interface, with + the exception that the MPI_CANCEL function will not properly cancel + messages that have been sent. Pending receive requests can be