graphics/embree: update Intel Embree to version 3.13.3
Make `pkg-plist' more properly sorted while I am at it. Reported by: portscout
This commit is contained in:
parent
deeaa1845f
commit
030ccb053d
3 changed files with 9 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
|
||||
PORTNAME= embree
|
||||
PORTVERSION= 3.13.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.13.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= graphics
|
||||
|
||||
|
@ -55,7 +54,7 @@ CMAKE_ARGS+= -DEMBREE_ISA_AVX512:BOOL=OFF
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/SET(CMAKE_INSTALL_BINDIR/s,\$$.*),${EXAMPLESDIR}),' \
|
||||
'/SET(CMAKE_INSTALL_BINDIR/s,\$$.*),${EXAMPLESDIR}"),' \
|
||||
${WRKSRC}/common/cmake/package.cmake
|
||||
@${REINPLACE_CMD} -e 's,Win32,${OPSYS},gi' \
|
||||
${WRKSRC}/common/simd/vint4_sse2.h
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1635265868
|
||||
SHA256 (embree-embree-v3.13.2_GH0.tar.gz) = dcda827e5b7a606c29d00c1339f1ef00f7fa6867346bc46a2318e8f0a601c6f9
|
||||
SIZE (embree-embree-v3.13.2_GH0.tar.gz) = 13716621
|
||||
TIMESTAMP = 1644560168
|
||||
SHA256 (embree-embree-v3.13.3_GH0.tar.gz) = 74ec785afb8f14d28ea5e0773544572c8df2e899caccdfc88509f1bfff58716f
|
||||
SIZE (embree-embree-v3.13.3_GH0.tar.gz) = 13712462
|
||||
|
|
|
@ -174,10 +174,10 @@ man/man3/rtcUpdateGeometryBuffer.3embree3.gz
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cornell_box.ecs
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cornell_box.mtl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cornell_box.obj
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cornell_box_instanced.ecs
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cornell_box_instanced.xml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cornell_box.xml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cornell_box.xml.bin
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cornell_box_instanced.ecs
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cornell_box_instanced.xml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cornell_box_mblur.xml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cornell_box_mblur.xml.bin
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/curve0.xml
|
||||
|
@ -208,6 +208,8 @@ man/man3/rtcUpdateGeometryBuffer.3embree3.gz
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/oriented_bspline_curve_twisted.xml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/oriented_curve0.xml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/oriented_curve1.xml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/oriented_curve_large_curvature.ecs
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/oriented_curve_large_curvature.xml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/oriented_curves.xml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/oriented_hermite_curve_twisted.xml
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/points.ecs
|
||||
|
|
Loading…
Reference in a new issue