From owner-dev-commits-ports-all@freebsd.org Sat Jul 17 09:18:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 707A16509A7; Sat, 17 Jul 2021 09:18:19 +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 4GRjFl2M51z4vlF; Sat, 17 Jul 2021 09:18:19 +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 350715D38; Sat, 17 Jul 2021 09:18:19 +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 16H9IJUV018981; Sat, 17 Jul 2021 09:18:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16H9IJAr018980; Sat, 17 Jul 2021 09:18:19 GMT (envelope-from git) Date: Sat, 17 Jul 2021 09:18:19 GMT Message-Id: <202107170918.16H9IJAr018980@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: f82a33af02bc - main - math/Imath: Update to v3.1.0 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: f82a33af02bc85af38e635092f72ebf9cc363c2e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2021 09:18:19 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=f82a33af02bc85af38e635092f72ebf9cc363c2e commit f82a33af02bc85af38e635092f72ebf9cc363c2e Author: Matthias Andree AuthorDate: 2021-07-17 09:04:15 +0000 Commit: Matthias Andree CommitDate: 2021-07-17 09:17:58 +0000 math/Imath: Update to v3.1.0 Changelog: https://github.com/AcademySoftwareFoundation/Imath/releases/tag/v3.1.0 This will require some minor changes to ports that depend on it. --- math/Imath/Makefile | 8 ++++---- math/Imath/distinfo | 6 +++--- .../patch-eabc884d079d26afcead5128f7b093978d239ada.diff | 13 +++++++++++++ math/Imath/pkg-plist | 4 ++++ 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/math/Imath/Makefile b/math/Imath/Makefile index 766db5dcf491..4bce7a75402f 100644 --- a/math/Imath/Makefile +++ b/math/Imath/Makefile @@ -1,7 +1,7 @@ # Based on the graphics/ilmbase port that was done by: nork@FreeBSD.org PORTNAME= Imath -PORTVERSION= 3.0.5 +PORTVERSION= 3.1.0 CATEGORIES= math devel graphics MAINTAINER= mandree@FreeBSD.org @@ -39,10 +39,10 @@ PYTHON_RUN_DEPENDS= ${PYNUMPY} PYTHON_USES= python PYTHON_CMAKE_BOOL= PYTHON -_MAJORVER= 3_0 -_VER= 28 +_MAJORVER= 3_1 +_VER= 29 _MINVER= 0 -_PLVER= 2 +_PLVER= 0 post-install: .for l in libImath diff --git a/math/Imath/distinfo b/math/Imath/distinfo index ee7202fa4db8..c6e81765f58d 100644 --- a/math/Imath/distinfo +++ b/math/Imath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625132900 -SHA256 (AcademySoftwareFoundation-Imath-3.0.5-v3.0.5_GH0.tar.gz) = 38b94c840c6400959ccf647bc1631f96f3170cb081021d774813803e798208bd -SIZE (AcademySoftwareFoundation-Imath-3.0.5-v3.0.5_GH0.tar.gz) = 528503 +TIMESTAMP = 1626453375 +SHA256 (AcademySoftwareFoundation-Imath-3.1.0-v3.1.0_GH0.tar.gz) = 211c907ab26d10bd01e446da42f073ee7381e1913d8fa48084444bc4e1b4ef87 +SIZE (AcademySoftwareFoundation-Imath-3.1.0-v3.1.0_GH0.tar.gz) = 566048 diff --git a/math/Imath/files/patch-eabc884d079d26afcead5128f7b093978d239ada.diff b/math/Imath/files/patch-eabc884d079d26afcead5128f7b093978d239ada.diff new file mode 100644 index 000000000000..e7732e008c32 --- /dev/null +++ b/math/Imath/files/patch-eabc884d079d26afcead5128f7b093978d239ada.diff @@ -0,0 +1,13 @@ +diff --git a/src/Imath/half.h b/src/Imath/half.h +index 6b0c7dc..c4a1b03 100644 +--- a/src/Imath/half.h ++++ b/src/Imath/half.h +@@ -177,7 +177,7 @@ + /// floats in question. + /// + +-#if defined(__has_include) ++#if defined(__has_include) && defined(__x86_64__) + # if __has_include() + # include + # elif __has_include() diff --git a/math/Imath/pkg-plist b/math/Imath/pkg-plist index e3193a5a35e6..44b2dd139b1f 100644 --- a/math/Imath/pkg-plist +++ b/math/Imath/pkg-plist @@ -43,10 +43,12 @@ lib/libImath-%%MAJORVER%%.so.%%VER%%.0.%%PLVER%% lib/libImath.so libdata/pkgconfig/Imath.pc %%PYTHON%%include/Imath/PyImath.h +%%PYTHON%%include/Imath/PyImathAPI.h %%PYTHON%%include/Imath/PyImathAutovectorize.h %%PYTHON%%include/Imath/PyImathBasicTypes.h %%PYTHON%%include/Imath/PyImathBox.h %%PYTHON%%include/Imath/PyImathBoxArrayImpl.h +%%PYTHON%%include/Imath/PyImathBufferProtocol.h %%PYTHON%%include/Imath/PyImathColor.h %%PYTHON%%include/Imath/PyImathColor3ArrayImpl.h %%PYTHON%%include/Imath/PyImathColor4Array2DImpl.h @@ -56,6 +58,7 @@ libdata/pkgconfig/Imath.pc %%PYTHON%%include/Imath/PyImathExport.h %%PYTHON%%include/Imath/PyImathFixedArray.h %%PYTHON%%include/Imath/PyImathFixedArray2D.h +%%PYTHON%%include/Imath/PyImathFixedArrayTraits.h %%PYTHON%%include/Imath/PyImathFixedMatrix.h %%PYTHON%%include/Imath/PyImathFixedVArray.h %%PYTHON%%include/Imath/PyImathFrustum.h @@ -67,6 +70,7 @@ libdata/pkgconfig/Imath.pc %%PYTHON%%include/Imath/PyImathOperators.h %%PYTHON%%include/Imath/PyImathPlane.h %%PYTHON%%include/Imath/PyImathQuat.h +%%PYTHON%%include/Imath/PyImathQuatOperators.h %%PYTHON%%include/Imath/PyImathRandom.h %%PYTHON%%include/Imath/PyImathShear.h %%PYTHON%%include/Imath/PyImathStringArray.h