svn commit: r521029 - head/net/mpich
Thierry Thomas
thierry at FreeBSD.org
Fri Dec 27 22:00:54 UTC 2019
Author: thierry
Date: Fri Dec 27 22:00:53 2019
New Revision: 521029
URL: https://svnweb.freebsd.org/changeset/ports/521029
Log:
Mpich installs some Perl scripts, e.g. parkill.
If Perl is not found during the build, their shebang is:
#!
Modified:
head/net/mpich/Makefile
Modified: head/net/mpich/Makefile
==============================================================================
--- head/net/mpich/Makefile Fri Dec 27 21:43:32 2019 (r521028)
+++ head/net/mpich/Makefile Fri Dec 27 22:00:53 2019 (r521029)
@@ -2,7 +2,7 @@
PORTNAME= mpich
PORTVERSION= 3.2.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net parallel
MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/
@@ -19,7 +19,7 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc
CONFLICTS= lam-7.* mpd-[0-9]* mpiexec-0.* mpich2-[0-9]*
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= compiler:c11 libtool pkgconfig
+USES= compiler:c11 libtool perl5 pkgconfig
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS FORTRAN
More information about the svn-ports-all
mailing list