From owner-svn-ports-all@freebsd.org Wed Mar 9 18:39:09 2016 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 D9425AC8AA0; Wed, 9 Mar 2016 18:39:09 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [84.22.109.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A42FBCAB; Wed, 9 Mar 2016 18:39:08 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [10.91.23.49] (86.236.197.178.dynamic.wless.lssmb00p-cgnat.res.cust.swisscom.ch [178.197.236.86]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id ec89e7bd TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Wed, 9 Mar 2016 18:39:04 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r410707 - in head/math/ogdf: . files From: Pietro Cerutti X-Mailer: iPhone Mail (13D15) In-Reply-To: <20160309182625.GA991@fc.opsec.eu> Date: Wed, 9 Mar 2016 19:39:02 +0100 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: References: <201603091649.u29GncuA082264@repo.freebsd.org> <20160309182625.GA991@fc.opsec.eu> To: Kurt Jaeger X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 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: Wed, 09 Mar 2016 18:39:10 -0000 > On 09 Mar 2016, at 19:26, Kurt Jaeger wrote: > > Hi! > >>> - Remove dependencies on math/abacus and math/coinmp, as they are >>> now bundled into the OGDF source tarballs and compiled from there >>> (COIN remains optional) >> >> Thanks for your work Kurt! >> Please note that this most likely introduces a CONFLICT between >> math/ogdf and math/coinmp (I haven't checked). > > Yes. This element in the ports Makefile should cover this: > > COIN_CONFLICTS_INSTALL= CoinMP Oh, great, then only the other way around is missing :)