Skip to content

Commit

Permalink
graphics/openshadinglanguage: update to 1.11.15.0 release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fluffykhv committed Sep 11, 2021
1 parent 948367c commit e16af03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions graphics/openshadinglanguage/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions graphics/openshadinglanguage/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e16af03

Please sign in to comment.