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) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/embree/pkg-plist

Number of commits found: 14

Monday, 16 May 2022
06:49 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
commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 2d34c2b
Sunday, 13 Feb 2022
05:54 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
commit hash: 030ccb053d6373af56308f9ff8888e9d84c332ed commit hash: 030ccb053d6373af56308f9ff8888e9d84c332ed commit hash: 030ccb053d6373af56308f9ff8888e9d84c332ed commit hash: 030ccb053d6373af56308f9ff8888e9d84c332ed 030ccb0
Friday, 5 Nov 2021
01:26 Alexey Dokuchaev (danfe) search for other commits by this committer
graphics/embree: update Intel Embree to version 3.13.2.

Reported by:	portscout
commit hash: 2fb8a4999bd5bfed0c397326fe42b768e17be114 commit hash: 2fb8a4999bd5bfed0c397326fe42b768e17be114 commit hash: 2fb8a4999bd5bfed0c397326fe42b768e17be114 commit hash: 2fb8a4999bd5bfed0c397326fe42b768e17be114 2fb8a49
Tuesday, 11 May 2021
07:55 Alexey Dokuchaev (danfe) search for other commits by this committer
Update `graphics/embree' to version 3.13.0.

Reported by:	portscout
commit hash: f88a18c34566a7ff367a2af874b5fa02238280f0 commit hash: f88a18c34566a7ff367a2af874b5fa02238280f0 commit hash: f88a18c34566a7ff367a2af874b5fa02238280f0 commit hash: f88a18c34566a7ff367a2af874b5fa02238280f0 f88a18c
Saturday, 13 Mar 2021
14:26 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
Original commitRevision:568250 
Wednesday, 30 Sep 2020
19:29 danfe search for other commits by this committer
Update to version 3.12.0.

Reported by:	portscout
Original commitRevision:550736 
Monday, 11 May 2020
10:55 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 (*)
Original commitRevision:534902 
Thursday, 9 Apr 2020
10:42 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
Original commitRevision:531200 
Monday, 10 Feb 2020
17:26 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)
Original commitRevision:525724 
Friday, 29 Dec 2017
16:46 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.
Original commitRevision:457515 
Monday, 17 Oct 2016
10:38 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.
Original commitRevision:424104 
Friday, 27 May 2016
05:41 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)
Original commitRevision:415924 
Monday, 12 Oct 2015
09:04 danfe search for other commits by this committer
Install unversioned shared library symlink.
Original commitRevision:399115 
Sunday, 11 Oct 2015
21:17 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/
Original commitRevision:399102 

Number of commits found: 14