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: misc/openvdb/files/patch-openvdb_points_AttributeSet.cc

Number of commits found: 3

Monday, 14 Dec 2020
00:50 yuri search for other commits by this committer
misc/openvdb: Update 7.1.0 -> 7.2.0

Reported by:	portscout
Original commitRevision:558068 
Thursday, 2 Apr 2020
01:32 yuri search for other commits by this committer
misc/openvdb: Update 6.1.0 -> 7.0.0

Reported by:	VVD <vvd@unislabs.com> (in bug#244347)
Original commitRevision:530255 
Saturday, 12 Oct 2019
15:46 pkubaj search for other commits by this committer
misc/openvdb: fix build on GCC architectures

Compiling on GCC architectures fails:
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-6.1.0/openvdb/points/AttributeSet.cc:
In member function 'openvdb::v6_1::points::AttributeSet::Descriptor::Ptr
openvdb::v6_1::points::AttributeSet::Descriptor::duplicateDrop(const
std::vector<long unsigned int>&) const':
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-6.1.0/openvdb/points/AttributeSet.cc:875:59:
error: 'CHAR_BIT' was not declared in this scope
  875 |             const size_t GROUP_BITS = sizeof(GroupType) * CHAR_BIT;
      |                                                           ^~~~~~~~
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-6.1.0/openvdb/points/AttributeSet.cc:35:1:
note: 'CHAR_BIT' is defined in header '<climits>'; did you forget to '#include
<climits>'?
   34 | #include "AttributeGroup.h"
  +++ |+#include <climits>
   35 |

While here, add USES=xorg for TOOLS option.

PR:             240630
Approved by:    linimon (mentor), yuri (maintainer timeout)
Original commitRevision:514338 

Number of commits found: 3