From nobody Tue Jan 25 22:40:09 2022 X-Original-To: dev-commits-ports-main@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 045F91970F74; Tue, 25 Jan 2022 22:40:13 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Jk1yN0K58z3w8Q; Tue, 25 Jan 2022 22:40:11 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from [62.63.87.132] [62.63.87.132:19178] (HELO/EHLO mercury.localnet, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id 20PMeAYm022311 (using TLSv1.2, with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Wed, 26 Jan 2022 01:40:10 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host [62.63.87.132] claimed to be mercury.localnet From: Max Brazhnikov To: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, Po-Chuan Hsieh , thierry@freebsd.org Subject: Re: git: b65451f0c188 - main - graphics/gdal: Change from qhull to qhull8 Date: Wed, 26 Jan 2022 01:40:09 +0300 Message-ID: <82159404.0ko45tJjV3@mercury> In-Reply-To: <2255860.THHZn3L5Ee@mercury> References: <202201251956.20PJuxMT025045@gitrepo.freebsd.org> <2255860.THHZn3L5Ee@mercury> List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4Jk1yN0K58z3w8Q X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 77.236.34.3 is neither permitted nor denied by domain of makc@freebsd.org) smtp.mailfrom=makc@freebsd.org X-Spamd-Result: default: False [-2.10 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[makc]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[freebsd.org]; R_SPF_SOFTFAIL(0.00)[~all]; RCPT_COUNT_FIVE(0.00)[5]; MID_RHS_NOT_FQDN(0.50)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; MLMMJ_DEST(0.00)[dev-commits-ports-main,dev-commits-ports-all]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:42317, ipnet:77.236.32.0/20, country:RU]; RCVD_COUNT_TWO(0.00)[2]; CTE_CASE(0.50)[] X-ThisMailContainsUnwantedMimeParts: N 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.