====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/gthumb/extensions/libcairo_io.so is linked to /usr/local/lib/libjxl.so.0.7 from graphics/libjxl but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libjxl.so:graphics/libjxl
Error: /usr/local/lib/gthumb/extensions/libcairo_io.so is linked to /usr/local/lib/libjxl_threads.so.0.7 from graphics/libjxl but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libjxl_threads.so:graphics/libjxl
Reported by: QAT
FreeBSD is supported upstream, and upstream regularly tests with Clang.
I'd like to be notified of new warnings. Let's see how long it lasts.
Tested by: Clang 11/13/14/15, GCC 11, -DNDEBUG
FreeBSD is supported upstream, and upstream regularly tests with Clang.
I'd like to be notified of new warnings. Let's see how long it lasts.
Tested by: Clang 11/13/14/15, GCC 11, -DNDEBUG
Since virtualbox-ose 6.1.26 there is a new networks.conf file
which had originally been placed in /etc/vbox.
In 66635b2061 this was been corrected for emulators/virtualbox-ose,
this change does the same for vagrant's virtualbox plugin.
Before this change, networks.conf had to be put into two places
(e.g., by symlinking /usr/local/etc/vbox to /etc/vbox).
PR: 266845
Approved by: joe@thrallingpenguin.com (maintainer)
cube/cube.c:3122:14: error: variable 'result' set but not used [-Werror,-Wunused-but-set-variable]
VkResult result;
^
PR: 266842
Reported by: diizzy, antoine (via exp-run)
ChangeLog: https://forums.plex.tv/t/plex-media-server/30447/534
NEW:
* Added additional startup state notifications
* Plex Media Server now requires macOS 10.11 or newer to run.
* External user-mode graphics drivers no longer need to be installed to use
hardware tone mapping on Intel systems
FIXES:
* Old update files are now cleaned up upon server start.
* EPG data might be lost for new recordings
* Plex Tuner Service might become unresponsive in certain complex scenarios
* Sport events recording by team might not be shown in DVR schedule
* Corrected a case where played downloaded media was not marked as played on
server * Photos could get reprocessed for geolocation unnecessarily
* Corrected playback decisions where metadata contained multiple medias and
only some could be direct played or downloaded
* Improvements to episode matching logic
PR: 266707
Reported by: b.shertenlieb@yahoo.com (maintainer)
QXlsx is reader/writer library for Microsoft Excel files (*.xlsx).
Because QtXlsx is no longer supported since 2014, new project had
been created based off of it in 2017.
WWW: https://qtexcel.github.io/QXlsx/
Python version comparison procedure thinks that
the version 2.6.2 is greater than 6.0.0 for some reason.
Reported by: fallout
Approved by: portmgr (unbreak)