diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2024-05-22 11:29:12 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-05-22 11:29:12 +0200 |
commit | d39cf6ed1ff96cdd932482d3bc2a10eac1864e1c (patch) | |
tree | a818b1770a52fb03c312f7a5f376146a45a3fee8 /net-analyzer/zabbix | |
parent | net-analyzer/zabbix: bump to 6.0.30 (diff) | |
download | gentoo-d39cf6ed1ff96cdd932482d3bc2a10eac1864e1c.tar.gz gentoo-d39cf6ed1ff96cdd932482d3bc2a10eac1864e1c.tar.bz2 gentoo-d39cf6ed1ff96cdd932482d3bc2a10eac1864e1c.zip |
net-analyzer/zabbix: dropped php oracle support from 5.0.42
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.0.42.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-analyzer/zabbix/zabbix-5.0.42.ebuild b/net-analyzer/zabbix/zabbix-5.0.42.ebuild index ff7c470a27bf..825621954fe2 100644 --- a/net-analyzer/zabbix/zabbix-5.0.42.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.42.ebuild @@ -86,7 +86,6 @@ RDEPEND="${COMMON_DEPEND} virtual/httpd-php:* mysql? ( dev-lang/php[mysqli] ) odbc? ( dev-lang/php[odbc] ) - oracle? ( dev-lang/php[oci8-instant-client] ) postgres? ( dev-lang/php[postgres] ) sqlite? ( dev-lang/php[sqlite] ) ) @@ -229,6 +228,14 @@ src_install() { newtmpfiles "${FILESDIR}"/zabbix-proxy.tmpfiles zabbix-proxy.conf fi + if use oracle; then + ewarn + ewarn "Support for Oracle database has been dropped from PHP" + ewarn "so to make the web frontend work, you need to install" + ewarn "PECL extension for Oracle database." + ewarn "For details see https://bugs.gentoo.org/928386" + fi + if use agent; then insinto /etc/zabbix doins "${S}"/conf/zabbix_agentd.conf |