Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/, sci-electronics/gazebo/files/
Date: Wed, 31 Aug 2022 11:35:43
Message-Id: 1661945716.fd2cb1329861ca51ac178c8a1b1029081c05b2e1.aballier@gentoo
1 commit: fd2cb1329861ca51ac178c8a1b1029081c05b2e1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 11:35:16 2022 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 11:35:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2cb132
7
8 sci-electronics/gazebo: rm graphviz patch causing build failures
9
10 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
11
12 sci-electronics/gazebo/files/gv.patch | 13 -------------
13 sci-electronics/gazebo/gazebo-11.11.0.ebuild | 1 -
14 2 files changed, 14 deletions(-)
15
16 diff --git a/sci-electronics/gazebo/files/gv.patch b/sci-electronics/gazebo/files/gv.patch
17 deleted file mode 100644
18 index 7afa786f4774..000000000000
19 --- a/sci-electronics/gazebo/files/gv.patch
20 +++ /dev/null
21 @@ -1,13 +0,0 @@
22 -Index: gazebo-11.11.0/gazebo/gui/qgv/private/QGVCore.h
23 -===================================================================
24 ---- gazebo-11.11.0.orig/gazebo/gui/qgv/private/QGVCore.h
25 -+++ gazebo-11.11.0/gazebo/gui/qgv/private/QGVCore.h
26 -@@ -96,7 +96,7 @@ class QGVCore
27 - Agiodisc_t memIoDisc;
28 -
29 - memIoDisc.afread = memiofread;
30 -- memIoDisc.putstr = AgIoDisc.putstr;
31 -+ memIoDisc.printf = AgIoDisc.printf;
32 - memIoDisc.flush = AgIoDisc.flush;
33 - rdr.data = cp;
34 - rdr.len = strlen(cp);
35
36 diff --git a/sci-electronics/gazebo/gazebo-11.11.0.ebuild b/sci-electronics/gazebo/gazebo-11.11.0.ebuild
37 index 27daf4976fd8..fcddab396e65 100644
38 --- a/sci-electronics/gazebo/gazebo-11.11.0.ebuild
39 +++ b/sci-electronics/gazebo/gazebo-11.11.0.ebuild
40 @@ -65,7 +65,6 @@ CMAKE_BUILD_TYPE=RelWithDebInfo
41 PATCHES=(
42 "${FILESDIR}/qwt2.patch"
43 "${FILESDIR}/cmake.patch"
44 - "${FILESDIR}/gv.patch"
45 )
46
47 src_configure() {