svn commit: r403991 - head/net/openmpi

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Sat Dec 19 06:59:32 UTC 2015


On Sat, Dec 19, 2015 at 7:02 AM, Danilo Egea Gondolfo <danilo at freebsd.org>
wrote:

> Author: danilo
> Date: Fri Dec 18 23:02:56 2015
> New Revision: 403991
> URL: https://svnweb.freebsd.org/changeset/ports/403991
>
> Log:
>   - Switch to USES=execinfo
>
>   PR:           205403
>   Submitted by: pawel
>
>
Hello,

I suggest to bump PORTREVISION since the old package does not register
devel/libexecinfo as its dependency.

Regards,
sunpoet

Modified:
>   head/net/openmpi/Makefile
>
> Modified: head/net/openmpi/Makefile
>
> ==============================================================================
> --- head/net/openmpi/Makefile   Fri Dec 18 23:01:54 2015        (r403990)
> +++ head/net/openmpi/Makefile   Fri Dec 18 23:02:56 2015        (r403991)
> @@ -11,14 +11,13 @@ MASTER_SITES=       http://www.open-mpi.org/so
>  MAINTAINER=    danilo at FreeBSD.org
>  COMMENT=       High Performance Message Passing Library
>
> -LIB_DEPENDS=   libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
> -               libhwloc.so:${PORTSDIR}/devel/hwloc \
> +LIB_DEPENDS=   libhwloc.so:${PORTSDIR}/devel/hwloc \
>                 libltdl.so:${PORTSDIR}/devel/libltdl
>
>  HAS_CONFIGURE= yes
>  INSTALL_TARGET=        install-strip
>  # :keepla because port uses lt_dlopen
> -USES=          fortran gmake libtool:keepla perl5 pkgconfig tar:bzip2
> +USES=          execinfo fortran gmake libtool:keepla perl5 pkgconfig
> tar:bzip2
>  USE_PERL5=     build
>
>  MPIBASE?=      mpi
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"


More information about the svn-ports-all mailing list