Date: Tue, 14 Sep 2021 14:40:10 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a4d9c5579152 - main - graphics/openshadinglanguage: update to 1.11.15.0 release Message-ID: <202109141440.18EEeAUi054485@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4d9c5579152d2f96c8db7b0154e75bac3adf158 commit a4d9c5579152d2f96c8db7b0154e75bac3adf158 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2021-09-14 14:37:08 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109141440.18EEeAUi054485>