Commit Graph

719125 Commits

Author SHA1 Message Date
Mikael Urankar 949d5b3af9 devel/wasmer: Fix build with rust 1.89.0
error:
ld: error: undefined symbol: __rust_probestack

Import upstream patch [1] to fix the issue.

[1] fc021be5c6

PR:		288923
Approved by:	portmgr (build fix blanket)
2025-09-17 14:04:15 +02:00
Koichiro Iwao da355efe54 devel/ruby-build: Update to 20250916.1
Changes:	https://github.com/rbenv/ruby-build/releases/tag/v20250916.1
2025-09-17 19:45:41 +09:00
Koichiro Iwao 43b057a0a9 devel/ruby-build: Update to 20250916
Changes:	https://github.com/rbenv/ruby-build/releases/tag/v20250916
2025-09-17 19:45:41 +09:00
Nick Hilliard 1ba5f925f5 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)
2025-09-17 11:33:49 +02:00
Robert Gogolok f824a5ab09 sysutils/stackit: Add new port
A command-line interface to manage STACKIT resources

PR:	289607
2025-09-17 11:32:24 +02:00
Philippe Audeoud 8d7dc99bae misc/p5-Business-ISBN-Data: update to 20250915.001 2025-09-17 11:01:58 +02:00
Mikael Urankar efe9fe925a 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)
2025-09-17 10:40:33 +02:00
Piotr Kubaj ce0bdff4c8 net/ntpd-rs: fix build on BE 2025-09-17 10:37:17 +02:00
Piotr Kubaj e068871adb 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.
2025-09-17 10:37:15 +02:00
Piotr Kubaj 9d3cacbbdf net/oha: fix build on BE 2025-09-17 10:37:13 +02:00
Piotr Kubaj 7e9754a3ef sysutils/kubie: fix build on BE architectures 2025-09-17 10:37:12 +02:00
Piotr Kubaj 8921df9c20 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.
2025-09-17 10:37:10 +02:00
Piotr Kubaj 6d9b7819bc audio/spotifyd: fix build on big-endian 2025-09-17 10:37:09 +02:00
Piotr Kubaj 1f00c7e65a net/rabbitmqadmin: fix build on big-endian 2025-09-17 10:37:07 +02:00
Hiroki Tagato 82ec3f43a8 devel/electron36: update to 36.9.1
Changelog: https://github.com/electron/electron/releases/tag/v36.9.1

Reported by:	GitHub (watch releases)
2025-09-17 17:32:08 +09:00
Wen Heping 03a02ae935 www/py-nikola: New port
Nikola is a python framework for modular, fast, simple, static website
and blog generator.
2025-09-17 08:30:19 +00:00
Yuri Victorovich 0d9ed13c35 sysutils/inotify-tools: update 4.23.9.0 → 4.25.9.0
Reported by:	portscout
2025-09-17 01:09:10 -07:00
Yuri Victorovich caa05f409b sysutils/mise: update 2025.9.9 → 2025.9.12
Reported by:	portscout
2025-09-17 01:09:09 -07:00
Yuri Victorovich f42b00d57e devel/gitu: update 0.35.0 → 0.36.0
Reported by:	portscout
2025-09-17 01:09:08 -07:00
Mikael Urankar faa0ae4c94 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)
2025-09-17 09:16:16 +02:00
Jesús Daniel Colmenares Oviedo ea3bd22c42 www/filebrowser-quantum: Update to 0.8.6-beta
ChangeLog:
https://github.com/gtsteffaniak/filebrowser/releases/tag/v0.8.6-beta
2025-09-17 02:00:53 -04:00
Hiroki Tagato d2bc246a57 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
2025-09-17 14:53:01 +09:00
Ashish SHUKLA 8da3268894
www/element-web: Update to 1.11.112
Reported by:	maintainer (implicit, version bump, as per PR 258262)
2025-09-17 03:46:00 +00:00
Ashish SHUKLA 23190c260e
net-im/conduit: Update to 0.10.9
- Pet portfmt

Reported by:	Stefano Marinelli (private email)
2025-09-17 03:42:54 +00:00
Alexey Dokuchaev 996ddbedcb deskutils/qownnotes: update QOwnNotes to version 25.9.3. 2025-09-17 03:01:16 +00:00
Hiroki Tagato ab9356def7 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
2025-09-17 11:14:53 +09:00
Hiroki Tagato 69c6b53b77 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
2025-09-17 11:14:53 +09:00
Hiroki Tagato 5d2875bfdd devel/task: update to 3.45.3
Changelog: https://github.com/go-task/task/blob/v3.45.3/CHANGELOG.md

Reported by:	portscout
2025-09-17 11:14:52 +09:00
Alessandro Sagratini c368a4c609 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
2025-09-17 04:15:44 +03:00
Alessandro Sagratini d1b7639e35 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
2025-09-17 04:13:54 +03:00
Mintsuki 674fdba86a 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
2025-09-17 02:20:57 +03:00
Denis Shaposhnikov 2c790de2bb 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
2025-09-17 01:13:12 +03:00
Jesús Daniel Colmenares Oviedo ebcd0ef0f8 sysutils/py-overlord: Update to 0.18.0
ChangeLog: https://github.com/DtxdF/overlord/releases/v0.18.0
2025-09-16 16:55:27 -04:00
Yuri Victorovich ef2fa5f33c audio/qtractor: update 1.5.7 → 1.5.8
PR:	289531
2025-09-16 10:48:52 -07:00
Yuri Victorovich fe793f2da9 misc/rash: update 2.9.11 → 2.16.1 2025-09-16 10:48:51 -07:00
Matthias Andree a2ed083c8a dns/dnsmasq*: don't force -O2 into CFLAGS
Reported by:	diizzy@
MFH:		2025Q3
2025-09-16 19:23:43 +02:00
Jesús Daniel Colmenares Oviedo 18894de423 finance/odoo*: Fix typo 'defualt' -> 'default'
Approved by:    acm@
2025-09-16 13:14:42 -04:00
Jesús Daniel Colmenares Oviedo 1afebf0515 finance/odoo*: Fix ModuleNotFoundError: No module named 'pkg_resources'
Add PY_SETUPTOOLS as dependency to fix:

Traceback (most recent call last):
  File "/usr/local/bin/odoo", line 5, in <module>
    import odoo
  File "/usr/local/lib/python3.11/site-packages/odoo/__init__.py", line 115, in <module>
    from . import modules
  File "/usr/local/lib/python3.11/site-packages/odoo/modules/__init__.py", line 8, in <module>
    from . import db, graph, loading, migration, module, registry, neutralize
  File "/usr/local/lib/python3.11/site-packages/odoo/modules/graph.py", line 11, in <module>
    import odoo.tools as tools
  File "/usr/local/lib/python3.11/site-packages/odoo/tools/__init__.py", line 31, in <module>
    from .convert import *
  File "/usr/local/lib/python3.11/site-packages/odoo/tools/convert.py", line 33, in <module>
    from odoo import SUPERUSER_ID, api
  File "/usr/local/lib/python3.11/site-packages/odoo/api.py", line 1386, in <module>
    from odoo.modules.registry import Registry
  File "/usr/local/lib/python3.11/site-packages/odoo/modules/registry.py", line 24, in <module>
    from odoo.osv.expression import get_unaccent_wrapper
  File "/usr/local/lib/python3.11/site-packages/odoo/osv/expression.py", line 127, in <module>
    from odoo.models import BaseModel, check_property_field_value_name
  File "/usr/local/lib/python3.11/site-packages/odoo/models.py", line 7315, in <module>
    from . import fields
  File "/usr/local/lib/python3.11/site-packages/odoo/fields.py", line 31, in <module>
    from .netsvc import ColoredFormatter, GREEN, RED, DEFAULT, COLOR_PATTERN
  File "/usr/local/lib/python3.11/site-packages/odoo/netsvc.py", line 21, in <module>
    from .modules import module
  File "/usr/local/lib/python3.11/site-packages/odoo/modules/module.py", line 11, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

Approved by:    acm@
2025-09-16 13:14:42 -04:00
Alexander Ziaee 2ba443164a
drm_info: Terse COMMENT
Reviewed by:		jbeich
Approved by:		jbeich (maintainer)
Differential Revision:	https://reviews.freebsd.org/D52552
2025-09-16 13:13:09 -04:00
Pedro F. Giffuni 36d8c5020d cad/impact: udate WWW and mark deprecated
An upgrade is available, but the installed programs do not work correctly.

PR:		288493
Reported by:	pfg@
2025-09-16 19:06:37 +02:00
Max Brazhnikov 8e40821259 */*: fix packaging after KDE Frameworks update
Reported by:	fluffy@ via irc
2025-09-16 20:01:45 +03:00
Ronald Klop f3305272c0
databases/mongodb70: 7.0.24
Simple version bump

Announcement:
https://www.mongodb.com/community/forums/t/mongodb-7-0-24-is-released/328827?u=r_k
2025-09-16 16:59:18 +02:00
Tijl Coosemans 817fbf37bf security/vuxml: Merge 2 entries for CUPS
Reported by:	osa
2025-09-16 16:55:43 +02:00
Alexey Dokuchaev 572a345f21 deskutils/cherrytree: update the port to version 1.6.1
Reported by:	portscout
2025-09-16 14:52:10 +00:00
Nicola Vitale f3bb57127d
net-im/linux-discord: Update to 0.0.110 2025-09-16 15:56:46 +02:00
Vanilla I. Shu b8bf06820b devel/py-grpcio-tools: update to 1.75.0. 2025-09-16 21:45:37 +08:00
Vanilla I. Shu b0d04b6e4c devel/py-grpcio: update to 1.75.0. 2025-09-16 21:45:37 +08:00
Vanilla I. Shu 5880a98916 devel/pecl-grpc: update to 1.75.0. 2025-09-16 21:45:37 +08:00
Jason W. Bacon 4cbdaf82ef x11/coreterminal: Update to 5.0.0
Switch to Qt6
Changes:
    https://gitlab.com/cubocore/coreapps/coreterminal/-/commits/master
2025-09-16 08:42:28 -05:00
Jason W. Bacon aca2d57f1b deskutils/coregarage: Update to 5.0.0
Switch to Qt6
Changes: https://gitlab.com/cubocore/coreapps/coregarage/-/commits/master

PR:             289559
Reported by:    diizzy
2025-09-16 08:36:32 -05:00