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/exact-image/files/patch-libpng14

Number of commits found: 2

Friday, 3 May 2019
17:50 danfe search for other commits by this committer
- Update to version 0.9.2 and make it build on both amd64 and i386 by
  defining __LONG_LONG_SUPPORTED macro, which allows to pull llabs(3)
  for 64-bit numbers; was not a problem on amd64 because sizeof(long)
  == 8 there and thus no `long long' help needed

- Bump required C++ standard to C++03; it's not quite ready for later
  ones due to the this:

    bardecode/code25i.hh:34:29: error: in-class initializer for static
    data member of type 'const double' requires 'constexpr' specifier

- GC no-op `post-extract' target, patches that were applied upstream,
  and no longer relevant libungif -> libgif fixups in the Makefile
Original commitRevision:500748 
Wednesday, 24 Dec 2014
13:12 bapt search for other commits by this committer
Properly support png 1.5

Obtained from:	Gentoo
Original commitRevision:375455 

Number of commits found: 2