[Bug 297415] sysutils/rsyslog8: Add MySQL and PostgreSQL flavors
| Newsgroups | gmane.os.freebsd.devel.ports.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297415
Bug ID: 297415
Summary: sysutils/rsyslog8: Add MySQL and PostgreSQL flavors
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Flags: maintainer-feedback?([email protected])
Assignee: [email protected]
Created attachment 273594
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=273594&action=edit
Add MySQL and PostgreSQL flavors
Add mysql and pgsql flavors so the existing database output modules are
available as separate binary packages:
default -> rsyslog
mysql -> rsyslog-mysql
pgsql -> rsyslog-pgsql
The default package and its default options remain unchanged.
Tested on FreeBSD 15.1. All three flavors build/package successfully and pass
stage-qa and check-plist.
Install/deinstall testing also passed. The MySQL and PostgreSQL flavors were
validated with rsyslogd -N1 configurations explicitly loading and instantiating
ommysql and ompgsql actions.
ommysql.so links against libmysqlclient.so.24; ompgsql.so links against
libpq.so.5. The default package contains neither database module nor database
dependencies.
portlint -AC: 0 fatal errors, 5 pre-existing warnings.
--
You are receiving this mail because:
You are the assignee for the bug.