the net-mgmt/zabbix*-server does not provide packages for postgresql, while other distributions provide `zabbix-server-mysql` and `zabbix-server-pgsql` (AFAIK, OpenBSD, Ubuntu, and Debian). i am not sure why it is how it is. here is my implementation of `zabbix54-server-mysql` and `zabbix54-server-pgsql`: https://github.com/trombik/freebsd-ports-zabbix the diff https://github.com/trombik/freebsd-ports-zabbix/compare/upstream..main during the development, it turned out that `oracle` option is broken, and was removed. poudriere complains about `REINPLACE_CMD`, but left as-is. the ports use `FLAVORS`just because it was easier for me. as this change possibly affects all `zabbix*-server` and `zabbix*-proxy`, i would like to ask what the maintainer thinks first.
(In reply to Tomoyuki Sakurai from comment #0) Thank you for the report, change proposal and implementation Tomoyuki Could you include your changeset as an attachment (patch) in this issue please
Created attachment 228555 [details] pgsql.patch here is the patch.
Thanks for the correct patch. I will test and incorporate into the next update.
Created attachment 230166 [details] zabbix54-5.8.4.patch Update to 5.4.8
Is this also useful for later versions of Zabbix?