math/gretl: fix build without OpenMP
Remove calls to OpenMP functions when OpenMP is disabled.
Disable OpenMP where not available.
Remove bogus -lomp link flag. Port now builds fine on armv7.
Approved by: portmgr (build fix blanket)
MFH: 2026Q3
(cherry picked from commit 907de55ddfdbd896c1d1444fd0a65973259b2412)
graphics/poselib: update to 2.0.5-37-g1758bd6
The extra commits are needed to build graphics/colmap in version 4.2.0.
Unfortunately upstream has failed to cut a release containing them.
Changelog: 2.0.5-37-g1758bd6
emulators/visualboyadvance-m: Switch to legacy SFML-2, unbreak LINK, break FFMPEG
Remove an unnecessary min/max macro pair interferring with std::min
and std::max to unbreak LINK. The FFMPEG dependency probably needs
some porting so it works with FFMPEG 9, so disable it for now.
devel/asfml: Update to 3.0.0
Update to 3.0.0:
* Assign ada at FreeBSD.org to ${MAINTAINER}
* Clean-up do-build-EXAMPLES-on and do-install-EXAMPLES-on targets
* Drop gmake and rely on GPR tools where possible/convenient
* Explicitly declare all csfml dependencies in ${LIB_DEPENDS}
* Remove ${BROKEN_i386} now that it is correctly reflected in
devel/gprbuild
* Remove hard-coded GNAT-12 version in ${USES}
Changelog: https://github.com/mgrojo/ASFML/releases/tag/v3.0.0
PR: 277643
multimedia/sfml2: SFML-2 for legacy Ports
SFML-2 for legacy Ports:
* SFML-2 is a legacy Port with SFML-3 now 2 years old, and upstream
focusing on that. Create a new Port for legacy Ports requiring SFML-2
* Use the correct category, multimedia/ instead of devel/
PR: 297894
devel/csfml: Update to 3.0.0
Update to 3.0.0
* Update ${LIB_DEPENDS} to point to SFML's new place in multimedia/sfml3
Changelog: https://www.sfml-dev.org/download/csfml/#300
PR: 297880
Approved by: ...
devel/sfml: Update to 3.0.0; migrate to multimedia
Update to 3.0.0:
* Add examples
* Expand ${CATEGORIES}, and move to correct category, multimedia/
* Update compiler to C++ 2017 in ${USES}
* Mark DOXYGEN broken because the build does not produce a required tag
file
* port(clippy|fmt|lint) maintenance
* submitter becomes maintainer
Changelog: https://github.com/SFML/SFML/releases/tag/3.0.0
PR: 297879
lang/smallbasic: Interpreter for the BASIC programming language
SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for
everyday calculations, scripts and prototypes. SmallBASIC includes
trigonometric, matrices and algebra functions, a built in IDE, a powerful
string library, system, sound, and graphic commands along with structured
programming syntax.
WWW: https://smallbasic.github.io/
PR: 294311
math/gretl: fix build without OpenMP
Remove calls to OpenMP functions when OpenMP is disabled.
Disable OpenMP where not available.
Remove bogus -lomp link flag. Port now builds fine on armv7.
Approved by: portmgr (build fix blanket)
MFH: 2026Q3
net-mgmt/netbox: Update to 4.6.10
Changelog:
Performance Improvements:
* Prefetch the related fields of nested serializers referenced by
SerializedPKRelatedField
* Include reverse many-to-many relationships when determining REST API
prefetches
Bug Fixes:
* Support the selection of multiple values when filtering VLAN groups by
scope (e.g. by site group)
* Gracefully handle invalid values assigned to a custom script's Meta
attributes
* Reference brief components in the OpenAPI response schemas for nested
SerializedPKRelatedField fields
* Expand the active navigation menu section when resizing from a mobile
to a desktop viewport
[18 lines not shown]