FreeBSD/ports 50f326csysutils/treemd Makefile Makefile.crates

sysutils/treemd: Update to 0.8.0

- Temporarily override MASTER_SITE for Rust crates (see PR 298395)

ChangeLog:

1. https://github.com/Epistates/treemd/releases/tag/v0.8.0

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+21-19sysutils/treemd/distinfo
+9-8sysutils/treemd/Makefile.crates
+8-2sysutils/treemd/Makefile
+38-293 files

FreeBSD/ports ddec9e2www/immich-ml Makefile distinfo

www/immich-ml: Update to 3.2.0

Adds cluster groups, which identify people across the shared assets of
trusted users.  Enabling them requires resetting the existing facial
recognition data.

Changes:        https://github.com/immich-app/immich/releases/tag/v3.2.0
Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3www/immich-ml/distinfo
+1-1www/immich-ml/Makefile
+4-42 files

FreeBSD/ports c7257dawww/immich distinfo Makefile

www/immich: Update to 3.2.0

Adds a new server search API that allows searching within albums and
combining filters with AND and OR, and gives the web search interface
a simpler layout.

Changes:        https://github.com/immich-app/immich/releases/tag/v3.2.0
Security:       fcc6baaa-adbc-11f1-a655-3497f65b111b
Sponsored by:   Netzkommune GmbH
DeltaFile
+7-12www/immich/Makefile
+5-5www/immich/distinfo
+12-172 files

FreeBSD/ports 5446292security/vuxml/vuln 2026.xml

security/vuxml: Document two vulnerabilities in immich

Sponsored by:   Netzkommune GmbH
DeltaFile
+64-0security/vuxml/vuln/2026.xml
+64-01 files

FreeBSD/ports 2d43b82deskutils/remind Makefile distinfo

deskutils/remind: update to 06.03.03

Changelog: https://salsa.debian.org/dskoll/remind/-/blob/master/docs/WHATSNEW?ref_type=heads

Event:          EuroBSDcon Devsummit 2026
DeltaFile
+3-3deskutils/remind/distinfo
+1-1deskutils/remind/Makefile
+4-42 files

FreeBSD/ports 8e8f88ddevel/croaring distinfo Makefile, devel/croaring/files patch-include_roaring_portability.h patch-CMakeLists.txt

devel/croaring: Roaring bitmaps in C (and C++), with SIMD

Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON)
optimizations: used by Apache Doris, ClickHouse, Alibaba Tair, Redpanda, YDB
and StarRocks.

WWW: http://roaringbitmap.org/

 - update port to 5.2.0 prior to landing
 - grab maintainership over submitter as I have a good relationship
   to upstream
 - lightly touch up

PR:             292270
Event:          EuroBSDcon Devsummit 2026
See also:       https://github.com/RoaringBitmap/CRoaring/pull/879
DeltaFile
+40-0devel/croaring/pkg-plist
+38-0devel/croaring/files/patch-tools_cmake_FindCTargets.cmake
+29-0devel/croaring/Makefile
+11-0devel/croaring/files/patch-CMakeLists.txt
+10-0devel/croaring/files/patch-include_roaring_portability.h
+3-0devel/croaring/distinfo
+131-02 files not shown
+135-08 files

FreeBSD/ports 77c3e7dlang Makefile, lang/ez80asm pkg-descr distinfo

lang/ez80asm: Z80/Z180/eZ80 assembler for the Agon Light platform

ez80asm is a Z80, Z180 and eZ80 assembler written for the Agon Light
computer and cross-compilation environments.

PR:             274464
Event:          EuroBSDcon Devsummit 2026
DeltaFile
+34-0lang/ez80asm/files/patch-Makefile
+24-0lang/ez80asm/Makefile
+3-0lang/ez80asm/distinfo
+2-0lang/ez80asm/pkg-descr
+1-0lang/Makefile
+64-05 files

FreeBSD/ports 81f1878converters/simdutf Makefile distinfo

converters/simdutf: update to 9.1.2

Changelog: https://github.com/simdutf/simdutf/releases/tag/v9.1.1
Changelog: https://github.com/simdutf/simdutf/releases/tag/v9.1.2

Event:          EuroBSDcon Devsummit 2026
DeltaFile
+3-3converters/simdutf/distinfo
+1-1converters/simdutf/Makefile
+4-42 files

FreeBSD/ports cbd19d0emulators/rvvm-devel pkg-plist Makefile, emulators/rvvm-devel/files patch-Makefile patch-src_rvjit_rvjit__arm.h

emulators/rvvm-devel: update to 0.7-g20260826

 - use "tput me" in post-test to not spill onto the terminal
 - add elf_aux_info() codepath for armv7
 - fix stripping (upstream installs libraries correctly these days)

Changelog: https://github.com/LekKit/RVVM/commits/a662c0edd507b4e04f20d44490c514b683007ae7

Event:          EuroBSDcon Devsummit 2026
DeltaFile
+22-0emulators/rvvm-devel/files/patch-src_rvjit_rvjit__arm.h
+9-9emulators/rvvm-devel/distinfo
+8-5emulators/rvvm-devel/Makefile
+0-12emulators/rvvm-devel/files/patch-Makefile
+12-0emulators/rvvm-devel/pkg-plist
+51-265 files

FreeBSD/ports bf21166devel/go-perf Makefile distinfo

devel/go-perf: update to 0.0.0-20260908200009

Changelog: https://github.com/golang/perf/commits/22c9c6c9d4da6248aedbc79f02ecedcd59f8f5f2

Selected upstream changes:

 - go.mod: update golang.org/x dependencies
 - benchproc: correctly parse signed numeric sort keys

Event:          EuroBSDcon Devsummit 2026
DeltaFile
+5-5devel/go-perf/distinfo
+1-2devel/go-perf/Makefile
+6-72 files

FreeBSD/ports ce0b0b7devel/simdjson Makefile

devel/simdjson: do not pass -mpower8-vector on powerpc

According to pkubaj, this makes the port build on machines older than
POWER 8.

Reported by:    pkubaj
MFH:            2026Q3
DeltaFile
+2-1devel/simdjson/Makefile
+2-11 files

FreeBSD/ports 7158259devel/go-tools Makefile distinfo

devel/go-tools: update to 0.50.0

Changelog: https://github.com/golang/tools/compare/v0.49.0...v0.50.0

Selected upstream changes:

 - internal/stdlib: update stdlib index for Go 1.27 Release Candidate 3
 - cmd/goimports: use filepath.WalkDir instead of filepath.Walk
 - go.mod: update golang.org/x dependencies

Event:          EuroBSDcon Devsummit 2026
DeltaFile
+5-5devel/go-tools/distinfo
+1-2devel/go-tools/Makefile
+6-72 files

FreeBSD/ports 85c27deprint/publisher-devel distinfo pkg-help, print/publisher-devel/files modules.txt

print/publisher-devel: new port: development version of print/publisher

speedata Publisher is a professional, non-interactive layout engine for
database publishing. It generates high-quality PDF files from XML data
and XML layout instructions, making it well suited for product catalogs,
price lists, and other documents with demanding layout requirements.
The layout description language allows complex, nearly arbitrary page
designs while keeping the job as straightforward as possible. It can be
thought of as "XSL-FO on steroids" or a server-side alternative to
desktop publishing tools like InDesign. It is production-proven and used
in commercial environments worldwide.
The core typesetting engine is LuaTeX (not included; must be provided
separately via download.speedata.de or the official packages). The Go
front-end binary (sp) drives the build process and handles XML parsing,
resource loading, and orchestration of the LuaTeX process.
This version follows the development branch which add fixing and new
features, useful to get new functionalities or to test your layouts
against the next stable.


    [3 lines not shown]
DeltaFile
+175-0print/publisher-devel/Makefile
+136-0print/publisher-devel/pkg-plist
+114-0print/publisher-devel/files/modules.txt
+114-0print/publisher-devel/modules.txt
+60-0print/publisher-devel/pkg-help
+55-0print/publisher-devel/distinfo
+654-02 files not shown
+671-08 files

FreeBSD/ports d890474math/scilab Makefile

math/scilab: enable GUI on powerpc64*

Builds fine.
DeltaFile
+1-3math/scilab/Makefile
+1-31 files

FreeBSD/ports c23180cdevel/yyjson pkg-plist distinfo

devel/yyjson: update to 0.13.0

Drop patch merged upstream in this release, add missing USE_LDCONFIG.

Changelog: https://github.com/ibireme/yyjson/releases/tag/0.13.0
DeltaFile
+4-5devel/yyjson/Makefile
+3-5devel/yyjson/distinfo
+1-1devel/yyjson/pkg-plist
+8-113 files

FreeBSD/ports 7f15b9cgames/lwjgl3 Makefile, games/lwjgl3/files patch-config_freebsd_build.xml patch-build.xml

games/lwjgl3: add powerpc64le support
DeltaFile
+37-0games/lwjgl3/files/patch-build.xml
+11-3games/lwjgl3/files/patch-config_freebsd_build.xml
+1-1games/lwjgl3/Makefile
+49-43 files

FreeBSD/ports 3a260bdmath/openblas64 distinfo Makefile

math/openblas64: drop GCC on powerpc64*
DeltaFile
+4-6math/openblas64/Makefile
+3-1math/openblas64/distinfo
+7-72 files

FreeBSD/ports eba5d7bgames/openrct2 Makefile pkg-plist

games/openrct2: update to 0.5.5

Changelog:      https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.5.5
DeltaFile
+13-13games/openrct2/distinfo
+17-0games/openrct2/pkg-plist
+1-1games/openrct2/Makefile
+31-143 files

FreeBSD/ports efce6b3cad/brlcad Makefile, cad/brlcad/files patch-src_other_Eigen_Eigen_Core patch-src_other_Eigen_Eigen_src_Core_arch_AltiVec_PacketMath.h

cad/brlcad: drop VSX requirement on powerpc64

Merge upstream eigen patches to drop VSX requirement on powerpc64
and build on G5.
DeltaFile
+23-0cad/brlcad/files/patch-src_other_Eigen_Eigen_src_Core_arch_AltiVec_MathFunctions.h
+15-0cad/brlcad/files/patch-src_other_Eigen_Eigen_src_Core_arch_AltiVec_PacketMath.h
+11-0cad/brlcad/files/patch-src_other_Eigen_Eigen_Core
+1-1cad/brlcad/Makefile
+50-14 files

FreeBSD/ports 65d4da4math/gismo Makefile, math/gismo/files patch-external_gsEigen_Core patch-external_gsEigen_src_Core_arch_AltiVec_PacketMath.h

math/gismo: drop VSX requirement on powerpc64

Add upstream eigen patches that drop VSX requirement, allowing
to build on G5.
DeltaFile
+23-0math/gismo/files/patch-external_gsEigen_src_Core_arch_AltiVec_MathFunctions.h
+15-0math/gismo/files/patch-external_gsEigen_src_Core_arch_AltiVec_PacketMath.h
+11-0math/gismo/files/patch-external_gsEigen_Core
+1-1math/gismo/Makefile
+50-14 files

FreeBSD/ports 1448634security/zeek pkg-plist, security/zeek/files patch-auxil_spicy_3rdparty_fiber_include_fiber_fiber__mach.h patch-auxil_spicy_3rdparty_fiber_CMakeLists.txt

security/zeek: drop VSX requirement and enable SPICY on powerpc64*

With the patch, VSX is now not required.  SPICY support is already in
place, just requires enabling it in the source.  While here, properly
mark spicy files as needing SPICY enabled.
DeltaFile
+32-0security/zeek/files/patch-auxil_highwayhash_highwayhash_instruction__sets.h
+29-0security/zeek/files/patch-auxil_spicy_hilti_runtime_src_fiber.cc
+14-0security/zeek/files/patch-src_CMakeLists.txt
+11-0security/zeek/files/patch-auxil_spicy_3rdparty_fiber_include_fiber_fiber__mach.h
+11-0security/zeek/files/patch-auxil_spicy_3rdparty_fiber_CMakeLists.txt
+3-3security/zeek/pkg-plist
+100-31 files not shown
+102-57 files

FreeBSD/ports 6c01c9fscience/iboview Makefile, science/iboview/files patch-src_MicroScf_CtFockBuild.cpp patch-src_MicroScf_CtDftGrid.cpp

science/iboview: update to 20211019a and add powerpc64* support
DeltaFile
+12-42science/iboview/files/patch-main.pro
+19-0science/iboview/files/patch-src_Common_CxTiming.cpp
+10-7science/iboview/Makefile
+11-0science/iboview/files/patch-src_MicroScf_CtFockBuild.cpp
+11-0science/iboview/files/patch-src_MicroScf_CtDftGrid.cpp
+11-0science/iboview/files/patch-src_Common_CxDefs.h
+74-494 files not shown
+87-7210 files

FreeBSD/ports c166bb5cad/py-gmsh Makefile

cad/py-gmsh: drop VSX requirement on powerpc64

Not needed anymore.
DeltaFile
+1-2cad/py-gmsh/Makefile
+1-21 files

FreeBSD/ports 529646emultimedia/qt6-multimedia Makefile

multimedia/qt6-multimedia: drop VSX requirement on powerpc64

Not needed anymore.
DeltaFile
+1-1multimedia/qt6-multimedia/Makefile
+1-11 files

FreeBSD/ports 547c1e6cad/gmsh Makefile

cad/gmsh: drop VSX requirement on powerpc64

Not necessary anymore.
DeltaFile
+1-1cad/gmsh/Makefile
+1-11 files

FreeBSD/ports e2e3681devel/py-pysimdjson Makefile, devel/py-pysimdjson/files patch-simdjson_simdjson.cpp patch-simdjson_simdjson.h

devel/py-pysimdjson: drop power8-vector requirement on powerpc64

Allows to build on baseline G5.
DeltaFile
+12-3devel/py-pysimdjson/files/patch-simdjson_simdjson.h
+11-0devel/py-pysimdjson/files/patch-simdjson_simdjson.cpp
+1-3devel/py-pysimdjson/Makefile
+24-63 files

FreeBSD/ports fe10637devel/simdjson Makefile

devel/simdjson: drop power8-vector requirement on powerpc64

Allows building on baseline G5.  simdjson 4.6.11 already gates its
PPC64 SIMD paths on __POWER8_VECTOR__, so dropping the flag is enough.
DeltaFile
+0-1devel/simdjson/Makefile
+0-11 files

FreeBSD/ports 7629783misc/onnxruntime Makefile, misc/onnxruntime/files patch-cmake_onnxruntime__mlas.cmake

misc/onnxruntime: drop VSX requirement on powerpc64

Use generic kernels when VSX is not available.
DeltaFile
+18-0misc/onnxruntime/files/patch-cmake_onnxruntime__mlas.cmake
+2-1misc/onnxruntime/Makefile
+20-12 files

FreeBSD/ports 814bd7cmath/pdal Makefile, math/pdal/files patch-vendor_eigen_Eigen_Core patch-vendor_eigen_Eigen_src_Core_arch_AltiVec_PacketMath.h

math/pdal: drop VSX requirement on powerpc64

Merge upstream eigen patches to allow building on G5.
DeltaFile
+23-0math/pdal/files/patch-vendor_eigen_Eigen_src_Core_arch_AltiVec_MathFunctions.h
+15-0math/pdal/files/patch-vendor_eigen_Eigen_src_Core_arch_AltiVec_PacketMath.h
+11-0math/pdal/files/patch-vendor_eigen_Eigen_Core
+1-3math/pdal/Makefile
+50-34 files

FreeBSD/ports 5217205devel/libunicode-contour Makefile

devel/libunicode-contour: drop VSX requirement on powerpc64

Builds currently fine on baseline G5.
DeltaFile
+1-6devel/libunicode-contour/Makefile
+1-61 files