* origin/pristine: (2419 commits)
devel/arduino-irremote: Update to 4.4.3
graphics/rigsofrods-pagedgeometry: Rename to graphics/pagedgeometry, switch upstream with fix build with ogre3d 1.14
devel/py-buildbot: Update version 3.11.9=>4.3.0
devel/py-buildbot-worker: Update version 3.11.9=>4.3.0
devel/py-buildbot-www: Update version 3.11.9=>4.3.0
devel/py-buildbot-wsgi-dashboards: New port
devel/py-buildbot-waterfall-view: Update version 3.11.9=>4.3.0
devel/py-buildbot-react-console-view: Update version 3.11.9=>4.0.4
devel/py-buildbot-grid-view: Update version 3.11.9=>4.3.0
devel/py-buildbot-console-view: Update version 3.11.9=>4.3.0
devel/py-buildbot-badges: Update version 3.11.9=>4.3.0
devel/gitea-act_runner: Update version 0.2.11=>0.2.12
multimedia/photofilmstrip: Return to pool
net/liblinphone: Update version 5.4.4=>5.4.25
net/mediastreamer: Update version 5.4.2=>5.4.24
security/lime: Update version 5.4.2=>5.4.24
security/bzrtp: Update version 5.4.2=>5.4.24
net/belle-sip: Update version 5.4.2=>5.4.24
deskutils/belcard: Update version 5.4.2=>5.4.24
net/ortp: Update version 5.4.2=>5.4.24
...
In commit 797020a76406a8e7a4afbd3706884b58a6e4b4ec vm_page_lock() was retired
and only one compat shim now is available -- vm_page_tryxbusy() as
it used in linux compatibility layer.
Adjust code by redefine macros under __FreeBSD_version check
PR: 287811
Approved by: garga
All affected */linux-rl9-* ports was updated to versions
corresponding to Rocky Linux 9.6 release repository
Special thanks to jbo@ for amd64 mini exp-run!
This includes the following changes:
- OSMesa library no longer needed.
- More support for generating Windows Runtime metadata in WIDL.
- Locale data updated to Unicode CLDR 47.
- P010 format support in Media Foundation.
- Various bug fixes.
Removed the --without-osmesa option since it is no longer available.
PR: 287547
- Add sort VMs by name during auto start and reverse sort during stop -
with this user can control the order in which VMs are started and stopped.
- Increase default delay between start VMs from 0 to 1 second -
useful when automatically starting more than "2-3" VMs.
USES=gettext is deprecated according to the Porter's Handbook. Replace
it with gettext-runtime and gettext-tools, both are required.
PORTREVISION isn't bumped because USES=gettext is the same as
USES=gettext-{runtime,tools}.
Ref: https://docs.freebsd.org/en/books/porters-handbook/book/#uses-gettext
PR: 287702
Reported by: Stefan Schlosser <bsdcode@disroot.org> (maintainer)
This includes the following changes:
- Bundled vkd3d upgraded to version 1.16.
- Initial support for generating Windows Runtime metadata in WIDL.
- Support for compiler-based exception handling with Clang.
- EGL library support available to all graphics drivers.
- Various bug fixes.
PR: 287352
This includes the following changes (including those from 10.7):
- User fault fd support to improve write watches performance.
- Support for Float format conversions in WindowsCodecs.
- More work on the new PDB backend.
- User handles in shared memory for better performance.
- Improvements to TIFF image support.
- Various bug fixes.
Drop files/patch-configure since upstream now properly detects the
platform.
Take maintainership.
PR: 287067
While here:
- fix hang when using vulkan graphics backend.
This is due to FreeBSD mesa- ports, currently on version 24, only
supporting vulkan api version 1.3.
- add BSD3CLAUSE to LICENSE and LICENSE_FILE.
- remove defunct 2014 Debian man page.
The fetch link for the man page is broken. There's no longer a
ppsspp package for Debian.
Changelog: https://www.ppsspp.org/news/release-1.19/
PR: 287409
Reported by: Kevin Reinholz <kreinholz@gmail.com> (maintainer)
While I'm here:
- remove AUDO_DRIVER, INPUT_DRIVER and VIDEO_DRIVER variables, they was used to
patch target-tomoko/GNUMakefile. This directory doesn't exist and the
relevant REINPLACE_CMD removed at commit 597ca5a01e.
- remove unused options: OSS, INPUT_X. The OSS doesn't exist and INPUT_X
sets only INPUT_DRIVER variable (see above).
- pet portlint, portfmt, portclippy
PR: 286810
* Fix build with system miniupnpc
* Properly use ${LOCALBASE} instead of hardcoding /usr/local
for multimedia/ffmpeg3 build dependency
* Misc cleanup (missing USES= flag for desktop-file-utils, correct typo
in rapidjson external module commit tag)
Changelog: https://www.ppsspp.org/news/release-1.19/
Remove RT_NOTHROW_DEF: it is defined in VirtualBox itself, but was only
introduced in version 7.0.
PR: 287284 279958
Fixes: 17271d3143 (Fix build with libxml2 2.12.6+)