Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7c49fb5ff6df96437248fa597d2cb76fee670f55)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7c49fb5ff6df96437248fa597d2cb76fee670f55)
  • Date: Mon, 18 Apr 2022 18:22:17 +0000

GIT changes to master grimoire by Florian Franzmann <bwlf AT bandrate.org>:

devel/oprofile/0001-fix-compile-error-with-gcc-6.patch | 36
-----------------
devel/oprofile/DETAILS | 4 -
devel/oprofile/HISTORY | 5 ++
devel/oprofile/PRE_BUILD | 1
4 files changed, 7 insertions(+), 39 deletions(-)

New commits:
commit 7c49fb5ff6df96437248fa597d2cb76fee670f55
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

devel/oprofile: version 1.4.0

diff --git a/devel/oprofile/0001-fix-compile-error-with-gcc-6.patch
b/devel/oprofile/0001-fix-compile-error-with-gcc-6.patch
deleted file mode 100644
index 47142c4..0000000
--- a/devel/oprofile/0001-fix-compile-error-with-gcc-6.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 7a6405f6387c9005e4cfaa6c008ac3784e2ed77d Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <siflfran AT hawo.net>
-Date: Sun, 16 Oct 2016 22:55:27 +0200
-Subject: [PATCH] fix compile error with gcc 6
-
----
- libutil++/op_bfd.cpp | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/libutil++/op_bfd.cpp b/libutil++/op_bfd.cpp
-index 389c920..ba57552 100644
---- a/libutil++/op_bfd.cpp
-+++ b/libutil++/op_bfd.cpp
-@@ -456,8 +456,8 @@ get_symbol_contents(symbol_index_t sym_index, unsigned
char * contents) const
- op_bfd_symbol const & bfd_sym = syms[sym_index];
- size_t size = bfd_sym.size();
-
-- if (!bfd_get_section_contents(ibfd.abfd, bfd_sym.symbol()->section,
-- contents,
-+ if (!bfd_get_section_contents(ibfd.abfd, bfd_sym.symbol()->section,
-+ contents,
- static_cast<file_ptr>(bfd_sym.value()),
size)) {
- return false;
- }
-@@ -535,7 +535,7 @@ void op_bfd::get_symbol_range(symbol_index_t sym_idx,
- {
- op_bfd_symbol const & sym = syms[sym_idx];
-
-- bool const verbose = cverb << (vbfd & vlevel1);
-+ bool const verbose = static_cast<bool>(cverb << (vbfd & vlevel1));
-
- if (anon_obj)
- start = sym.vma();
---
-2.10.1
-
diff --git a/devel/oprofile/DETAILS b/devel/oprofile/DETAILS
index dccdb89..2945bf1 100755
--- a/devel/oprofile/DETAILS
+++ b/devel/oprofile/DETAILS
@@ -1,6 +1,6 @@
SPELL=oprofile
- VERSION=1.1.0
-
SOURCE_HASH=sha512:b26f67f20172a4912c0aafb3adf83f9084ea62b9ca89e4cfcb3e13276114a05b07587f7d250028995a10c39ae993e2bce271be11688010473ab9f0fd81715758
+ VERSION=1.4.0
+
SOURCE_HASH=sha512:44c0ae55d20d623ea8b4245bfe3e208813dbb8778d7e320378ffe70538ef6af1a6ddaf5d110e29751c216879543f13121dd71cb320023205622b3f0cd6b157df
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
diff --git a/devel/oprofile/HISTORY b/devel/oprofile/HISTORY
index 81ba2cc..273fa1e 100644
--- a/devel/oprofile/HISTORY
+++ b/devel/oprofile/HISTORY
@@ -1,3 +1,8 @@
+2022-04-18 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 1.4
+ * 0001-fix-compile-error-with-gcc-6.patch, PRE_BUILD: remove obsolete
+ patch
+
2016-10-16 Florian Franzmann <bwlf AT bandrate.org>
* PRE_BUILD, 0001-fix-compile-error-with-gcc-6.patch: fix compile
error with
gcc 6
diff --git a/devel/oprofile/PRE_BUILD b/devel/oprofile/PRE_BUILD
index 138ece3..d2ff74b 100755
--- a/devel/oprofile/PRE_BUILD
+++ b/devel/oprofile/PRE_BUILD
@@ -1,6 +1,5 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&
-patch -p1 < "${SPELL_DIRECTORY}/0001-fix-compile-error-with-gcc-6.patch" &&

create_account oprofile &&
create_group oprofile



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7c49fb5ff6df96437248fa597d2cb76fee670f55), Florian Franzmann, 04/18/2022

Archive powered by MHonArc 2.6.24.

Top of Page