FreeBSD/ports a5419f7devel/apr1 Makefile, devel/apr1/files patch-my_init

devel/apr1: Unbreak with MySQL > 8.0.2 < 10.0.0

my_init() was removed from mysql 8.0.2, but dbd/apr_dbd_mysql.c calls
my_init() if MYSQL_VERSION_ID < 100000. This patch fixes this problem,
allowing Apache mod_authn_dbd.so to work properly on mysql >= 8.0.2.

There is an open bug upstream, but it has not been patched yet.

Upstream PR: https://bz.apache.org/bugzilla/show_bug.cgi?id=62631

PR:             274134
Approved by:    brnrd (with apache hat)

(cherry picked from commit 1ba5f925f5b1839f3e2b36742ec62cd246ccf764)
DeltaFile
+11-0devel/apr1/files/patch-my_init
+1-1devel/apr1/Makefile
+12-12 files

FreeBSD/ports 1ba5f92devel/apr1 Makefile, devel/apr1/files patch-my_init

devel/apr1: Unbreak with MySQL > 8.0.2 < 10.0.0

my_init() was removed from mysql 8.0.2, but dbd/apr_dbd_mysql.c calls
my_init() if MYSQL_VERSION_ID < 100000. This patch fixes this problem,
allowing Apache mod_authn_dbd.so to work properly on mysql >= 8.0.2.

There is an open bug upstream, but it has not been patched yet.

Upstream PR: https://bz.apache.org/bugzilla/show_bug.cgi?id=62631

PR:             274134
Approved by:    brnrd (with apache hat)
DeltaFile
+11-0devel/apr1/files/patch-my_init
+1-1devel/apr1/Makefile
+12-12 files

FreeBSD/ports f824a5asysutils Makefile, sysutils/stackit Makefile pkg-descr

sysutils/stackit: Add new port

A command-line interface to manage STACKIT resources

PR:     289607
DeltaFile
+19-0sysutils/stackit/Makefile
+6-0sysutils/stackit/pkg-descr
+5-0sysutils/stackit/distinfo
+1-0sysutils/Makefile
+31-04 files

FreeBSD/ports 8d7dc99misc/p5-Business-ISBN-Data distinfo Makefile

misc/p5-Business-ISBN-Data: update to 20250915.001
DeltaFile
+3-3misc/p5-Business-ISBN-Data/distinfo
+1-1misc/p5-Business-ISBN-Data/Makefile
+4-42 files

FreeBSD/ports efe9fe9security/kanidm/files patch-rust-1.89.0

security/kanidm: Fix build with rust 1.89.0

error: hiding a lifetime that's elided elsewhere is confusing
  --> rust-sshkeys-d736693769b9c4abebad8050fba92271f3c50226/src/reader.rs:24:48
   |
24 |     pub fn new<T: ?Sized + AsRef<[u8]>>(inner: &T) -> Reader {
   |                                                ^^     ------ the same lifetime is hidden here
   |                                                |
   |                                                the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing

PR:             288923
Approved by:    portmgr (build fix blanket)
DeltaFile
+10-0security/kanidm/files/patch-rust-1.89.0
+10-01 files

FreeBSD/ports ce0bdffnet/ntpd-rs/files patch-cargo-crates_aws-lc-sys-0.29.0_aws-lc_include_openssl_target.h

net/ntpd-rs: fix build on BE
DeltaFile
+20-0net/ntpd-rs/files/patch-cargo-crates_aws-lc-sys-0.29.0_aws-lc_include_openssl_target.h
+20-01 files

FreeBSD/ports e068871audio/id3edit/files patch-encoding_size.c

audio/id3edit: fix build on BE

sys/_endian.h should probably include sys/types.h:
/wrkdirs/usr/ports/audio/id3edit/work/id3edit-2.2.1/encoding/size.c:25:15: error: use of undeclared identifier 'uint32_t'
   25 |     encsize = htobe32(tmp);
      |               ^
/usr/include/sys/_endian.h:119:22: note: expanded from macro 'htobe32'
  119 | #define htobe32(x)      ((uint32_t)(x))
      |                           ^
/wrkdirs/usr/ports/audio/id3edit/work/id3edit-2.2.1/encoding/size.c:34:11: error: use of undeclared identifier 'uint32_t'
   34 |     tmp = be32toh(encsize);
      |           ^
/usr/include/sys/_endian.h:126:22: note: expanded from macro 'be32toh'
  126 | #define be32toh(x)      ((uint32_t)(x))
      |                           ^
2 errors generated.
DeltaFile
+10-0audio/id3edit/files/patch-encoding_size.c
+10-01 files

FreeBSD/ports 9d3cacbnet/oha/files patch-cargo-crates_aws-lc-sys-0.29.0_aws-lc_include_openssl_target.h

net/oha: fix build on BE
DeltaFile
+20-0net/oha/files/patch-cargo-crates_aws-lc-sys-0.29.0_aws-lc_include_openssl_target.h
+20-01 files

FreeBSD/ports 7e9754asysutils/kubie/files patch-cargo-crates_aws-lc-sys-0.28.0_aws-lc_include_openssl_target.h

sysutils/kubie: fix build on BE architectures
DeltaFile
+20-0sysutils/kubie/files/patch-cargo-crates_aws-lc-sys-0.28.0_aws-lc_include_openssl_target.h
+20-01 files

FreeBSD/ports 8921df9java/openjdk24/files patch-make_autoconf_flags-cflags.m4

java/openjdk24: set proper ABI on powerpc64

n file included from /wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/share/precompiled/precompiled.hpp:45:
In file included from /wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/share/nmt/memTracker.hpp:30:
In file included from /wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/share/nmt/memoryFileTracker.hpp:34:
In file included from /wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/share/runtime/os.inline.hpp:31:
/wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.inline.hpp:35:10: error: no member named 'resolve_function_descriptor' in 'os::Bsd'; did you mean simply 'resolve_function_descriptor'?
   35 |   return os::Bsd::resolve_function_descriptor(p);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |          resolve_function_descriptor
/wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.inline.hpp:34:18: note: 'resolve_function_descriptor' declared here
   34 | inline void* os::resolve_function_descriptor(void* p) {
      |                  ^
1 error generated.
DeltaFile
+9-10java/openjdk24/files/patch-make_autoconf_flags-cflags.m4
+9-101 files

FreeBSD/ports 6d9b781audio/spotifyd/files patch-cargo-crates_aws-lc-sys-0.27.0_aws-lc_include_openssl_target.h

audio/spotifyd: fix build on big-endian
DeltaFile
+20-0audio/spotifyd/files/patch-cargo-crates_aws-lc-sys-0.27.0_aws-lc_include_openssl_target.h
+20-01 files

FreeBSD/ports 1f00c7enet/rabbitmqadmin/files patch-cargo-crates_aws-lc-sys-0.27.1_aws-lc_include_openssl_target.h

net/rabbitmqadmin: fix build on big-endian
DeltaFile
+20-0net/rabbitmqadmin/files/patch-cargo-crates_aws-lc-sys-0.27.1_aws-lc_include_openssl_target.h
+20-01 files

FreeBSD/ports 82ec3f4devel/electron36 distinfo Makefile.version

devel/electron36: update to 36.9.1

Changelog: https://github.com/electron/electron/releases/tag/v36.9.1

Reported by:    GitHub (watch releases)
DeltaFile
+5-5devel/electron36/distinfo
+1-1devel/electron36/Makefile.version
+6-62 files

FreeBSD/ports 03a02aewww Makefile, www/py-nikola Makefile distinfo

www/py-nikola: New port

Nikola is a python framework for modular, fast, simple, static website
and blog generator.
DeltaFile
+72-0www/py-nikola/Makefile
+20-0www/py-nikola/files/patch-pyproject.toml
+3-0www/py-nikola/distinfo
+2-0www/py-nikola/pkg-descr
+1-0www/Makefile
+98-05 files

FreeBSD/ports 0d9ed13sysutils/inotify-tools distinfo Makefile

sysutils/inotify-tools: update 4.23.9.0 → 4.25.9.0

Reported by:    portscout
DeltaFile
+3-3sysutils/inotify-tools/distinfo
+1-2sysutils/inotify-tools/Makefile
+2-0sysutils/inotify-tools/pkg-plist
+6-53 files

FreeBSD/ports caa05f4sysutils/mise distinfo Makefile

sysutils/mise: update 2025.9.9 → 2025.9.12

Reported by:    portscout
DeltaFile
+5-7sysutils/mise/distinfo
+2-3sysutils/mise/Makefile
+7-102 files

FreeBSD/ports f42b00ddevel/gitu distinfo Makefile

devel/gitu: update 0.35.0 → 0.36.0

Reported by:    portscout
DeltaFile
+3-3devel/gitu/distinfo
+1-1devel/gitu/Makefile
+4-42 files

FreeBSD/ports faa0ae4sysutils/mdcat/files patch-rust-1.89.0

sysutils/mdcat: Fix build with rust 1.89.0

error: struct `Osc8Links` is never constructed
  --> pulldown-cmark-mdcat/src/terminal/osc.rs:24:12

PR:             288923

Approved by:    portmgr (build fix blanket)
DeltaFile
+10-0sysutils/mdcat/files/patch-rust-1.89.0
+10-01 files

FreeBSD/ports ea3bd22www/filebrowser-quantum distinfo Makefile

www/filebrowser-quantum: Update to 0.8.6-beta

ChangeLog:
https://github.com/gtsteffaniak/filebrowser/releases/tag/v0.8.6-beta
DeltaFile
+7-7www/filebrowser-quantum/distinfo
+1-1www/filebrowser-quantum/Makefile
+8-82 files

FreeBSD/ports d2bc246misc/py-huggingface-hub distinfo Makefile

misc/py-huggingface-hub: update to 0.35.0

Changelog:
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.34.5
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.34.6
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.35.0

Reported by:    Repology
DeltaFile
+3-3misc/py-huggingface-hub/distinfo
+1-1misc/py-huggingface-hub/Makefile
+4-42 files

FreeBSD/ports 8da3268www/element-web distinfo Makefile

www/element-web: Update to 1.11.112

Reported by:    maintainer (implicit, version bump, as per PR 258262)
DeltaFile
+3-3www/element-web/distinfo
+2-2www/element-web/Makefile
+5-52 files

FreeBSD/ports 23190c2net-im/conduit Makefile distinfo

net-im/conduit: Update to 0.10.9

- Pet portfmt

Reported by:    Stefano Marinelli (private email)
DeltaFile
+4-7net-im/conduit/Makefile
+5-5net-im/conduit/distinfo
+1-1net-im/conduit/Makefile.crates
+10-133 files

FreeBSD/ports 996ddbedeskutils/qownnotes distinfo Makefile

deskutils/qownnotes: update QOwnNotes to version 25.9.3.
DeltaFile
+3-3deskutils/qownnotes/distinfo
+1-2deskutils/qownnotes/Makefile
+4-52 files

FreeBSD/ports 69c6b53sysutils Makefile, sysutils/elephant Makefile pkg-descr

sysutils/elephant: add port: Powerful data provider service and backend for application launchers

Elephant - cuz it's phat - is a powerful data provider service and
backend for building custom application launchers and desktop
utilities. It provides various data sources and actions through a
plugin-based architecture, communicating via Unix sockets and Protocol
Buffers.

Elephant acts as a unified backend service that aggregates data from
various sources (desktop applications, files, clipboard history, etc.)
and provides a consistent interface for frontend applications like
custom launchers, productivity tools, or desktop widgets.

WWW: https://github.com/abenz1267/elephant
DeltaFile
+90-0sysutils/elephant/Makefile
+10-0sysutils/elephant/pkg-descr
+5-0sysutils/elephant/distinfo
+1-0sysutils/Makefile
+106-04 files

FreeBSD/ports ab9356dx11 Makefile, x11/walker distinfo Makefile.crates

x11/walker: add port: Multi-purpose launcher with a lot of features

A fast, customizable application launcher built with GTK4 and Rust,
designed for Linux desktop environments. Walker provides a clean,
modern interface for launching applications, running commands,
performing calculations, and more.

WWW: https://github.com/abenz1267/walker
DeltaFile
+503-0x11/walker/distinfo
+250-0x11/walker/Makefile.crates
+45-0x11/walker/Makefile
+15-0x11/walker/pkg-plist
+4-0x11/walker/pkg-descr
+1-0x11/Makefile
+818-06 files

FreeBSD/ports 5d2875bdevel/task distinfo Makefile

devel/task: update to 3.45.3

Changelog: https://github.com/go-task/task/blob/v3.45.3/CHANGELOG.md

Reported by:    portscout
DeltaFile
+5-5devel/task/distinfo
+1-2devel/task/Makefile
+6-72 files

FreeBSD/ports c368a4cdevel/oci-cli distinfo Makefile

devel/oci-cli: Update 3.64.1 => 3.66.1

Changelogs:
https://github.com/oracle/oci-cli/releases/tag/v3.65.0
https://github.com/oracle/oci-cli/releases/tag/v3.65.1
https://github.com/oracle/oci-cli/releases/tag/v3.66.0
https://github.com/oracle/oci-cli/releases/tag/v3.66.1

PR:     289640
DeltaFile
+3-3devel/oci-cli/distinfo
+2-2devel/oci-cli/Makefile
+5-52 files

FreeBSD/ports d1b7639devel/py-oci distinfo Makefile

devel/py-oci: Update 2.158.2 => 2.160.1

Changelogs:
https://github.com/oracle/oci-python-sdk/releases/tag/v2.159.0
https://github.com/oracle/oci-python-sdk/releases/tag/v2.159.1
https://github.com/oracle/oci-python-sdk/releases/tag/v2.160.0
https://github.com/oracle/oci-python-sdk/releases/tag/v2.160.1

PR:     289640
DeltaFile
+3-3devel/py-oci/distinfo
+1-1devel/py-oci/Makefile
+4-42 files

FreeBSD/ports 674fdbasysutils/limine distinfo Makefile

sysutils/limine: Update 9.6.5 => 10.0.0

Changelog:
https://codeberg.org/Limine/Limine/src/tag/v10.0.0/ChangeLog

While here unite REINPLACE_CMD - run 1 time instead of 2.

PR:     289637
DeltaFile
+3-3sysutils/limine/distinfo
+2-3sysutils/limine/Makefile
+5-62 files

FreeBSD/ports 2c790dedeskutils/syncthingtray Makefile distinfo

deskutils/syncthingtray: Update 2.0.0 => 2.0.1

Changelog:
https://github.com/Martchus/syncthingtray/releases/tag/v2.0.1

qt6 FLAVOR is default - use PKGNAMESUFFIX for qt5 FLAVOR instead of qt6.
Fix warnings from portclippy.

PR:     289467
DeltaFile
+7-7deskutils/syncthingtray/Makefile
+7-7deskutils/syncthingtray/distinfo
+14-142 files