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.

Sanity Test Failure
Wednesday, 21 Oct 2020
20:19 rene search for other commits by this committer
graphics/dspdfviewer: simplify logic for -Wno-error=extra-semi-stmt

I first bogusly added OSVERSION < 1300000 at the end, but in hindsight
and from looking at svnweb the version logic after 11.3 EOL is
v >= 1300014 || (v in 1104000 .. 1200000) || v >= 1201000
==
(v in 1104000 .. 1200000) || v >= 1201000
==
(v >= 1200000 && v < 1201000)

So the port should not relax the check on (early) 12.0, which we can as
well leave out.

While here, add a note about upstream #191 still being open.

Phabricator:	D26646
Original commitRevision:552891 

Sanity Test Results

graphics/dspdfviewer:

This command (FreshPorts code 1):

/usr/local/bin/sudo /usr/sbin/chroot -u freshports
/var/db/freshports/ports-jail /make-port.sh /var/db/repos/PORTS-head
graphics/dspdfviewer
2>/tmp/FreshPorts.graphics.dspdfviewer.make-error.2020.10.21.20.21.9.31493

produced this error:

Error message is: make:
"/var/db/repos/PORTS-head/graphics/dspdfviewer/Makefile" line 50: Malformed
conditional (${OPSYS} == FreeBSD && && ${CHOSEN_COMPILER_TYPE} == clang)
make: Fatal errors encountered -- cannot continueMake results are : 
make: stopped in /var/db/repos/PORTS-head/graphics/dspdfviewer