From owner-svn-ports-all@freebsd.org Sat Dec 19 06:59:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6D07A4BD36 for ; Sat, 19 Dec 2015 06:59:32 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-vk0-x22f.google.com (mail-vk0-x22f.google.com [IPv6:2607:f8b0:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AE1E1D0C for ; Sat, 19 Dec 2015 06:59:32 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-vk0-x22f.google.com with SMTP id f2so38518735vkb.3 for ; Fri, 18 Dec 2015 22:59:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=JQIRqNH9D/WhPFmWSe7GK6DAEfAvBUV0FM39b7yQwBI=; b=VURCXV65MrPR9QJrDjALzDf3W2oaTJgHWqa1Couq8bvGQy0ZWwXU3kairVglI3LO83 XHueLFYB0tCCsSJfR68NkeDWsx7XiAWd9SxCtWRTNEAPpiX5LDS+QFGkl04ufiDTxXPf yvadfqDvZUqLMHHyXDZOCPh7P9WawUfBApuER6a9IJ9mAu3zJVdKDspcte00TKBOeeds xaghbU9PZj0Cty0mf7I28W7LnLhq0S2IWmXEapb6SyjcUVIK7VyC5up7bdb8JdD+xErI 8RqrZvL+XM8IWc+x3UqyGeDOeqkKajfVCnKoZqx76HBwxyA0RCA4Org2zXXPu/3nKHSt 4RCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=JQIRqNH9D/WhPFmWSe7GK6DAEfAvBUV0FM39b7yQwBI=; b=CzAyvb3b0z5Z8UyNYYkHaCjK+PyKZH1cVK5sQPld85+rnK/sZFmqLl5SWntbLH4D5L yU9vdjfFo9xTPZUqrQQo9SWi9bJ+6zFGCmYmnZuF2aQzLrOx3oD8Noci4wrxdf+qXiBi kpN+/Q3hqHWCyxFHQpkfJMmhV9lZUG/rqbAwbT92zAP5kObORWgWip0BG9jr0qpyE4VN OCHHG2GoR8nx8ZBbQ0R2O/8qnIcdI9Spgwt4ealcMl2x0T/OasPFhBfOk9aycSINBjaf wCxil2UAwfoC8EewYfiwim/3I1rDmIG/9BYss/GZAUKYW+dEoEkdKMgpH70C7nkRaZpr y90Q== X-Gm-Message-State: ALoCoQm7tZmEtauyztnXYaAOFKfoyz3EemM3KVULfEsdMOkrmFUT2Ry6PDmzsH7yhzl8eCznh9sNg5ZC9rc4jy8ywJt7dks84Q== X-Received: by 10.31.147.81 with SMTP id v78mr4686608vkd.58.1450508371553; Fri, 18 Dec 2015 22:59:31 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.31.219.3 with HTTP; Fri, 18 Dec 2015 22:58:52 -0800 (PST) In-Reply-To: <201512182302.tBIN2uqb060774@repo.freebsd.org> References: <201512182302.tBIN2uqb060774@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Dec 2015 14:58:52 +0800 X-Google-Sender-Auth: K96EKdD8sbR0TvqhX7VESo1kziU Message-ID: Subject: Re: svn commit: r403991 - head/net/openmpi To: Danilo Egea Gondolfo Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2015 06:59:32 -0000 On Sat, Dec 19, 2015 at 7:02 AM, Danilo Egea Gondolfo 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"