diff --git a/graphics/ospray/Makefile b/graphics/ospray/Makefile index 63d261571411..560b2350d102 100644 --- a/graphics/ospray/Makefile +++ b/graphics/ospray/Makefile @@ -1,38 +1,44 @@ PORTNAME= ospray DISTVERSIONPREFIX= v -DISTVERSION= 2.8.0 -PORTREVISION= 1 +DISTVERSION= 2.9.0 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Ray tracing based rendering engine for high-fidelity visualization LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ispc:devel/ispc LIB_DEPENDS= libbenchmark.so:devel/benchmark \ libembree3.so:graphics/embree \ libglfw.so:graphics/glfw \ libopenvkl.so:graphics/openvkl \ librkcommon.so:devel/rkcommon \ libtbb.so:devel/onetbb -USES= cmake:testing gl pkgconfig readline qt:5 +USES= cmake:testing compiler:c++11-lang gl pkgconfig readline qt:5 USE_GITHUB= yes USE_GL= gl glu USE_QT= core gui opengl qmake_build USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION} -CMAKE_OFF= OSPRAY_APPS_TESTING -CMAKE_TESTING_ON= OSPRAY_APPS_TESTING +CMAKE_OFF= OSPRAY_ENABLE_APPS_TESTING +CMAKE_TESTING_ON= OSPRAY_ENABLE_APPS_TESTING + +OPTIONS_DEFINE= APPS +OPTIONS_DEFAULT= APPS +OPTIONS_SUB= yes + +APPS_DESC= Build apps +APPS_CMAKE_BOOL= OSPRAY_ENABLE_APPS post-patch: # replace alloca.h includes @${FIND} ${WRKSRC} -name "*.c*" -a -exec ${GREP} "#include " {} \; -a -exec ${REINPLACE_CMD} -e "s|#include |#include |" {} \; > /dev/null post-install: @${RM} -r ${STAGEDIR}${PREFIX}/share/doc/OSPRay .include diff --git a/graphics/ospray/distinfo b/graphics/ospray/distinfo index 97dcbb0b1cec..3f448230989f 100644 --- a/graphics/ospray/distinfo +++ b/graphics/ospray/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637719708 -SHA256 (ospray-ospray-v2.8.0_GH0.tar.gz) = 2dabc75446a0e2e970952d325f930853a51a9b4d1868c8135f05552a4ae04d39 -SIZE (ospray-ospray-v2.8.0_GH0.tar.gz) = 1735344 +TIMESTAMP = 1645071340 +SHA256 (ospray-ospray-v2.9.0_GH0.tar.gz) = 0145e09c3618fb8152a32d5f5cff819eb065d90975ee4e35400d2db9eb9f6398 +SIZE (ospray-ospray-v2.9.0_GH0.tar.gz) = 1799001 diff --git a/graphics/ospray/pkg-message b/graphics/ospray/pkg-message new file mode 100644 index 000000000000..4a3eb6363bac --- /dev/null +++ b/graphics/ospray/pkg-message @@ -0,0 +1,10 @@ +[ +{ type: install + message: <