FreeBSD/ports 88939c6math/openblas Makefile

math/openblas: fix build on i386

Due to a miscompilation, a stack variable accessed by the MOVAPS
instruction ends up being misaligned.  With MOVAPS requiring memory
operands to be aligned, this causes a bus error on i386.  The underlying
cause could be that gfortran assumes a 16-byte aligned stack as is the
case on current i386 Linux, while we have not done the same ABI change.
I have worked around the problem by passing -mpreferred-stack-boundary=2
to disable assumptions about stack alignment, though ultimately this
will need to be fixed in the gcc and gfortran ports.

PR:             293087
MFH:            2026Q3
Reported by:    salvadore
See also:       https://github.com/OpenMathLib/OpenBLAS/issues/5905
Approved by:    portmgr (build fix blanket)

(cherry picked from commit 48bc034e072df81878dee9fc7efb3b1eb6f3e2e8)
DeltaFile
+3-0math/openblas/Makefile
+3-01 files

FreeBSD/ports 18db1e2net/gnunet/files patch-meson.build patch-src_lib_util_meson.build

net/gnunet: fix build on armv7

We don't have libatomic and don't need it in any case.

Approved by:    portmgr (build fix blanket)
MFH:            2026Q3

(cherry picked from commit 6d0770557bb5d784a9ac3fa113b91dfd56d0e73e)
DeltaFile
+14-1net/gnunet/files/patch-meson.build
+10-0net/gnunet/files/patch-src_lib_util_meson.build
+24-12 files

FreeBSD/ports d071b0fcomms/inspectrum/files patch-src_traceplot.cpp

comms/inspectrum: fix build on 32 bit platforms

On such platforms size_t is int, not long, causing confusion in
std::max().

Approved by:    portmgr (build fix blanket)
MFH:            2026Q3

(cherry picked from commit 22693405a70f71c8c494a05c340b26cb1006a7cb)
DeltaFile
+11-0comms/inspectrum/files/patch-src_traceplot.cpp
+11-01 files

FreeBSD/ports fd655a4databases/ladybug/files patch-src_processor_operator_persistent_reader_csv_base__csv__reader.cpp

databases/ladybug: fix build on armv7

Same polyfill as the one for textproc/krep.

See also:       a002d848b52bda537a6d0a90da4616001303f80b
Approved by:    portmgr (build fix blanket)
MFH:            2026Q3

(cherry picked from commit b811b996cbf6d3688b451868d464489fd6e923df)
DeltaFile
+39-0databases/ladybug/files/patch-src_processor_operator_persistent_reader_csv_base__csv__reader.cpp
+39-01 files

FreeBSD/ports 79393aasysutils/snapraid distinfo Makefile

sysutils/snapraid: update to 14.9

Another bug fix release.

Changelog: https://github.com/amadvance/snapraid/releases/tag/v14.9

MFH:            2026Q3
(cherry picked from commit 12dacba53fd76a65adc5c5e10402f12796c5d38b)
DeltaFile
+3-3sysutils/snapraid/distinfo
+1-1sysutils/snapraid/Makefile
+4-42 files

FreeBSD/ports 48bc034math/openblas Makefile

math/openblas: fix build on i386

Due to a miscompilation, a stack variable accessed by the MOVAPS
instruction ends up being misaligned.  With MOVAPS requiring memory
operands to be aligned, this causes a bus error on i386.  The underlying
cause could be that gfortran assumes a 16-byte aligned stack as is the
case on current i386 Linux, while we have not done the same ABI change.
I have worked around the problem by passing -mpreferred-stack-boundary=2
to disable assumptions about stack alignment, though ultimately this
will need to be fixed in the gcc and gfortran ports.

PR:             293087
MFH:            2026Q3
Reported by:    salvadore
See also:       https://github.com/OpenMathLib/OpenBLAS/issues/5905
Approved by:    portmgr (build fix blanket)
DeltaFile
+3-0math/openblas/Makefile
+3-01 files

FreeBSD/ports 6932ad0devel/matreshka pkg-plist Makefile, devel/matreshka/files patch-Makefile.build patch-tools_configure_configure-version.adb

devel/matreshka: Sync with main; improve Port

Update and improve:
 * Drop un-testable Oracle DB support
 * Patch build to increase verbosity
 * Patch and modify the Port to reduce update burden with ${PLIST_SUB}
   support, and abstracting the shared object, and GNAT runtime
   version information in pkg-plist
 * Remove all hard-coded version information, freeing the library
   from the current restriction of GNAT-12
 * Set ${MAINTAINER} to ada at FreeBSD.org.
 * Sync with Upstream main

PR:             296453
DeltaFile
+110-137devel/matreshka/pkg-plist
+34-10devel/matreshka/Makefile
+11-0devel/matreshka/files/patch-Makefile.build
+11-0devel/matreshka/files/patch-tools_configure_configure-version.adb
+11-0devel/matreshka/files/patch-Makefile.install
+3-3devel/matreshka/distinfo
+180-1506 files

FreeBSD/ports 22f028fwww/writefreely distinfo Makefile

www/writefreely: update to 0.17.1

Changelog: https://github.com/writefreely/writefreely/releases/tag/v0.17.1
DeltaFile
+9-9www/writefreely/distinfo
+1-1www/writefreely/Makefile
+10-102 files

FreeBSD/ports b802014games/OpenLoco pkg-plist Makefile, games/OpenLoco/files patch-thirdparty_CMakeLists.txt patch-src_Version_include_OpenLoco_Version.hpp

games/OpenLoco: Open source re-implementation of Chris Sawyer's Locomotion

OpenLoco is an open-source re-implementation of Chris Sawyer's
Locomotion (CSL), the spiritual successor to Transport Tycoon. OpenLoco
aims to improve the game similar to how OpenTTD improved Transport
Tycoon, and OpenRCT2 improved RollerCoaster Tycoon.

CSL was originally written in x86 assembly, building on top of the
RollerCoaster Tycoon 2 engine. However, the engine has changed
substantially enough that OpenLoco currently does not share its codebase
with OpenRCT2.

As of December 2025, we have completed reimplementing the game in C++.
It is now our goal to get a solid multiplayer experience working in
OpenLoco. It is also our goal to increase the map and vehicle limits.
However, until creating a new save format (NSF), we are bound to the
limits imposed by the CSL save format (SV5/SC5).

WWW: https://openloco.io/
DeltaFile
+3,574-0games/OpenLoco/pkg-plist
+51-0games/OpenLoco/Makefile
+23-0games/OpenLoco/files/patch-thirdparty_CMakeLists.txt
+15-0games/OpenLoco/files/patch-src_Version_include_OpenLoco_Version.hpp
+15-0games/OpenLoco/pkg-descr
+11-0games/OpenLoco/files/patch-cmake_OpenLocoVersion.cmake
+3,689-04 files not shown
+3,711-010 files

FreeBSD/ports 1c86d2bemulators/fab-agon-emulator Makefile

emulators/fab-agon-emulator: clean up, fix on 16-CURRENT

 - CARGO_CARGO_RUN includes cd ${WRKSRC}, and running it under
   SETENVI means that /usr/bin/cd was executed, which clearly
   didn't do any good.
 - remove double dependency on sdl3
 - spell product name right in COMMENT
 - reflow to 80 columns

PR:             296905
DeltaFile
+25-22emulators/fab-agon-emulator/Makefile
+25-221 files

FreeBSD/ports d1b2fbfdevel/bmk distinfo Makefile

devel/bmk: update to 0.2

Changelog: https://github.com/realchonk/bmk/compare/0.1...0.2
DeltaFile
+3-3devel/bmk/distinfo
+1-1devel/bmk/Makefile
+4-42 files

FreeBSD/ports 6d07705net/gnunet/files patch-meson.build patch-src_lib_util_meson.build

net/gnunet: fix build on armv7

We don't have libatomic and don't need it in any case.

Approved by:    portmgr (build fix blanket)
MFH:            2026Q3
DeltaFile
+14-1net/gnunet/files/patch-meson.build
+10-0net/gnunet/files/patch-src_lib_util_meson.build
+24-12 files

FreeBSD/ports 6833206devel Makefile, devel/sfl-library pkg-plist pkg-descr

devel/sfl-library: C++ datastructure library

This is a header-only C++11 library that provides several new or
lesser-known containers, most of which can be used in C++20 constant
expressions.

Sequence containers: vector, devector, small_vector, static_vector,
compact_vector, segmented_vector, segmented_devector.

Associative containers based on red-black trees: map, set, multimap,
multiset, small_map, small_set, small_multimap, small_multiset,
static_map, static_set, static_multimap, static_multiset.

Unordered associative containers based on hash tables with separate
chaining: unordered_map, unordered_set, unordered_multimap,
unordered_multiset, small_unordered_map, small_unordered_set
small_unordered_multimap, small_unordered_multiset,
static_unordered_map, static_unordered_set, static_unordered_multimap,
static_unordered_multiset.

    [13 lines not shown]
DeltaFile
+137-0devel/sfl-library/pkg-plist
+28-0devel/sfl-library/pkg-descr
+18-0devel/sfl-library/Makefile
+3-0devel/sfl-library/distinfo
+1-0devel/Makefile
+187-05 files

FreeBSD/ports b811b99databases/ladybug/files patch-src_processor_operator_persistent_reader_csv_base__csv__reader.cpp

databases/ladybug: fix build on armv7

Same polyfill as the one for textproc/krep.

See also:       a002d848b52bda537a6d0a90da4616001303f80b
Approved by:    portmgr (build fix blanket)
MFH:            2026Q3
DeltaFile
+39-0databases/ladybug/files/patch-src_processor_operator_persistent_reader_csv_base__csv__reader.cpp
+39-01 files

FreeBSD/ports 12dacbasysutils/snapraid distinfo Makefile

sysutils/snapraid: update to 14.9

Another bug fix release.

Changelog: https://github.com/amadvance/snapraid/releases/tag/v14.9

MFH:            2026Q3
DeltaFile
+3-3sysutils/snapraid/distinfo
+1-1sysutils/snapraid/Makefile
+4-42 files

FreeBSD/ports 2269340comms/inspectrum/files patch-src_traceplot.cpp

comms/inspectrum: fix build on 32 bit platforms

On such platforms size_t is int, not long, causing confusion in
std::max().

Approved by:    portmgr (build fix blanket)
MFH:            2026Q3
DeltaFile
+11-0comms/inspectrum/files/patch-src_traceplot.cpp
+11-01 files

FreeBSD/ports 1b4a1abgraphics/opennurbs Makefile

graphics/opennurbs: BREAK on i386

Redefinition of constructor due to time_t - int type definition.
DeltaFile
+7-3graphics/opennurbs/Makefile
+7-31 files

FreeBSD/ports 27eb66dgraphics/converseen distinfo Makefile

graphics/converseen: Update to 0.15.2.7

ChangeLog: https://converseen.fasterland.net/changelog/

 * Fixed AOM encoder error during AVIF conversions
 * Various Bugfixes
DeltaFile
+3-3graphics/converseen/distinfo
+1-1graphics/converseen/Makefile
+4-42 files

FreeBSD/ports 2d42613net/ucx Makefile, net/ucx/files patch-src_uct_tcp_tcp__iface.c patch-src_ucs_sys_event__set.c

net/ucx: Guard Linux specific netlink implementation + fixups

PR:             296136
DeltaFile
+77-9net/ucx/files/patch-src_uct_tcp_tcp__iface.c
+29-28net/ucx/Makefile
+39-12net/ucx/files/patch-src_ucs_sys_event__set.c
+28-0net/ucx/files/patch-src_ucp_core_ucp__ep.c
+21-5net/ucx/files/patch-src_ucs_vfs_fuse_vfs__fuse.c
+22-0net/ucx/files/patch-src_uct_base_uct__iface.c
+216-541 files not shown
+232-547 files

FreeBSD/ports be3011adatabases/opendbviewer Makefile

databases/opendbviewer: Return to pool

MFH:            2026Q3
(cherry picked from commit 282db361262182285425e7c5cef161807ec1c493)
DeltaFile
+2-2databases/opendbviewer/Makefile
+2-21 files

FreeBSD/ports 521181fgraphics/fraqtive Makefile

graphics/fraqtive: Return to pool

MFH:            2026Q3
(cherry picked from commit 8c6152dab5bee6bc181bbea05bb74b80de683bd3)
DeltaFile
+2-2graphics/fraqtive/Makefile
+2-21 files

FreeBSD/ports 184db09devel/aws-sdk-cpp distinfo Makefile

devel/aws-sdk-cpp: Update to 1.11.855

ChangeLog: https://github.com/aws/aws-sdk-cpp/compare/1.11.848...1.11.855
DeltaFile
+3-3devel/aws-sdk-cpp/distinfo
+1-1devel/aws-sdk-cpp/Makefile
+4-42 files

FreeBSD/ports 8c6152dgraphics/fraqtive Makefile

graphics/fraqtive: Return to pool

MFH:            2026Q3
DeltaFile
+2-2graphics/fraqtive/Makefile
+2-21 files

FreeBSD/ports 282db36databases/opendbviewer Makefile

databases/opendbviewer: Return to pool

MFH:            2026Q3
DeltaFile
+2-2databases/opendbviewer/Makefile
+2-21 files

FreeBSD/ports ac79bc6devel/aws-c-io distinfo Makefile

devel/aws-c-io: Update to 0.27.5

ChangeLog: https://github.com/awslabs/aws-c-io/releases/tag/v0.27.5
DeltaFile
+3-3devel/aws-c-io/distinfo
+1-1devel/aws-c-io/Makefile
+4-42 files

FreeBSD/ports 5776d0dmath/R-cran-RcppArmadillo distinfo Makefile

math/R-cran-RcppArmadillo: Update to 15.4.2-1

ChangeLog: https://cran.r-project.org/web/packages/RcppArmadillo/news.html
DeltaFile
+3-3math/R-cran-RcppArmadillo/distinfo
+1-1math/R-cran-RcppArmadillo/Makefile
+4-42 files

FreeBSD/ports cd2a6fedevel/aws-c-s3 distinfo Makefile

devel/aws-c-s3: Update to 0.13.2

ChangeLog: https://github.com/awslabs/aws-c-s3/releases/tag/v0.13.2
DeltaFile
+3-3devel/aws-c-s3/distinfo
+1-1devel/aws-c-s3/Makefile
+4-42 files

FreeBSD/ports da2379esecurity/aws-c-cal distinfo Makefile

security/aws-c-cal: Update to 0.9.15

ChangeLog: https://github.com/awslabs/aws-c-cal/releases/tag/v0.9.15
DeltaFile
+3-3security/aws-c-cal/distinfo
+1-1security/aws-c-cal/Makefile
+4-42 files

FreeBSD/ports c7a04b2graphics/scantpaper distinfo Makefile

graphics/scantpaper: update to 3.0.13

Announcement: https://github.com/carygravel/scantpaper/releases/tag/v3.0.13
DeltaFile
+3-3graphics/scantpaper/distinfo
+1-1graphics/scantpaper/Makefile
+4-42 files

FreeBSD/ports 9aa9dd0mail/maildrop distinfo Makefile

mail/maildrop: Update to 4.0.4

- Update includes fix for potential crash on messages with certain
  subjects

MFH:            2026Q3

(cherry picked from commit 691567c672877b073795a0cc3bcaef567823b6e8)
DeltaFile
+3-3mail/maildrop/distinfo
+1-1mail/maildrop/Makefile
+4-42 files