From owner-svn-ports-head@freebsd.org Thu Sep 27 05:28:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0241710A05BF; Thu, 27 Sep 2018 05:28:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABF3876075; Thu, 27 Sep 2018 05:28:49 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6C1C21B6B; Thu, 27 Sep 2018 05:28:49 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8R5Sn1C069554; Thu, 27 Sep 2018 05:28:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8R5Snxo069552; Thu, 27 Sep 2018 05:28:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201809270528.w8R5Snxo069552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 27 Sep 2018 05:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480781 - in head/math: mumps-mpich sdpara X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/math: mumps-mpich sdpara X-SVN-Commit-Revision: 480781 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 05:28:50 -0000 Author: antoine Date: Thu Sep 27 05:28:49 2018 New Revision: 480781 URL: https://svnweb.freebsd.org/changeset/ports/480781 Log: Mark BROKEN: conflicting dependencies Reported by: pkg-fallout Modified: head/math/mumps-mpich/Makefile head/math/sdpara/Makefile Modified: head/math/mumps-mpich/Makefile ============================================================================== --- head/math/mumps-mpich/Makefile Thu Sep 27 05:26:32 2018 (r480780) +++ head/math/mumps-mpich/Makefile Thu Sep 27 05:28:49 2018 (r480781) @@ -3,6 +3,7 @@ MASTERDIR= ${.CURDIR}/../mumps +BROKEN= conflicting dependencies WITH_MPI= yes .include "../mumps/Makefile" Modified: head/math/sdpara/Makefile ============================================================================== --- head/math/sdpara/Makefile Thu Sep 27 05:26:32 2018 (r480780) +++ head/math/sdpara/Makefile Thu Sep 27 05:28:49 2018 (r480781) @@ -14,6 +14,8 @@ COMMENT= SDPARA parallel version of SDPA (math/sdpa) LICENSE= GPLv2 # (or later) +BROKEN= conflicting dependencies + LIB_DEPENDS= libblacs.so:math/blacs \ libscalapack.so:math/scalapack \ libmpich.so:net/mpich2