public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/
Date: Fri,  5 Jan 2024 21:48:25 +0000 (UTC)	[thread overview]
Message-ID: <1704491290.1c0f5f5138d2ee1c140292113db1beb73ed96cd9.conikost@gentoo> (raw)

commit:     1c0f5f5138d2ee1c140292113db1beb73ed96cd9
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 21:39:06 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 21:48:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0f5f51

net-analyzer/rrdtool: fix gcc14 build

Closes: https://bugs.gentoo.org/919448
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-analyzer/rrdtool/Manifest                           |  1 +
 ...{rrdtool-1.8.0-r3.ebuild => rrdtool-1.8.0-r4.ebuild} | 17 ++++++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/rrdtool/Manifest b/net-analyzer/rrdtool/Manifest
index e3ece643a7cd..457a1b51cd3a 100644
--- a/net-analyzer/rrdtool/Manifest
+++ b/net-analyzer/rrdtool/Manifest
@@ -1 +1,2 @@
+DIST rrdtool-1.8.0-gcc14.patch.gz 10775 BLAKE2B 9b8eeb829acec097bf06e3cad2fb4ca37a5d351fb3eca5767066d8cfb70c176c9d3b9265a721958b97e02f1c267b8b3a4b61ad35b0ca06199cc45c8c92f7dc09 SHA512 576be3d94a56edbc8738a32b934d30d8e45eb3e801854f73a3a77f5bd22bdd4618f68ea079f37992f38a9b756cac96e6cb48eeb5cceb4ff30139a2d77c9b0afe
 DIST rrdtool-1.8.0.tar.gz 2955398 BLAKE2B d821d662af432c53760bc0e9636b84d9209933a810fa71091fc4c2b44518c89c7ad509bde7955d952279ee41464c3bfa4f631662dde61b6fff46699bb382653f SHA512 8ae6f94d119e8d0e1ba7f2d0738f1ba008a4880d1022f1c0c5436f662d961fceec5c42e01c241493ece3d6f55c60fd7d1d264f93e678f3cf1251201dcde027c1

diff --git a/net-analyzer/rrdtool/rrdtool-1.8.0-r3.ebuild b/net-analyzer/rrdtool/rrdtool-1.8.0-r4.ebuild
similarity index 92%
rename from net-analyzer/rrdtool/rrdtool-1.8.0-r3.ebuild
rename to net-analyzer/rrdtool/rrdtool-1.8.0-r4.ebuild
index 3808ba2d4164..46d30cce0ce6 100644
--- a/net-analyzer/rrdtool/rrdtool-1.8.0-r3.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.8.0-r4.ebuild
@@ -4,10 +4,11 @@
 EAPI=8
 
 LUA_COMPAT=( lua5-{1..4} luajit )
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{9..12} )
+DISTUTILS_EXT=1
 DISTUTILS_OPTIONAL="true"
 DISTUTILS_SINGLE_IMPL="true"
+DISTUTILS_USE_PEP517="setuptools"
 GENTOO_DEPEND_ON_PERL="no"
 MY_P="${P/_/-}"
 
@@ -15,7 +16,10 @@ inherit autotools lua perl-module distutils-r1 flag-o-matic
 
 DESCRIPTION="A data logging and graphing system for time series data"
 HOMEPAGE="https://oss.oetiker.ch/rrdtool/"
-SRC_URI="https://github.com/oetiker/${PN}-1.x/releases/download/v${PV}/${P}.tar.gz"
+SRC_URI="
+	https://github.com/oetiker/${PN}-1.x/releases/download/v${PV}/${P}.tar.gz
+	https://dev.gentoo.org/~conikost/distfiles/patches/${PN}-1.8.0-gcc14.patch.gz
+"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
@@ -71,10 +75,10 @@ BDEPEND="
 "
 
 PATCHES=(
-	"${FILESDIR}"/${PN}-1.4.9-disable-rrd_graph-perl.patch
 	"${FILESDIR}"/${PN}-1.7.0-disable-rrd_graph-cgi.patch
 	"${FILESDIR}"/${PN}-1.7.1-configure.ac.patch
-	"${FILESDIR}"/${P}-configure-clang16.patch
+	"${FILESDIR}"/${PN}-1.8.0-configure-clang16.patch
+	"${WORKDIR}"/${PN}-1.8.0-gcc14.patch
 )
 
 pkg_setup() {
@@ -114,6 +118,9 @@ src_prepare() {
 		sed "${mysedargs[@]}" || die
 	fi
 
+	# Temporarily disable rpn test, will be enabled with > 1.8.0 release.
+	sed -e 's/rpn2//' -i tests/Makefile.am || die
+
 	eautoreconf
 }
 


             reply	other threads:[~2024-01-05 21:48 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-05 21:48 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-03 22:25 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/ Sam James
2025-04-03 16:52 Arthur Zamarin
2025-04-03  2:42 Sam James
2025-04-03  2:42 Sam James
2025-04-03  2:42 Sam James
2025-04-03  2:42 Sam James
2025-04-03  2:42 Sam James
2025-03-30 16:44 Viorel Munteanu
2025-03-01  1:14 Conrad Kostecki
2024-09-17 16:00 Sam James
2024-09-17 16:00 Sam James
2024-08-11 14:22 Conrad Kostecki
2024-01-08  9:48 Sam James
2024-01-02 17:58 Conrad Kostecki
2022-11-29 15:58 WANG Xuerui
2022-11-03 23:38 Conrad Kostecki
2022-11-03 23:15 Conrad Kostecki
2022-11-03 22:37 Conrad Kostecki
2022-10-08  0:23 Conrad Kostecki
2022-09-06  9:16 David Seifert
2022-05-28 15:55 Jakov Smolić
2022-05-06 11:34 Jakov Smolić
2022-05-06 11:34 Jakov Smolić
2022-05-06 11:34 Jakov Smolić
2022-05-06 11:34 Jakov Smolić
2022-05-06 11:29 Jakov Smolić
2022-05-06  8:09 Arthur Zamarin
2022-04-05 20:41 Conrad Kostecki
2022-04-05 19:34 Conrad Kostecki
2022-04-04 22:33 Conrad Kostecki
2021-03-16  0:10 Sam James
2021-03-16  0:10 Sam James
2021-03-16  0:06 Sam James
2021-03-16  0:06 Sam James
2021-02-15  2:19 Rick Farina
2021-01-24  3:52 Sam James
2021-01-23 22:51 Sam James
2021-01-23 22:51 Sam James
2021-01-23 22:42 Sam James
2021-01-23  4:20 Sam James
2021-01-23  4:09 Sam James
2021-01-06 14:35 Fabian Groffen
2020-12-15  2:37 Matt Turner
2020-12-09  0:53 Marek Szuba
2020-12-07 23:05 Marek Szuba
2020-08-06  6:47 Sergei Trofimovich
2020-08-05  9:28 Jeroen Roovers
2020-08-03 16:34 Sergei Trofimovich
2020-07-18  0:29 Sam James
2020-07-08 10:59 Michał Górny
2020-07-08 10:59 Michał Górny
2020-07-05  8:52 Sergei Trofimovich
2020-07-05  8:47 Sergei Trofimovich
2020-07-01 17:59 Jeroen Roovers
2020-07-01 16:54 Jeroen Roovers
2020-07-01 16:54 Jeroen Roovers
2020-06-28 20:56 Thomas Deutschmann
2020-06-27 20:41 Mart Raudsepp
2020-05-07 15:17 Michał Górny
2020-04-25 11:29 Jeroen Roovers
2020-04-25 10:42 Jeroen Roovers
2019-09-14  8:40 Jeroen Roovers
2019-05-28 12:08 Jeroen Roovers
2019-04-27 22:56 Aaron Bauman
2019-03-03 11:49 Mikle Kolyada
2018-06-26 19:21 Pacho Ramos
2018-03-24 12:44 Jeroen Roovers
2018-01-05 19:40 Mikle Kolyada
2017-12-20 22:04 Sergei Trofimovich
2017-12-01  7:32 Sergei Trofimovich
2017-12-01  7:32 Sergei Trofimovich
2017-12-01  7:32 Sergei Trofimovich
2017-06-19 20:07 Alexis Ballier
2017-06-06  8:25 Sergei Trofimovich
2017-06-06  8:25 Sergei Trofimovich
2017-05-26  7:57 Jeroen Roovers
2017-04-23 11:29 David Seifert
2017-03-01  7:55 Michael Weber
2017-02-18  8:51 Jeroen Roovers
2017-01-29 19:33 Fabian Groffen
2016-12-21 18:39 Thomas Deutschmann
2016-10-22 11:50 Tobias Klausmann
2016-10-22  8:38 Jeroen Roovers
2016-04-24 19:45 Jeroen Roovers
2016-02-15 19:52 Tobias Klausmann
2016-02-05 12:49 Tobias Klausmann
2015-12-26 12:07 Jeroen Roovers
2015-12-26 12:07 Jeroen Roovers
2015-12-26 10:14 Jeroen Roovers
2015-12-14 14:12 Agostino Sarubbo
2015-09-23  6:54 Jeroen Roovers
2015-09-23  6:04 Jeroen Roovers
2015-09-23  4:18 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1704491290.1c0f5f5138d2ee1c140292113db1beb73ed96cd9.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox