From owner-dev-commits-ports-all@freebsd.org Tue Sep 14 14:40:11 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 03D3566AB08; Tue, 14 Sep 2021 14:40:11 +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 4H85bt5JxHz3jph; Tue, 14 Sep 2021 14:40:10 +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 8DEF91C856; Tue, 14 Sep 2021 14:40:10 +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 18EEeARG054488; Tue, 14 Sep 2021 14:40:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18EEeAUi054485; Tue, 14 Sep 2021 14:40:10 GMT (envelope-from git) Date: Tue, 14 Sep 2021 14:40:10 GMT Message-Id: <202109141440.18EEeAUi054485@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dima Panov Subject: git: a4d9c5579152 - main - graphics/openshadinglanguage: update to 1.11.15.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fluffy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a4d9c5579152d2f96c8db7b0154e75bac3adf158 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: Tue, 14 Sep 2021 14:40:11 -0000 The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4d9c5579152d2f96c8db7b0154e75bac3adf158 commit a4d9c5579152d2f96c8db7b0154e75bac3adf158 Author: Dima Panov AuthorDate: 2021-09-14 14:37:08 +0000 Commit: Dima Panov CommitDate: 2021-09-14 14:38:57 +0000 graphics/openshadinglanguage: update to 1.11.15.0 release Changelog: * oslc/OSLCompiler: Check for errors when when writing oso (for example, disk volume full). * Fix crash generating closure function calls with LLVM 11. * Build: LLVM 12 compatibility. * Build: Support for CMake 3.20 * Build: Be robust to certain OpenEXR 2.x config fies. * Build: Fixes to deal with newer OIIO builds that are C++14. * Fix library setup for LLVM installations consisting of static libraries. * Fix warnings that occur when compiling with clang and C++17 mode. * CI/testing: Additional CI tests for clang+c++17, gcc11, llvm 12, speed up CI builds by not building the testing components of OIIO. * Changes for compatibility with OpenImageIO 2.3. * Fix potential crashes (or at least undefined behavior) due to missing virtual destructor of internal Symbol type. PR: 258440 Approved by: maintainer --- graphics/openshadinglanguage/Makefile | 3 +-- graphics/openshadinglanguage/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index 0db3049805be..cac0723c870b 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -2,8 +2,7 @@ PORTNAME= openshadinglanguage DISTVERSIONPREFIX= Release- -DISTVERSION= 1.11.13.0 -PORTREVISION= 4 +DISTVERSION= 1.11.15.0 CATEGORIES= graphics devel MAINTAINER= FreeBSD@Shaneware.biz diff --git a/graphics/openshadinglanguage/distinfo b/graphics/openshadinglanguage/distinfo index 9b4e47c5e101..8eb926cc4ea9 100644 --- a/graphics/openshadinglanguage/distinfo +++ b/graphics/openshadinglanguage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618078392 -SHA256 (imageworks-OpenShadingLanguage-Release-1.11.13.0_GH0.tar.gz) = de192571b1b0cb182f108832a9d2acf5682f46248ed3ecc0464d787ccfc097cf -SIZE (imageworks-OpenShadingLanguage-Release-1.11.13.0_GH0.tar.gz) = 14142105 +TIMESTAMP = 1631387445 +SHA256 (imageworks-OpenShadingLanguage-Release-1.11.15.0_GH0.tar.gz) = a10baa2455405f0a6488a915645dd3d006b8471bae6c269796ba5ba6ce863cbc +SIZE (imageworks-OpenShadingLanguage-Release-1.11.15.0_GH0.tar.gz) = 14143372