From nobody Wed Sep 24 21:47:44 2025 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 4cX9SN0Drkz68VB5; Wed, 24 Sep 2025 21:47:48 +0000 (UTC) (envelope-from matthias.andree@tu-dortmund.de) Received: from unimail.uni-dortmund.de (mx1.hrz.uni-dortmund.de [129.217.128.51]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "unimail.tu-dortmund.de", Issuer "GEANT TLS RSA 1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cX9SM475Zz3JJT; Wed, 24 Sep 2025 21:47:47 +0000 (UTC) (envelope-from matthias.andree@tu-dortmund.de) Authentication-Results: mx1.freebsd.org; none Received: from geo33.an3e.de (pd9e07fb4.dip0.t-ipconnect.de [217.224.127.180]) (authenticated bits=0) by unimail.uni-dortmund.de (8.18.1.10/8.18.1.10) with ESMTPSA id 58OLljbl026061 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Wed, 24 Sep 2025 23:47:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tu-dortmund.de; s=unimail; t=1758750465; bh=3AFBjBDqn8reP2gTOB6u3AjxTPJJtiMdfdLSijc8c+0=; h=Date:Subject:To:References:From:In-Reply-To; b=D+clJhBN1I3P2z4eeisGT96cPJSNUsesuLzt5EbC29MDeS+OVUjt94Fju4aN8QIad IqIR5JBPB+DC3Jp2I1kgBEMcV0QLkcKIzeoaxc9/HPhfzD6TtzhDe7sJkL08DNPahS zQJX7wFT7Pna8J5gpAhzxAb9aKXrYuV1chNujlkE= Received: from [127.0.0.1] (localhost [127.0.0.1]) by ryzen.an3e.de (Postfix) with ESMTP id D22EF33F5A45; Wed, 24 Sep 2025 23:47:44 +0200 (CEST) Message-ID: Date: Wed, 24 Sep 2025 23:47:44 +0200 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: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: fd2c612f52b8 - main - devel/cmake-core: backport boost-1.88+ support from upstream (+) To: Yuri , Dima Panov , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202509151115.58FBFdrP050711@gitrepo.freebsd.org> From: Matthias Andree Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4cX9SM475Zz3JJT Am 24.09.25 um 05:19 schrieb Yuri: > This patch has likely caused the breakage in many ports when they fail > to find Boost::system. > > > I reported this issue to cmake here: > https://gitlab.kitware.com/cmake/cmake/-/issues/27258 > cmake ports have tendencies to: - not update the cmake versions, hence stick to old policies, - carry outdated copies of find-some-library.cmake "include" files around that are usually unmaintained -- I've been there with the OpenEXR/Imath structural changes many months ago;