From nobody Wed Jan 26 05:31:35 2022 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 727691979E08; Wed, 26 Jan 2022 05:31:51 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from tmailer.gwdg.de (tmailer.gwdg.de [134.76.10.23]) (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 4JkC5L4dqVz3KDb; Wed, 26 Jan 2022 05:31:50 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-03.um.gwdg.de ([134.76.9.218] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1nCauF-000EEA-IP; Wed, 26 Jan 2022 06:31:43 +0100 Received: from [172.20.100.28] (10.250.9.199) by EXCMBX-03.um.gwdg.de (134.76.9.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.2375.18; Wed, 26 Jan 2022 06:31:43 +0100 Message-ID: Date: Wed, 26 Jan 2022 06:31:35 +0100 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: git: b65451f0c188 - main - graphics/gdal: Change from qhull to qhull8 Content-Language: en-US To: Po-Chuan Hsieh , Max Brazhnikov References: <202201251956.20PJuxMT025045@gitrepo.freebsd.org> <2255860.THHZn3L5Ee@mercury> <82159404.0ko45tJjV3@mercury> CC: , , Reply-To: "Hurling, Rainer" From: Rainer Hurling In-Reply-To: <82159404.0ko45tJjV3@mercury> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.199] X-ClientProxiedBy: EXCMBX-12.um.gwdg.de (134.76.9.221) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4JkC5L4dqVz3KDb X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Am 25.01.22 um 23:40 schrieb Max Brazhnikov: > On Wed, 26 Jan 2022 01:13:24 +0300 Max Brazhnikov wrote: >> On Tue, 25 Jan 2022 19:56:59 GMT Po-Chuan Hsieh wrote: >>> The branch main has been updated by sunpoet: >>> >>> URL: https://cgit.FreeBSD.org/ports/commit/?id=b65451f0c18896610cde2b51274734b612e8a6f1 >>> >>> commit b65451f0c18896610cde2b51274734b612e8a6f1 >>> Author: Po-Chuan Hsieh >>> AuthorDate: 2022-01-25 19:25:45 +0000 >>> Commit: Po-Chuan Hsieh >>> CommitDate: 2022-01-25 19:51:18 +0000 >>> >>> graphics/gdal: Change from qhull to qhull8 >>> >>> - Bump PORTREVISION for dependency change >>> >>> PR: 261279 >> >> Please, don't switch ports one by one. qhull and qhull8 packages conflict with each other and can't be installed simultaneously. > > This breaks at least math/py-networkx and all ports that depends on it. > > math/py-matplotlib and math/saga are two more candidates. Both seem to work well with qhull8. I will commit the change for math/saga in the next time ;)