notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
embree Collection of high-performance ray tracing kernels
3.13.5_6 graphics on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.13.5_6Version of this port present on the latest quarterly branch.
Maintainer: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-10-11 21:17:21
Last Update: 2023-11-28 11:35:02
Commit Hash: cf5d9b8
People watching this port, also watch:: rubygem-optimist, ladspa, gstreamer1-plugins-pango, en-hunspell, py39-pycparser
License: APACHE20
WWW:
https://www.embree.org/
Description:
Embree is a collection of high-performance ray tracing kernels developed at Intel. The target users of Embree are graphics application engineers that want to improve the performance of their application by leveraging the optimized ray tracing kernels of Embree. These kernels are optimized for photo-realistic rendering on the latest Intel processors with support for SSE, AVX, AVX2, AVX512, and the 16-wide Intel Xeon Phi coprocessor vector instructions. Embree supports applications written with the Intel SPMD Program Compiler (ISPC, available as `devel/ispc' port) by also providing an ISPC interface to the core ray tracing algorithms.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (290 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/embree-3.13.5_6/catalog.mk
  3. /usr/local/share/licenses/embree-3.13.5_6/LICENSE
  4. /usr/local/share/licenses/embree-3.13.5_6/APACHE20
  5. include/embree3/rtcore.h
  6. include/embree3/rtcore.isph
  7. include/embree3/rtcore_buffer.h
  8. include/embree3/rtcore_buffer.isph
  9. include/embree3/rtcore_builder.h
  10. include/embree3/rtcore_common.h
  11. include/embree3/rtcore_common.isph
  12. include/embree3/rtcore_config.h
  13. include/embree3/rtcore_device.h
  14. include/embree3/rtcore_device.isph
  15. include/embree3/rtcore_geometry.h
  16. include/embree3/rtcore_geometry.isph
  17. include/embree3/rtcore_quaternion.h
  18. include/embree3/rtcore_quaternion.isph
  19. include/embree3/rtcore_ray.h
  20. include/embree3/rtcore_ray.isph
  21. include/embree3/rtcore_scene.h
  22. include/embree3/rtcore_scene.isph
  23. lib/cmake/embree-3.13.5/embree-config-version.cmake
  24. lib/cmake/embree-3.13.5/embree-config.cmake
  25. lib/cmake/embree-3.13.5/embree-targets-release.cmake
  26. lib/cmake/embree-3.13.5/embree-targets.cmake
  27. lib/libembree3.so
  28. lib/libembree3.so.3
  29. lib/libembree3.so.3.13.5
  30. share/man/man3/RTCBufferType.3embree3.gz
  31. share/man/man3/RTCCurveFlags.3embree3.gz
  32. share/man/man3/RTCFormat.3embree3.gz
  33. share/man/man3/RTCHit.3embree3.gz
  34. share/man/man3/RTCHitN.3embree3.gz
  35. share/man/man3/RTCQuaternionDecomposition.3embree3.gz
  36. share/man/man3/RTCRay.3embree3.gz
  37. share/man/man3/RTCRayHit.3embree3.gz
  38. share/man/man3/RTCRayHitN.3embree3.gz
  39. share/man/man3/RTCRayN.3embree3.gz
  40. share/man/man3/RTC_GEOMETRY_TYPE_CURVE.3embree3.gz
  41. share/man/man3/RTC_GEOMETRY_TYPE_GRID.3embree3.gz
  42. share/man/man3/RTC_GEOMETRY_TYPE_INSTANCE.3embree3.gz
  43. share/man/man3/RTC_GEOMETRY_TYPE_POINT.3embree3.gz
  44. share/man/man3/RTC_GEOMETRY_TYPE_QUAD.3embree3.gz
  45. share/man/man3/RTC_GEOMETRY_TYPE_SUBDIVISION.3embree3.gz
  46. share/man/man3/RTC_GEOMETRY_TYPE_TRIANGLE.3embree3.gz
  47. share/man/man3/RTC_GEOMETRY_TYPE_USER.3embree3.gz
  48. share/man/man3/rtcAttachGeometry.3embree3.gz
  49. share/man/man3/rtcAttachGeometryByID.3embree3.gz
  50. share/man/man3/rtcBuildBVH.3embree3.gz
  51. share/man/man3/rtcCollide.3embree3.gz
  52. share/man/man3/rtcCommitGeometry.3embree3.gz
  53. share/man/man3/rtcCommitScene.3embree3.gz
  54. share/man/man3/rtcDetachGeometry.3embree3.gz
  55. share/man/man3/rtcDisableGeometry.3embree3.gz
  56. share/man/man3/rtcEnableGeometry.3embree3.gz
  57. share/man/man3/rtcFilterIntersection.3embree3.gz
  58. share/man/man3/rtcFilterOcclusion.3embree3.gz
  59. share/man/man3/rtcGetBufferData.3embree3.gz
  60. share/man/man3/rtcGetDeviceError.3embree3.gz
  61. share/man/man3/rtcGetDeviceProperty.3embree3.gz
  62. share/man/man3/rtcGetGeometry.3embree3.gz
  63. share/man/man3/rtcGetGeometryBufferData.3embree3.gz
  64. share/man/man3/rtcGetGeometryFace.3embree3.gz
  65. share/man/man3/rtcGetGeometryFirstHalfEdge.3embree3.gz
  66. share/man/man3/rtcGetGeometryNextHalfEdge.3embree3.gz
  67. share/man/man3/rtcGetGeometryOppositeHalfEdge.3embree3.gz
  68. share/man/man3/rtcGetGeometryPreviousHalfEdge.3embree3.gz
  69. share/man/man3/rtcGetGeometryThreadSafe.3embree3.gz
  70. share/man/man3/rtcGetGeometryTransform.3embree3.gz
  71. share/man/man3/rtcGetGeometryUserData.3embree3.gz
  72. share/man/man3/rtcGetSceneBounds.3embree3.gz
  73. share/man/man3/rtcGetSceneDevice.3embree3.gz
  74. share/man/man3/rtcGetSceneFlags.3embree3.gz
  75. share/man/man3/rtcGetSceneLinearBounds.3embree3.gz
  76. share/man/man3/rtcInitIntersectContext.3embree3.gz
  77. share/man/man3/rtcInitPointQueryContext.3embree3.gz
  78. share/man/man3/rtcInitQuaternionDecomposition.3embree3.gz
  79. share/man/man3/rtcInterpolate.3embree3.gz
  80. share/man/man3/rtcInterpolateN.3embree3.gz
  81. share/man/man3/rtcIntersect1.3embree3.gz
  82. share/man/man3/rtcIntersect1M.3embree3.gz
  83. share/man/man3/rtcIntersect1Mp.3embree3.gz
  84. share/man/man3/rtcIntersect4.3embree3.gz
  85. share/man/man3/rtcIntersectNM.3embree3.gz
  86. share/man/man3/rtcIntersectNp.3embree3.gz
  87. share/man/man3/rtcJoinCommitScene.3embree3.gz
  88. share/man/man3/rtcNewBVH.3embree3.gz
  89. share/man/man3/rtcNewBuffer.3embree3.gz
  90. share/man/man3/rtcNewDevice.3embree3.gz
  91. share/man/man3/rtcNewGeometry.3embree3.gz
  92. share/man/man3/rtcNewScene.3embree3.gz
  93. share/man/man3/rtcNewSharedBuffer.3embree3.gz
  94. share/man/man3/rtcOccluded1.3embree3.gz
  95. share/man/man3/rtcOccluded1M.3embree3.gz
  96. share/man/man3/rtcOccluded1Mp.3embree3.gz
  97. share/man/man3/rtcOccluded4.3embree3.gz
  98. share/man/man3/rtcOccludedNM.3embree3.gz
  99. share/man/man3/rtcOccludedNp.3embree3.gz
  100. share/man/man3/rtcPointQuery.3embree3.gz
  101. share/man/man3/rtcPointQuery4.3embree3.gz
  102. share/man/man3/rtcReleaseBVH.3embree3.gz
  103. share/man/man3/rtcReleaseBuffer.3embree3.gz
  104. share/man/man3/rtcReleaseDevice.3embree3.gz
  105. share/man/man3/rtcReleaseGeometry.3embree3.gz
  106. share/man/man3/rtcReleaseScene.3embree3.gz
  107. share/man/man3/rtcRetainBVH.3embree3.gz
  108. share/man/man3/rtcRetainBuffer.3embree3.gz
  109. share/man/man3/rtcRetainDevice.3embree3.gz
  110. share/man/man3/rtcRetainGeometry.3embree3.gz
  111. share/man/man3/rtcRetainScene.3embree3.gz
  112. share/man/man3/rtcSetDeviceErrorFunction.3embree3.gz
  113. share/man/man3/rtcSetDeviceMemoryMonitorFunction.3embree3.gz
  114. share/man/man3/rtcSetGeometryBoundsFunction.3embree3.gz
  115. share/man/man3/rtcSetGeometryBuffer.3embree3.gz
  116. share/man/man3/rtcSetGeometryBuildQuality.3embree3.gz
  117. share/man/man3/rtcSetGeometryDisplacementFunction.3embree3.gz
  118. share/man/man3/rtcSetGeometryInstancedScene.3embree3.gz
  119. share/man/man3/rtcSetGeometryIntersectFilterFunction.3embree3.gz
  120. share/man/man3/rtcSetGeometryIntersectFunction.3embree3.gz
  121. share/man/man3/rtcSetGeometryMask.3embree3.gz
  122. share/man/man3/rtcSetGeometryMaxRadiusScale.3embree3.gz
  123. share/man/man3/rtcSetGeometryOccludedFilterFunction.3embree3.gz
  124. share/man/man3/rtcSetGeometryOccludedFunction.3embree3.gz
  125. share/man/man3/rtcSetGeometryPointQueryFunction.3embree3.gz
  126. share/man/man3/rtcSetGeometrySubdivisionMode.3embree3.gz
  127. share/man/man3/rtcSetGeometryTessellationRate.3embree3.gz
  128. share/man/man3/rtcSetGeometryTimeRange.3embree3.gz
  129. share/man/man3/rtcSetGeometryTimeStepCount.3embree3.gz
  130. share/man/man3/rtcSetGeometryTopologyCount.3embree3.gz
  131. share/man/man3/rtcSetGeometryTransform.3embree3.gz
  132. share/man/man3/rtcSetGeometryTransformQuaternion.3embree3.gz
  133. share/man/man3/rtcSetGeometryUserData.3embree3.gz
  134. share/man/man3/rtcSetGeometryUserPrimitiveCount.3embree3.gz
  135. share/man/man3/rtcSetGeometryVertexAttributeCount.3embree3.gz
  136. share/man/man3/rtcSetGeometryVertexAttributeTopology.3embree3.gz
  137. share/man/man3/rtcSetNewGeometryBuffer.3embree3.gz
  138. share/man/man3/rtcSetSceneBuildQuality.3embree3.gz
  139. share/man/man3/rtcSetSceneFlags.3embree3.gz
  140. share/man/man3/rtcSetSceneProgressMonitorFunction.3embree3.gz
  141. share/man/man3/rtcSetSharedGeometryBuffer.3embree3.gz
  142. share/man/man3/rtcUpdateGeometryBuffer.3embree3.gz
  143. share/doc/embree/CHANGELOG.md
  144. share/doc/embree/LICENSE.txt
  145. share/doc/embree/README.md
  146. share/doc/embree/readme.pdf
  147. share/doc/embree/third-party-programs-TBB.txt
  148. share/doc/embree/third-party-programs.txt
  149. share/examples/embree/buildbench
  150. share/examples/embree/bvh_access
  151. share/examples/embree/bvh_builder
  152. share/examples/embree/closest_point
  153. share/examples/embree/closest_point_ispc
  154. share/examples/embree/collide
  155. share/examples/embree/convert
  156. share/examples/embree/curve_geometry
  157. share/examples/embree/curve_geometry_ispc
  158. share/examples/embree/displacement_geometry
  159. share/examples/embree/displacement_geometry_ispc
  160. share/examples/embree/dynamic_scene
  161. share/examples/embree/dynamic_scene_ispc
  162. share/examples/embree/embree_tests
  163. share/examples/embree/embree_verify
  164. share/examples/embree/grid_geometry
  165. share/examples/embree/grid_geometry_ispc
  166. share/examples/embree/hair_geometry
  167. share/examples/embree/hair_geometry_ispc
  168. share/examples/embree/instanced_geometry
  169. share/examples/embree/instanced_geometry_ispc
  170. share/examples/embree/interpolation
  171. share/examples/embree/interpolation_ispc
  172. share/examples/embree/intersection_filter
  173. share/examples/embree/intersection_filter_ispc
  174. share/examples/embree/lazy_geometry
  175. share/examples/embree/lazy_geometry_ispc
  176. share/examples/embree/minimal
  177. share/examples/embree/models/build.bench
  178. share/examples/embree/models/cornell_box.ecs
  179. share/examples/embree/models/cornell_box.mtl
  180. share/examples/embree/models/cornell_box.obj
  181. share/examples/embree/models/cornell_box.xml
  182. share/examples/embree/models/cornell_box.xml.bin
  183. share/examples/embree/models/cornell_box_instanced.ecs
  184. share/examples/embree/models/cornell_box_instanced.xml
  185. share/examples/embree/models/cornell_box_mblur.xml
  186. share/examples/embree/models/cornell_box_mblur.xml.bin
  187. share/examples/embree/models/curve0.xml
  188. share/examples/embree/models/curve1.xml
  189. share/examples/embree/models/curve_flat.ecs
  190. share/examples/embree/models/curve_flat.xml
  191. share/examples/embree/models/curve_geometry.xml
  192. share/examples/embree/models/curve_oriented.ecs
  193. share/examples/embree/models/curve_oriented.xml
  194. share/examples/embree/models/curve_round.ecs
  195. share/examples/embree/models/curve_round.xml
  196. share/examples/embree/models/cylinder.ecs
  197. share/examples/embree/models/cylinder.xml
  198. share/examples/embree/models/furBall_A.bin
  199. share/examples/embree/models/furBall_A.ecs
  200. share/examples/embree/models/furBall_A.xml
  201. share/examples/embree/models/hair0.ecs
  202. share/examples/embree/models/hair0.xml
  203. share/examples/embree/models/hair1.ecs
  204. share/examples/embree/models/hair1.xml
  205. share/examples/embree/models/linesegments.ecs
  206. share/examples/embree/models/linesegments.xml
  207. share/examples/embree/models/mblur_time_range_curve.xml
  208. share/examples/embree/models/mblur_time_range_grid.xml
  209. share/examples/embree/models/mblur_time_range_line.xml
  210. share/examples/embree/models/mblur_time_range_quad.xml
  211. share/examples/embree/models/mblur_time_range_triangle.xml
  212. share/examples/embree/models/oriented_bspline_curve_twisted.xml
  213. share/examples/embree/models/oriented_curve0.xml
  214. share/examples/embree/models/oriented_curve1.xml
  215. share/examples/embree/models/oriented_curve_large_curvature.ecs
  216. share/examples/embree/models/oriented_curve_large_curvature.xml
  217. share/examples/embree/models/oriented_curves.xml
  218. share/examples/embree/models/oriented_hermite_curve_twisted.xml
  219. share/examples/embree/models/points.ecs
  220. share/examples/embree/models/points.xml
  221. share/examples/embree/models/round_line_segments_0.ecs
  222. share/examples/embree/models/round_line_segments_0.xml
  223. share/examples/embree/models/round_line_segments_1.ecs
  224. share/examples/embree/models/round_line_segments_1.xml
  225. share/examples/embree/models/round_line_segments_2.ecs
  226. share/examples/embree/models/round_line_segments_2.xml
  227. share/examples/embree/models/round_line_segments_3.ecs
  228. share/examples/embree/models/round_line_segments_3.xml
  229. share/examples/embree/models/round_line_segments_4.ecs
  230. share/examples/embree/models/round_line_segments_4.xml
  231. share/examples/embree/models/round_line_segments_5.ecs
  232. share/examples/embree/models/round_line_segments_5.xml
  233. share/examples/embree/models/round_line_segments_6.ecs
  234. share/examples/embree/models/round_line_segments_6.xml
  235. share/examples/embree/models/subdiv0.ecs
  236. share/examples/embree/models/subdiv0.xml
  237. share/examples/embree/models/subdiv1.ecs
  238. share/examples/embree/models/subdiv1.xml
  239. share/examples/embree/models/subdiv3.ecs
  240. share/examples/embree/models/subdiv3.xml
  241. share/examples/embree/models/subdiv4.ecs
  242. share/examples/embree/models/subdiv4.xml
  243. share/examples/embree/models/subdiv5.ecs
  244. share/examples/embree/models/subdiv5.xml
  245. share/examples/embree/models/subdiv6.ecs
  246. share/examples/embree/models/subdiv6.xml
  247. share/examples/embree/models/subdiv7.ecs
  248. share/examples/embree/models/subdiv7.xml
  249. share/examples/embree/models/subdiv8.ecs
  250. share/examples/embree/models/subdiv8.xml
  251. share/examples/embree/models/subdiv9.ecs
  252. share/examples/embree/models/subdiv9.xml
  253. share/examples/embree/models/subdiv_no_boundary.ecs
  254. share/examples/embree/models/subdiv_no_boundary.xml
  255. share/examples/embree/models/subdiv_pin_all.ecs
  256. share/examples/embree/models/subdiv_pin_all.xml
  257. share/examples/embree/models/subdiv_pin_boundary.ecs
  258. share/examples/embree/models/subdiv_pin_boundary.xml
  259. share/examples/embree/models/subdiv_pin_corners.ecs
  260. share/examples/embree/models/subdiv_pin_corners.xml
  261. share/examples/embree/models/subdiv_smooth_boundary.ecs
  262. share/examples/embree/models/subdiv_smooth_boundary.xml
  263. share/examples/embree/models/trace.bench
  264. share/examples/embree/motion_blur_geometry
  265. share/examples/embree/motion_blur_geometry_ispc
  266. share/examples/embree/multiscene_geometry
  267. share/examples/embree/next_hit
  268. share/examples/embree/pathtracer
  269. share/examples/embree/pathtracer_ispc
  270. share/examples/embree/point_geometry
  271. share/examples/embree/point_geometry_ispc
  272. share/examples/embree/quaternion_motion_blur
  273. share/examples/embree/quaternion_motion_blur_ispc
  274. share/examples/embree/subdivision_geometry
  275. share/examples/embree/subdivision_geometry_ispc
  276. share/examples/embree/triangle_geometry
  277. share/examples/embree/triangle_geometry_ispc
  278. share/examples/embree/user_geometry
  279. share/examples/embree/user_geometry_ispc
  280. share/examples/embree/viewer
  281. share/examples/embree/viewer_anim
  282. share/examples/embree/viewer_anim_ispc
  283. share/examples/embree/viewer_ispc
  284. share/examples/embree/viewer_stream
  285. share/examples/embree/viewer_stream_ispc
  286. share/examples/embree/voronoi
  287. share/examples/embree/voronoi_ispc
  288. @owner
  289. @group
  290. @mode
Collapse this list.
Dependency lines:
  • embree>0:graphics/embree
To install the port:
cd /usr/ports/graphics/embree/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/embree
  • pkg install embree
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: embree
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64 i386
distinfo:
TIMESTAMP = 1662619243 SHA256 (embree-embree-v3.13.5_GH0.tar.gz) = b8c22d275d9128741265537c559d0ea73074adbf2f2b66b0a766ca52c52d665b SIZE (embree-embree-v3.13.5_GH0.tar.gz) = 13739115

Packages (timestamps in pop-ups are UTC):
embree
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-3.13.5_6--3.13.5_6---
FreeBSD:13:quarterly-3.13.5_6--3.13.5_6---
FreeBSD:14:latest-3.13.5_6--3.13.5_6---
FreeBSD:14:quarterly-3.13.5_6--3.13.5_6---
FreeBSD:15:latest-3.13.5_6n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ispc : devel/ispc
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
  5. xorgproto>=0 : x11/xorgproto
  6. xorgproto>=0 : x11/xorgproto
  7. x11.pc : x11/libX11
  8. xau.pc : x11/libXau
  9. xcb.pc : x11/libxcb
  10. xdmcp.pc : x11/libXdmcp
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. xau.pc : x11/libXau
  3. xcb.pc : x11/libxcb
  4. xdmcp.pc : x11/libXdmcp
Library dependencies:
  1. libglfw.so : graphics/glfw
  2. libpng.so : graphics/png
  3. libtbb.so : devel/onetbb
  4. libGL.so : graphics/libglvnd
  5. libGLU.so : graphics/libGLU
  6. libglut.so : graphics/freeglut
  7. libjpeg.so : graphics/jpeg-turbo
This port is required by:
for Libraries
  1. graphics/blender
  2. graphics/openpgl
  3. graphics/openvkl
  4. graphics/ospray
  5. science/py-fresnel
  6. science/ttk

Deleted ports which required this port:

Expand this list of 4 deleted ports
  1. graphics/blender-lts28*
  2. graphics/blender-lts29*
  3. graphics/luxrender*
  4. graphics/py-pyembree*
  5. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for embree-3.13.5_6: BACKFACE_CULLING=off: Enable back-face culling (BFC) DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ISPC=on: ISPC applications support TBB=on: Use Intel TBB (optimal performance) ===> Use 'make config' to modify these settings
Options name:
graphics_embree
USES:
cmake pkgconfig gl jpeg xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/embree/embree/tar.gz/v3.13.5?dummy=/
Collapse this list.

Number of commits found: 53

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.13.5_6
28 Nov 2023 11:35:02
commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.11.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0
3.13.5_5
21 Aug 2023 10:09:23
commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.10.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0
3.13.5_4
09 May 2023 10:25:26
commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.9.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0
3.13.5_3
03 Mar 2023 15:01:50
commit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37ec files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.8.0

Also:
- bump dependent ports' revisions
- fix build when WITH_DEBUG is set

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
3.13.5_2
03 Nov 2022 11:32:41
commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.7.0

and bump dependent ports' revisions.

Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
3.13.5_1
28 Sep 2022 10:28:09
commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.6.0

and bump dependent ports' revisions.

Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md
3.13.5
18 Sep 2022 09:10:32
commit hash: dcce6ad3a27eb0dfbf75cf0e2225fba5f99f35afcommit hash: dcce6ad3a27eb0dfbf75cf0e2225fba5f99f35afcommit hash: dcce6ad3a27eb0dfbf75cf0e2225fba5f99f35afcommit hash: dcce6ad3a27eb0dfbf75cf0e2225fba5f99f35af files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
graphics/embree: update Intel Embree to version 3.13.5

Reported by:	portscout
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.13.4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.13.4
20 Jul 2022 14:22:04
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.13.4
24 Jun 2022 02:52:18
commit hash: cf1a024b89728cb4f2ea8c65ff4e74648d421d71commit hash: cf1a024b89728cb4f2ea8c65ff4e74648d421d71commit hash: cf1a024b89728cb4f2ea8c65ff4e74648d421d71commit hash: cf1a024b89728cb4f2ea8c65ff4e74648d421d71 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
graphics/embree: update Intel Embree to version 3.13.4.

Reported by:	portscout
3.13.3
16 May 2022 06:49:43
commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 files touched by this commit
Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.23.0

Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
3.13.3
13 Feb 2022 05:54:06
commit hash: 030ccb053d6373af56308f9ff8888e9d84c332edcommit hash: 030ccb053d6373af56308f9ff8888e9d84c332edcommit hash: 030ccb053d6373af56308f9ff8888e9d84c332edcommit hash: 030ccb053d6373af56308f9ff8888e9d84c332ed files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
graphics/embree: update Intel Embree to version 3.13.3

Make `pkg-plist' more properly sorted while I am at it.

Reported by:	portscout
3.13.2_2
05 Jan 2022 16:43:54
commit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4c files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.5.0

and bump dependent ports' revisions
3.13.2_1
09 Dec 2021 03:56:02
commit hash: 8b60d24e9b0a874e659430b636c30be008f3dfa0commit hash: 8b60d24e9b0a874e659430b636c30be008f3dfa0commit hash: 8b60d24e9b0a874e659430b636c30be008f3dfa0commit hash: 8b60d24e9b0a874e659430b636c30be008f3dfa0 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
graphics/embree: change default selection of the port's options (+)

OSPray, an allegedly important raytracing library, explicitly requires
Embree to be built with ISPC support and back-face culling disabled.

This might or might not affect other 3D applications and, particularly,
Blender, but could not reach Shane for his opinion in due time.

Requested by:	yuri
PR:		260031
3.13.2
05 Nov 2021 01:26:04
commit hash: 2fb8a4999bd5bfed0c397326fe42b768e17be114commit hash: 2fb8a4999bd5bfed0c397326fe42b768e17be114commit hash: 2fb8a4999bd5bfed0c397326fe42b768e17be114commit hash: 2fb8a4999bd5bfed0c397326fe42b768e17be114 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
graphics/embree: update Intel Embree to version 3.13.2.

Reported by:	portscout
3.13.1_1
10 Oct 2021 15:11:27
commit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3a files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.4.0

Release notes:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
3.13.1
15 Aug 2021 00:02:15
commit hash: dce2c71d131f16139966347f87014611e03134adcommit hash: dce2c71d131f16139966347f87014611e03134adcommit hash: dce2c71d131f16139966347f87014611e03134adcommit hash: dce2c71d131f16139966347f87014611e03134ad files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
graphics/embree: update Intel Embree to version 3.13.1.

Reported by:	portscout
3.13.0_2
09 Jul 2021 11:05:19
commit hash: 0da9b8bd43709541d0a7eba2d5e3dcc11b420650commit hash: 0da9b8bd43709541d0a7eba2d5e3dcc11b420650commit hash: 0da9b8bd43709541d0a7eba2d5e3dcc11b420650commit hash: 0da9b8bd43709541d0a7eba2d5e3dcc11b420650 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.3.0

Release notes:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
3.13.0_1
22 Jun 2021 18:53:08
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
3.13.0
11 May 2021 07:55:05
commit hash: f88a18c34566a7ff367a2af874b5fa02238280f0commit hash: f88a18c34566a7ff367a2af874b5fa02238280f0commit hash: f88a18c34566a7ff367a2af874b5fa02238280f0commit hash: f88a18c34566a7ff367a2af874b5fa02238280f0 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
Update `graphics/embree' to version 3.13.0.

Reported by:	portscout
3.12.2_1
14 Apr 2021 10:08:05
commit hash: 9ee84848094757a07a41aefc97967e6ae1a43039commit hash: 9ee84848094757a07a41aefc97967e6ae1a43039commit hash: 9ee84848094757a07a41aefc97967e6ae1a43039commit hash: 9ee84848094757a07a41aefc97967e6ae1a43039 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.2.0 and bump dependencies

Changelog:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
3.12.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.12.2
13 Mar 2021 14:26:12
Revision:568250Original commit files touched by this commit
danfe search for other commits by this committer
- Update `graphics/embree' port to the latest version 3.12.2
- Add `do-test' target and reindent some lines for better looks
3.12.1_1
19 Feb 2021 15:14:46
Revision:566074Original commit files touched by this commit
martymac search for other commits by this committer
Introduce devel/onetbb and mark devel/tbb as legacy

Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
several interfaces over tbb 2020, breaking most dependent ports.

Old tbb 2020 will be kept for a certain time to allow transition but will be
removed in a near future as it CONFLICTS with devel/onetbb. New ports should
now use devel/onetbb instead of devel/tbb.

We tried to move a maximum number of dependent ports to devel/onetbb (or
disable dependency when not possible), but some of them still remain stuck
to devel/tbb. Remaining ones have not been identified as major dependencies
themselves and will be fixed as soon as updates are available from upstream.

PR:		252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
	252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
	252684 [7], 252785 [7]
Approved by:	yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
	maintainer timeout [7]

[1]
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
[2]
https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html
3.12.1
15 Oct 2020 15:03:24
Revision:552420Original commit files touched by this commit
danfe search for other commits by this committer
Update to version 3.12.1.

Reported by:	portscout
3.12.0
30 Sep 2020 19:29:29
Revision:550736Original commit files touched by this commit
danfe search for other commits by this committer
Update to version 3.12.0.

Reported by:	portscout
3.10.0_1
17 Jul 2020 10:12:26
Revision:542423Original commit files touched by this commit
martymac search for other commits by this committer
Update devel/tbb to 2020.3 and bump dependent ports' revisions

Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES
3.10.0
11 May 2020 10:55:31
Revision:534902Original commit files touched by this commit
danfe search for other commits by this committer
- Update `graphics/embree' to version 3.10.0 (*)
- Drop couple of in-place "patches", that code had been fixed upstream
- Use LLVM's objdump(1) if available since obsolete GNU binutils version
  2.17.50 is going to be removed from the base
- Switch to Intel TBB as default tasking system for optimal performance,
  but allow to use the internal one if needed

Reported by:	portscout (*)
3.9.0
09 Apr 2020 10:42:45
Revision:531200Original commit files touched by this commit
danfe search for other commits by this committer
- Update `graphics/embree' to version 3.9.0
- Explain the need for emptying one *.isph file

Reported by:	portscout
3.8.0_1
21 Feb 2020 07:51:24
Revision:526610Original commit files touched by this commit
danfe search for other commits by this committer
Build `graphics/embree' with two extra features enabled which are commonly
required by various 3D software, particularly, `graphics/blender'.

PR:	244190
3.8.0
10 Feb 2020 17:26:57
Revision:525724Original commit files touched by this commit
danfe search for other commits by this committer
- Update `graphics/embree' to the latest version 3.8.0 (unfortunately,
  the new API is not backward compatible with the version 2 API; this
  was required to remove various deprecated API functions that had
  accumulated over time, fix suboptimal design decisions and mistakes,
  clean up inconsistent naming, increase flexibility, etc.
- Install tutorials as port examples; install documentation files into
  the standard location instead of overriding the default DOCSDIR
- Drop no longer used `graphics/ImageMagick' dependency: BMP, GIF, PNG,
  TGA, and TIFF formats are handled by the OpenImageIO now, but it is
  somewhat heavy dependency and is disabled upstream by default, so do
  the same (au contraire, JPEG and PNG are enabled unconditionally as
  being backed by very common and light packages)

PR:	239314 (based on)
2.17.6
07 Sep 2019 13:50:52
Revision:511408Original commit files touched by this commit
rene search for other commits by this committer
graphics/embree: fix build by disabling the ISPC option [1]

While here, pet portlint and modernize USES
2.17.6
04 Aug 2019 09:07:48
Revision:508082Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
2.17.6
17 Mar 2019 08:13:31
Revision:496026Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to link

/usr/bin/ld: libtutorial_device_ispc.a(tutorial_device.dev_sse2.o): relocation
R_X86_64_PC32 against `__stdoutp@@FBSD_1.0' can not be used when making a shared
object

Reported by:	pkg-fallout
2.17.6
20 Nov 2018 07:15:29
Revision:485414Original commit files touched by this commit
danfe search for other commits by this committer
Update `graphics/embree' to version 2.17.6.

Discovered via:	repology.org
2.17.5_1
10 Nov 2018 19:57:08
Revision:484640Original commit files touched by this commit
kwm search for other commits by this committer
Update ImageMagick to 6.9.10.14 [1]

* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
2.17.5_1
11 Sep 2018 18:34:28
Revision:479538Original commit files touched by this commit
zeising search for other commits by this committer
Change x11/xorgproto to become a build dep

Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained
from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
2.17.5
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2.17.5
05 Aug 2018 16:40:25
Revision:476418Original commit files touched by this commit
danfe search for other commits by this committer
Update `graphics/embree' to version 2.17.5:

  - Improved watertightness of robust mode
  - Fixed floating point exception in static variable initialization
  - Fixed AVX512 compile issue with GCC 6.1.1
2.17.3
01 Mar 2018 03:40:12
Revision:463278Original commit files touched by this commit
danfe search for other commits by this committer
Update `graphics/embree' to version 2.17.3.

Reported by:	portscout
2.17.1
29 Dec 2017 16:46:46
Revision:457515Original commit files touched by this commit
danfe search for other commits by this committer
- Belatedly update `graphics/embree' to the latest version, 2.17.1
- Add ISPC option and enable it by default (this pulls rather heavy
  `devel/llvm50' via BUILD_DEPENDS and normally would not be enabled
  by default, but since Embree is most likely to be used in graphics
  applications, it is safe to assume that users already have LLVM 5
  installed because X.org/Mesa stack unconditionally requires it)
- OpenEXR support was removed upstream since version 2.13.0 back in
  November 11, 2016: https://github.com/embree/embree/commit/483491e
  (as usual, unfortunately, no explanation was provided in the log)
- Remove CXXFLAGS+=-msse2 required for i386 earlier, not needed now
- Add missing USE_GL, USE_XORG components as prompted by `stage-qa'

PR:	214577, 224066

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1510648523 which corresponds to commit 90e49f2 tagged
as this release.
2.12.0_1
23 May 2017 05:03:16
Revision:441503Original commit files touched by this commit
rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2.12.0
01 Jan 2017 03:45:13
Revision:430235Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
2.12.0
14 Nov 2016 07:48:32
Revision:426090Original commit files touched by this commit
danfe search for other commits by this committer
Update to version 2.12.0 which contains a number of improvements and fixes,
including large memory consumption fix (issue was introduced in v2.11.0).
If you use v2.11.0 please upgrade to v2.12.0 at your earliest convenience.
While here, pacify portlint(1).

Reported by:	portscout

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1476794305 which corresponds to commit 39d72c4 tagged
as this release.
2.11.0
17 Oct 2016 10:38:50
Revision:424104Original commit files touched by this commit
danfe search for other commits by this committer
- Update `graphics/embree' to version 2.11.0
- GC patches (all of them got integrated upstream)
- Rename IMAGE_MAGICK option to a standard IMAGEMAGICK, but keep custom
  description which is more specific and follows internal one

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1472729819 which corresponds to commit aa318b0 tagged
as this release.
2.10.0_1
01 Jun 2016 14:16:13
Revision:416244Original commit files touched by this commit
danfe search for other commits by this committer
Fix installed header by replacing vendor-specific (mainly MSVC) keyword
`__forceinline' with `inline __attribute__((always_inline))', which is
how upstream originally defines it in order to be understood by both
Clang and GCC, and don't force CHOSEN_COMPILER_TYPE as it is not needed
anymore.  Bump port revision.
2.10.0
29 May 2016 15:02:03
Revision:416111Original commit files touched by this commit
danfe search for other commits by this committer
Disable some overloaded math functions for libc++ 3.8.0 and higher, and thus
unbreak the build.

This is because this port defines its own versions of a number of <cmath>
functions, which cause the ambiguity.  These functions are only declared in
<cmath> for libc++ 3.8.0 and later, so fix it by disabling the custom
functions for those versions of libc++.

PR:		209652
Submitted by:	dim
2.10.0
27 May 2016 05:41:27
Revision:415924Original commit files touched by this commit
danfe search for other commits by this committer
- Update to version 2.10.0
- Remove `compiler:c++11-lang' from USES, it is not needed (the port does
  not build on 9.x with any of c++11-lang/c++11-lib/USE_GCC=yes anyways)
- Make image format support in helper programs optional (and off by default)
2.7.0_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
2.7.0_1
19 Oct 2015 08:18:41
Revision:399640Original commit files touched by this commit
danfe search for other commits by this committer
- Unbreak the build on i386 [1] and respect CXXFLAGS [2]
- Convert REINPLACE_CMD's that no longer could remain trivial due to [2]
  to regular patch files
- Mute numerous warnings of `__aligned()' macro being redefined as they
  severely clutter build logs
- Restrict to Intel CPUs due to heavy use of their SIMD instructions

Reported by:	pkg-fallout [1]
2.7.0_1
12 Oct 2015 09:04:20
Revision:399115Original commit files touched by this commit
danfe search for other commits by this committer
Install unversioned shared library symlink.
2.7.0
11 Oct 2015 21:17:06
Revision:399102Original commit files touched by this commit
danfe search for other commits by this committer
Add a port of Embree, is a collection of high-performance ray tracing
kernels developed at Intel.

WWW: https://embree.github.io/

Number of commits found: 53