diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2019-10-13 19:52:02 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2019-10-13 19:52:02 +0000 |
commit | 8d2c5a0f6f22c2020825ae6e4a5948be9c7cc870 (patch) | |
tree | ba4709efe3406bdf51cdd4f27bf033eeabe84300 /graphics/openshadinglanguage | |
parent | e57c1305832cdba18a62ab86d392ad7d40b5184e (diff) | |
download | ports-8d2c5a0f6f22c2020825ae6e4a5948be9c7cc870.tar.gz ports-8d2c5a0f6f22c2020825ae6e4a5948be9c7cc870.zip |
Notes
Diffstat (limited to 'graphics/openshadinglanguage')
-rw-r--r-- | graphics/openshadinglanguage/Makefile | 9 | ||||
-rw-r--r-- | graphics/openshadinglanguage/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index 83de69dd1df6..6f092b21cb9b 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -3,7 +3,7 @@ PORTNAME= openshadinglanguage DISTVERSIONPREFIX= Release- -DISTVERSION= 1.10.6 +DISTVERSION= 1.10.7 CATEGORIES= graphics devel MAINTAINER= FreeBSD@Shaneware.biz @@ -11,14 +11,14 @@ COMMENT= Advanced shading language for production GI renderers LICENSE= BSD3CLAUSE -BUILD_DEPENDS= llvm-config60:devel/llvm60 +BUILD_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libtinfo.so:devel/ncurses \ libImath.so:graphics/ilmbase \ libIlmImf.so:graphics/openexr \ libOpenImageIO.so:graphics/openimageio \ libpugixml.so:textproc/pugixml -RUN_DEPENDS= llvm-config60:devel/llvm60 +RUN_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} USES= bison cmake compiler:c++11-lang ncurses python:build USE_LDCONFIG= yes @@ -27,9 +27,10 @@ USE_GITHUB= yes GH_ACCOUNT= imageworks GH_PROJECT= OpenShadingLanguage +LLVM_VER= 80 CMAKE_ON= ENABLERTTI OSL_BUILD_TESTS USE_LLVM_BITCODE USE_LIBCPLUSPLUS CMAKE_OFF= USE_BOOST_WAVE -CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config60" \ +CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config${LLVM_VER}" \ -DCMAKE_INSTALL_DOCDIR:STRING=${DOCSDIR} \ -DUSE_CPP:STRING=11 diff --git a/graphics/openshadinglanguage/distinfo b/graphics/openshadinglanguage/distinfo index 182d9e9b8bab..58cf3418b53a 100644 --- a/graphics/openshadinglanguage/distinfo +++ b/graphics/openshadinglanguage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562389047 -SHA256 (imageworks-OpenShadingLanguage-Release-1.10.6_GH0.tar.gz) = 6ce825e9f224e7cae460a19d2b926700c9db1789e3c765933b426dd0f9562160 -SIZE (imageworks-OpenShadingLanguage-Release-1.10.6_GH0.tar.gz) = 13542960 +TIMESTAMP = 1570088164 +SHA256 (imageworks-OpenShadingLanguage-Release-1.10.7_GH0.tar.gz) = 0c4cce505e2803baa55db11744adb72fad854c2a4cc4f02592f79324ac5bfda1 +SIZE (imageworks-OpenShadingLanguage-Release-1.10.7_GH0.tar.gz) = 13542717 |