From owner-dev-commits-ports-main@freebsd.org Tue Apr 13 22:35:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77CC75EEED0; Tue, 13 Apr 2021 22:35:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKgRw30Phz3jHk; Tue, 13 Apr 2021 22:35:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5598513166; Tue, 13 Apr 2021 22:35:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DMZuda065903; Tue, 13 Apr 2021 22:35:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DMZuYN065902; Tue, 13 Apr 2021 22:35:56 GMT (envelope-from git) Date: Tue, 13 Apr 2021 22:35:56 GMT Message-Id: <202104132235.13DMZuYN065902@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: dfa4eee037bf - main - UPDATING: Revise OpenEXR/ilmbase/Imath info. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dfa4eee037bfc9832ae670a8b1f643d996728dab Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 22:35:56 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfa4eee037bfc9832ae670a8b1f643d996728dab commit dfa4eee037bfc9832ae670a8b1f643d996728dab Author: Matthias Andree AuthorDate: 2021-04-13 22:32:37 +0000 Commit: Matthias Andree CommitDate: 2021-04-13 22:32:46 +0000 UPDATING: Revise OpenEXR/ilmbase/Imath info. --- UPDATING | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/UPDATING b/UPDATING index 7360a1e4bf45..1b5023457aad 100644 --- a/UPDATING +++ b/UPDATING @@ -5,7 +5,7 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. -20210411: +20210414: AFFECTS: users of graphics/OpenEXR or graphics/ilmbase AUTHOR: mandree@FreeBSD.org @@ -16,18 +16,18 @@ you update your ports collection, before attempting any port upgrades. typical items needs to be changed - file bug reports in that case, preferably with tested patches: - - The IlmImf library is now called OpenEXR - - The IlmBase library is now called Imath - - The Half library was folded into Imath and is no longer separate - - Some header files are now in the "other" include file path, + - The IlmBase parts Imath and half are now repackaged as Imath + - The IlmThread and Iex libraries are now part of OpenEXR + - Some header files were rearranged accordingly, into ${LOCALBASE}/include/OpenEXR vs. ${LOCALBASE}/include/Imath - Some code needs a few #include statements added, often #include or #include - - Some code needs Int64 in some namespace replaced by [std::]int64_t - and SInt64 by [std::]int64_t. + - Some classes were removed, and the C++11 standard library + features need to be used, f. i. std::numeric_limits. + - Some code used Int64 or SInt64 should use uint64_t or int64_t. - In some cases, the upstream maintainers have (beta) releases - for OpenEXR 3.0/Imath 3.0 support already. + Detailed porting hints are available here: + https://github.com/AcademySoftwareFoundation/Imath/blob/v3.0.1/docs/PortingGuide2-3.md 20210411: AFFECTS: users or devel/py-RPyC