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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Commit processing was halted at UTC 18:33 on 2026-08-05 for pkgbasify of jails and updating the host from 15.0 to 15.1 - same with jails. - that upgrade was completed by 18:53 - the website has caught up with the 6 commits it missed in that time.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
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