commit: 881a476eccfb6374e445d923a77fb7bacc24d077 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Nov 8 18:09:58 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Nov 8 18:10:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881a476e
net-analyzer/portmon: add eautoreconf for modern C Closes: https://bugs.gentoo.org/900036 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> .../portmon/{portmon-2.0-r1.ebuild => portmon-2.0-r2.ebuild} | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/net-analyzer/portmon/portmon-2.0-r1.ebuild b/net-analyzer/portmon/portmon-2.0-r2.ebuild similarity index 85% rename from net-analyzer/portmon/portmon-2.0-r1.ebuild rename to net-analyzer/portmon/portmon-2.0-r2.ebuild index 5c02c83701b0..ce593ab853a8 100644 --- a/net-analyzer/portmon/portmon-2.0-r1.ebuild +++ b/net-analyzer/portmon/portmon-2.0-r2.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +inherit autotools DESCRIPTION="Portmon is a network service monitoring daemon" HOMEPAGE="http://aboleo.net/software/portmon/" @@ -15,6 +17,11 @@ PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) +src_prepare() { + default + eautoreconf +} + src_configure() { econf --sysconfdir=/etc/portmon }
