summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-12-15 09:36:04 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-12-15 09:37:18 +0100
commit11c4c02d984a1ee9ebd78bea5997a727e93fd864 (patch)
treeb36a311f70e597a3af37c1a4010126ba791638cd /net-analyzer/zabbix
parentnet-analyzer/zabbix: drop 6.4.7 (diff)
downloadgentoo-11c4c02d984a1ee9ebd78bea5997a727e93fd864.tar.gz
gentoo-11c4c02d984a1ee9ebd78bea5997a727e93fd864.tar.bz2
gentoo-11c4c02d984a1ee9ebd78bea5997a727e93fd864.zip
net-analyzer/zabbix: add missing eautoreconf
Closes: https://bugs.gentoo.org/919916 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r--net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-6.4.10.ebuild)5
-rw-r--r--net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-6.4.8.ebuild)5
-rw-r--r--net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-6.4.9.ebuild)5
3 files changed, 12 insertions, 3 deletions
diff --git a/net-analyzer/zabbix/zabbix-6.4.10.ebuild b/net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild
index 5fe722d26411..3df03f9f33da 100644
--- a/net-analyzer/zabbix/zabbix-6.4.10.ebuild
+++ b/net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild
@@ -11,7 +11,7 @@ EAPI=8
GO_OPTIONAL="yes"
# needed to make webapp-config dep optional
WEBAPP_OPTIONAL="yes"
-inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info
+inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info
DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers"
HOMEPAGE="https://www.zabbix.com/"
@@ -148,6 +148,9 @@ pkg_setup() {
src_prepare() {
default
+
+ # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch".
+ eautoreconf
}
src_configure() {
diff --git a/net-analyzer/zabbix/zabbix-6.4.8.ebuild b/net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild
index 05728e16dff8..228fb40d6482 100644
--- a/net-analyzer/zabbix/zabbix-6.4.8.ebuild
+++ b/net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild
@@ -11,7 +11,7 @@ EAPI=8
GO_OPTIONAL="yes"
# needed to make webapp-config dep optional
WEBAPP_OPTIONAL="yes"
-inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info
+inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info
DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers"
HOMEPAGE="https://www.zabbix.com/"
@@ -148,6 +148,9 @@ pkg_setup() {
src_prepare() {
default
+
+ # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch".
+ eautoreconf
}
src_configure() {
diff --git a/net-analyzer/zabbix/zabbix-6.4.9.ebuild b/net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild
index 5fe722d26411..3df03f9f33da 100644
--- a/net-analyzer/zabbix/zabbix-6.4.9.ebuild
+++ b/net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild
@@ -11,7 +11,7 @@ EAPI=8
GO_OPTIONAL="yes"
# needed to make webapp-config dep optional
WEBAPP_OPTIONAL="yes"
-inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info
+inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info
DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers"
HOMEPAGE="https://www.zabbix.com/"
@@ -148,6 +148,9 @@ pkg_setup() {
src_prepare() {
default
+
+ # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch".
+ eautoreconf
}
src_configure() {