Date: Sat, 19 Dec 2015 14:58:52 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: Danilo Egea Gondolfo <danilo@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r403991 - head/net/openmpi Message-ID: <CAMHz58TTH=63Oj9zm_t3V2gJg9Y4=c25=E56ZsHw0384qYR3_w@mail.gmail.com> In-Reply-To: <201512182302.tBIN2uqb060774@repo.freebsd.org> References: <201512182302.tBIN2uqb060774@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 19, 2015 at 7:02 AM, Danilo Egea Gondolfo <danilo@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@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@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58TTH=63Oj9zm_t3V2gJg9Y4=c25=E56ZsHw0384qYR3_w>