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/appleseed/files/patch-src_appleseed_foundation_platform_system.cpp

Number of commits found: 6

Saturday, 6 Mar 2021
06:48 danfe search for other commits by this committer
- Instead of patching every cpuid() call to match our version,
  simply provide two-argument compatibility method (I somehow
  forgot that this is C++ code so we can overload methods)
- Remove no longer needed workaround for GCC 4.2.1: we always
  build in C++11 mode now and thus require modern compiler
Original commitRevision:567462 
Thursday, 4 Mar 2021
13:56 danfe search for other commits by this committer
- Resurrect, unbreak, and update to the latest version 2.1.0-beta
- Disable appleseed.studio for now: while it had been ported to Qt5,
  it still heavily relies on Python 2.x
- Drop the options: C++11 is required now, and API examples are of
  little interest to end-users so just stop installing them
- Add dependencies on `archivers/liblz4' and `graphics/openimageio'
- GC no longer needed work-arounds for old versions of Clang
Original commitRevision:567314 
Saturday, 21 Nov 2015
09:27 danfe search for other commits by this committer
- Update to version 1.3.0-beta, which integrates most of our patches for
  native FreeBSD support
- Provide the real ONLY_FOR_ARCHS_REASON
- Rename DISNEY_MATERIAL to simply DISNEY (previous name was too long)
Original commitRevision:402145 
Thursday, 17 Sep 2015
14:10 danfe search for other commits by this committer
Improve cpuid() implementation:
- Correctly denote register use: for CPUID, %eax and %ecx are input/output
  and %ebx and %edx are output only
- Do not insist on using %esi and %edi, let the compiler choose a register
- Always preserve %ebx/%rbx because ABI defines them as callee-saved
- Use xchg[lq] instead of mov[lq] to restore %ebx/%rbx
- Use separate implementation for x86-64 to preserve %rbx because 32-bit
  operations would set the upper 32 bits to zero

Submitted by:	tijl
Original commitRevision:397114 
Monday, 31 Aug 2015
04:42 danfe search for other commits by this committer
- Use %edi register to save/restore contents of %ebx instead of pushing
  it on stack to make the code work for both 32/64-bit x86
- Make the corresponding comment more accurate while I'm at it

Reported by:	pkg-fallout
Original commitRevision:395648 
Friday, 28 Aug 2015
18:19 danfe search for other commits by this committer
Add a port of appleseed: modern, open source, physically-based rendering
engine designed to produce photorealistic images, animations, and visual
effects.

To ease initial maintenance, disable Doxygen API documentation generation,
unit tests, installation of headers and Python bindings for now; there'll
be OPTIONS for those things once the dust settles.
Original commitRevision:395520 

Number of commits found: 6