From owner-svn-ports-head@freebsd.org Thu Apr 9 10:42:45 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8E002B6384; Thu, 9 Apr 2020 10:42:45 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48yd5K5Qxtz4Rpc; Thu, 9 Apr 2020 10:42:45 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5989B6C2; Thu, 9 Apr 2020 10:42:45 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 039AgjIZ001907; Thu, 9 Apr 2020 10:42:45 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 039AgjRE001904; Thu, 9 Apr 2020 10:42:45 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202004091042.039AgjRE001904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 9 Apr 2020 10:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531200 - head/graphics/embree X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/graphics/embree X-SVN-Commit-Revision: 531200 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2020 10:42:45 -0000 Author: danfe Date: Thu Apr 9 10:42:44 2020 New Revision: 531200 URL: https://svnweb.freebsd.org/changeset/ports/531200 Log: - Update `graphics/embree' to version 3.9.0 - Explain the need for emptying one *.isph file Reported by: portscout Modified: head/graphics/embree/Makefile head/graphics/embree/distinfo head/graphics/embree/pkg-plist Modified: head/graphics/embree/Makefile ============================================================================== --- head/graphics/embree/Makefile Thu Apr 9 10:38:12 2020 (r531199) +++ head/graphics/embree/Makefile Thu Apr 9 10:42:44 2020 (r531200) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= embree -PORTVERSION= 3.8.0 +PORTVERSION= 3.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -54,6 +53,8 @@ post-patch: ${WRKSRC}/common/simd/vint4_sse2.h @${REINPLACE_CMD} -e 's,#else,#elif defined(MAP_HUGETLB),' \ ${WRKSRC}/common/sys/alloc.cpp +# Avoid "Redefining uint8/uint16/uint32/uint64 type which is part of +# ISPC language since version 1.13" error @${ECHO_CMD} > ${WRKSRC}/tutorials/common/common.isph .include Modified: head/graphics/embree/distinfo ============================================================================== --- head/graphics/embree/distinfo Thu Apr 9 10:38:12 2020 (r531199) +++ head/graphics/embree/distinfo Thu Apr 9 10:42:44 2020 (r531200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580803269 -SHA256 (embree-embree-v3.8.0_GH0.tar.gz) = ae42c08fe05672942083c0b272bfa6915b209eb8c76ae53c8948e2f1f7491e68 -SIZE (embree-embree-v3.8.0_GH0.tar.gz) = 5780945 +TIMESTAMP = 1586234456 +SHA256 (embree-embree-v3.9.0_GH0.tar.gz) = 53855e2ceb639289b20448ae9deab991151aa5f0bc7f9cc02f2af4dd6199d5d1 +SIZE (embree-embree-v3.9.0_GH0.tar.gz) = 13509056 Modified: head/graphics/embree/pkg-plist ============================================================================== --- head/graphics/embree/pkg-plist Thu Apr 9 10:38:12 2020 (r531199) +++ head/graphics/embree/pkg-plist Thu Apr 9 10:42:44 2020 (r531200) @@ -21,6 +21,7 @@ lib/cmake/embree-%%VERSION%%/embree-config.cmake lib/libembree3.so lib/libembree3.so.3 lib/libembree3.so.%%VERSION%% +man/man3/RTCCurveFlags.3embree3.gz man/man3/RTCHit.3embree3.gz man/man3/RTCHitN.3embree3.gz man/man3/RTCQuaternionDecomposition.3embree3.gz @@ -39,6 +40,7 @@ man/man3/RTC_GEOMETRY_TYPE_USER.3embree3.gz man/man3/rtcAttachGeometry.3embree3.gz man/man3/rtcAttachGeometryByID.3embree3.gz man/man3/rtcBuildBVH.3embree3.gz +man/man3/rtcCollide.3embree3.gz man/man3/rtcCommitGeometry.3embree3.gz man/man3/rtcCommitScene.3embree3.gz man/man3/rtcDetachGeometry.3embree3.gz @@ -59,6 +61,7 @@ man/man3/rtcGetGeometryPreviousHalfEdge.3embree3.gz man/man3/rtcGetGeometryTransform.3embree3.gz man/man3/rtcGetGeometryUserData.3embree3.gz man/man3/rtcGetSceneBounds.3embree3.gz +man/man3/rtcGetSceneDevice.3embree3.gz man/man3/rtcGetSceneFlags.3embree3.gz man/man3/rtcGetSceneLinearBounds.3embree3.gz man/man3/rtcInitIntersectContext.3embree3.gz @@ -132,6 +135,8 @@ man/man3/rtcUpdateGeometryBuffer.3embree3.gz %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/readme.pdf +%%PORTDOCS%%%%DOCSDIR%%/third-party-programs-TBB.txt +%%PORTDOCS%%%%DOCSDIR%%/third-party-programs.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/buildbench %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bvh_access %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bvh_builder @@ -169,6 +174,9 @@ man/man3/rtcUpdateGeometryBuffer.3embree3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/curve1.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cylinder.ecs %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/cylinder.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/furBall_A.bin +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/furBall_A.ecs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/furBall_A.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/hair0.ecs %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/hair0.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/hair1.xml @@ -184,6 +192,20 @@ man/man3/rtcUpdateGeometryBuffer.3embree3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/oriented_curve1.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/oriented_curves.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/oriented_hermite_curve_twisted.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_0.ecs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_0.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_1.ecs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_1.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_2.ecs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_3.ecs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_3.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_4.ecs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_4.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_5.ecs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_5.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_6.ecs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/round_line_segments_6.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/subdiv0.ecs %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/subdiv0.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/models/subdiv1.ecs