graphics/openshadinglanguage: Update to 1.10.5

PR:		237945
Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
This commit is contained in:
Steve Wills 2019-05-23 22:52:01 +00:00
parent 36d3a7d538
commit 47018fe46a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502398
3 changed files with 5 additions and 17 deletions

View File

@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= openshadinglanguage
PORTVERSION= 1.10.2
DISTVERSIONPREFIX= Release-
PORTREVISION= 3
DISTVERSION= 1.10.5
CATEGORIES= graphics devel
MAINTAINER= FreeBSD@Shaneware.biz
@ -39,7 +38,7 @@ OPTIONS_SUB= yes
OSLTOY_DESC= Interactive shader edit and visualize tool
OSLTOY_CMAKE_BOOL= USE_QT
OSLTOY_USES= qt:5
OSLTOY_USE= QT=core,gui,qmake_build,widgets
OSLTOY_USE= QT=buildtools,core,gui,qmake_build,widgets
CXXFLAGS+= -I${STAGEDIR}/include

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543809154
SHA256 (imageworks-OpenShadingLanguage-Release-1.10.2_GH0.tar.gz) = 3693268e70a92422184556506ecdd2fe24833774dfc3ab71886f0c572fde382b
SIZE (imageworks-OpenShadingLanguage-Release-1.10.2_GH0.tar.gz) = 13535571
TIMESTAMP = 1557659269
SHA256 (imageworks-OpenShadingLanguage-Release-1.10.5_GH0.tar.gz) = 7b2e50eb04f33bfa7d69fc36f516db273728cffd4b8248fa8ca14462924a4613
SIZE (imageworks-OpenShadingLanguage-Release-1.10.5_GH0.tar.gz) = 13543151

View File

@ -1,11 +0,0 @@
--- src/liboslexec/llvm_instance.cpp.orig 2016-07-02 00:07:46 UTC
+++ src/liboslexec/llvm_instance.cpp
@@ -1040,7 +1040,7 @@ BackendLLVM::run ()
// Generate the LLVM IR for each layer. Skip unused layers.
m_llvm_local_mem = 0;
llvm::Function* init_func = build_llvm_init ();
- std::vector<llvm::Function*> funcs (nlayers, NULL);
+ std::vector<llvm::Function*> funcs (nlayers, (llvm::Function*)NULL);
for (int layer = 0; layer < nlayers; ++layer) {
set_inst (layer);
if (m_layer_remap[layer] != -1) {