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
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