[Bug 292266] net-mgmt/librenms: drop mysql-client dep
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jan 2026 09:34:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292266
Bug ID: 292266
Summary: net-mgmt/librenms: drop mysql-client dep
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: dvl@FreeBSD.org
Reporter: driesm@freebsd.org
Flags: maintainer-feedback?(dvl@FreeBSD.org)
Assignee: dvl@FreeBSD.org
Hi,
At the moment it is not possible to run librenms with for example mariadb using
packages. The issue is that the port pulls in the mysql-client by default
preventing the use of any other database than the default mysql version
database. Looking at another port like www/nextcloud, where this is optional,
and any database can be installed besides it with packages. When I "pkg delete
mysql80-lient", it deletes the librenms package too based on the dependency
chain. Looking at databases/py-pymysql, it also doesn't pull in the client
dependency.
So ideally, the MYSQLD_USES_OFF, drops the client requirement.
--
You are receiving this mail because:
You are the assignee for the bug.