Date: Fri, 27 Dec 2019 22:00:54 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521029 - head/net/mpich Message-ID: <201912272200.xBRM0spR091977@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912272200.xBRM0spR091977>