Skip to Content.
Sympa Menu

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

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 (2902fd76494582e6b65ff1a9ba60bb383a7f5d0f)
  • Date: Fri, 6 Jun 2008 17:01:14 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

devel/oprofile/DETAILS | 4 -
devel/oprofile/HISTORY | 4 +
devel/oprofile/PRE_BUILD | 3
devel/oprofile/gcc-4.3.patch | 167
+++++++++++++++++++++++++++++++++++++++++++
4 files changed, 176 insertions(+), 2 deletions(-)

New commits:
commit c4cd836ec7140fdf2c99e72b4a47b8c8813f2bf5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/oprofile: updated to 0.9.3

diff --git a/devel/oprofile/DETAILS b/devel/oprofile/DETAILS
index dd93771..6015975 100755
--- a/devel/oprofile/DETAILS
+++ b/devel/oprofile/DETAILS
@@ -1,6 +1,6 @@
SPELL=oprofile
- VERSION=0.9.2
-
SOURCE_HASH=sha512:057c0a4a0965b3371b6721068d6a969c05e54c805b853e1909edd3b32bac87598ccdd2b4d383cf0a9d610bd619f72da13d087fd32a7a204d3f31c30b13432c97
+ VERSION=0.9.3
+
SOURCE_HASH=sha512:de24402e0334d386d3e35a91b29e89c40fd673db276d1b1394c6198d1159341963155af614a62fd90d84a1da1fc4ebdccb581a25707ce92f377477615d475b08
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/devel/oprofile/HISTORY b/devel/oprofile/HISTORY
index 778ff17..275931a 100644
--- a/devel/oprofile/HISTORY
+++ b/devel/oprofile/HISTORY
@@ -1,3 +1,7 @@
+2008-06-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: updated to 0.9.3
+ * gcc-4.3.patch, PRE_BUILD: added
+
2007-03-24 Jeremy Blosser <jblosser-smgl AT firinn.org>
* DEPENDS: Add popt, bug 11265.

diff --git a/devel/oprofile/PRE_BUILD b/devel/oprofile/PRE_BUILD
new file mode 100755
index 0000000..1b75e0e
--- /dev/null
+++ b/devel/oprofile/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < ${SCRIPT_DIRECTORY}/gcc-4.3.patch
diff --git a/devel/oprofile/gcc-4.3.patch b/devel/oprofile/gcc-4.3.patch
new file mode 100644
index 0000000..e9b7b33
--- /dev/null
+++ b/devel/oprofile/gcc-4.3.patch
@@ -0,0 +1,167 @@
+--- oprofile-0.9.3.orig/libutil++/bfd_spu_support.cpp 2008-06-06
23:09:59.514434431 +0200
++++ oprofile-0.9.3/libutil++/bfd_spu_support.cpp 2008-06-06
23:30:55.628196519 +0200
+@@ -20,6 +20,7 @@
+ #include <sstream>
+ #include <string>
+ #include <sys/types.h>
++#include <cstring>
+
+ struct spu_elf {
+ FILE * stream;
+--- oprofile-0.9.3.orig/libutil++/bfd_support.cpp 2008-06-06
23:09:59.488601126 +0200
++++ oprofile-0.9.3/libutil++/bfd_support.cpp 2008-06-06 23:11:28.071092331
+0200
+@@ -19,6 +19,8 @@
+ #include <fstream>
+ #include <sstream>
+ #include <string>
++#include <cstdlib>
++#include <cstring>
+
+ using namespace std;
+
+--- oprofile-0.9.3.orig/libutil++/child_reader.cpp 2008-06-06
23:09:59.521100724 +0200
++++ oprofile-0.9.3/libutil++/child_reader.cpp 2008-06-06 23:29:04.014867476
+0200
+@@ -15,6 +15,9 @@
+ #include <cerrno>
+ #include <sstream>
+ #include <iostream>
++#include <cstring>
++#include <cstdlib>
++#include <climits>
+
+ #include "op_libiberty.h"
+ #include "child_reader.h"
+--- oprofile-0.9.3.orig/pp/common_option.cpp 2008-06-06 23:09:59.441100877
+0200
++++ oprofile-0.9.3/pp/common_option.cpp 2008-06-06 23:48:48.007560937
+0200
+@@ -12,6 +12,7 @@
+ #include <iostream>
+ #include <sstream>
+ #include <iterator>
++#include <cstdlib>
+
+ #include "op_config.h"
+ #include "locate_images.h"
+--- oprofile-0.9.3.orig/libutil++/cverb.cpp 2008-06-06 23:09:59.521100724
+0200
++++ oprofile-0.9.3/libutil++/cverb.cpp 2008-06-06 23:20:06.474363598 +0200
+@@ -13,6 +13,7 @@
+ #include <iostream>
+ #include <map>
+ #include <string>
++#include <cstring>
+
+ #include "cverb.h"
+
+--- oprofile-0.9.3.orig/libregex/demangle_symbol.cpp 2008-06-06
23:09:59.568173962 +0200
++++ oprofile-0.9.3/libregex/demangle_symbol.cpp 2008-06-06
23:38:01.551649174 +0200
+@@ -8,6 +8,8 @@
+ * @author John Levon
+ */
+
++#include <cstdlib>
++
+ #include "config.h"
+
+ #include "demangle_symbol.h"
+--- oprofile-0.9.3.orig/libutil++/file_manip.cpp 2008-06-06
23:09:59.504434369 +0200
++++ oprofile-0.9.3/libutil++/file_manip.cpp 2008-06-06 23:18:05.478523157
+0200
+@@ -21,6 +21,8 @@
+ #include <iostream>
+ #include <fstream>
+ #include <vector>
++#include <cstdlib>
++#include <climits>
+
+ #include "op_file.h"
+
+--- oprofile-0.9.3.orig/pp/opannotate_options.cpp 2008-06-06
23:09:59.404460347 +0200
++++ oprofile-0.9.3/pp/opannotate_options.cpp 2008-06-06 23:50:07.304288393
+0200
+@@ -13,6 +13,7 @@
+ #include <list>
+ #include <iterator>
+ #include <iostream>
++#include <cstdlib>
+
+ #include "profile_spec.h"
+ #include "arrange_profiles.h"
+--- oprofile-0.9.3.orig/pp/oparchive.cpp 2008-06-06 23:09:59.441100877
+0200
++++ oprofile-0.9.3/pp/oparchive.cpp 2008-06-06 23:51:02.148223620 +0200
+@@ -15,6 +15,7 @@
+
+ #include <errno.h>
+ #include <string.h>
++#include <cstdlib>
+
+ #include <sys/types.h>
+ #include <sys/stat.h>
+--- oprofile-0.9.3.orig/pp/opgprof_options.cpp 2008-06-06 23:09:59.441100877
+0200
++++ oprofile-0.9.3/pp/opgprof_options.cpp 2008-06-06 23:51:59.058101869
+0200
+@@ -13,6 +13,7 @@
+ #include <list>
+ #include <iterator>
+ #include <iostream>
++#include <cstdlib>
+
+ #include "opgprof_options.h"
+ #include "popt_options.h"
+--- oprofile-0.9.3.orig/libpp/op_header.cpp 2008-06-06 23:09:59.478178968
+0200
++++ oprofile-0.9.3/libpp/op_header.cpp 2008-06-06 23:40:26.434644777 +0200
+@@ -14,6 +14,7 @@
+ #include <iomanip>
+ #include <set>
+ #include <sstream>
++#include <cstring>
+
+ #include "op_exception.h"
+ #include "odb.h"
+--- oprofile-0.9.3.orig/libabi/opimport.cpp 2008-06-06 23:09:59.564851229
+0200
++++ oprofile-0.9.3/libabi/opimport.cpp 2008-06-06 23:34:56.891631173 +0200
+@@ -17,6 +17,8 @@
+ #include <iostream>
+ #include <vector>
+ #include <cassert>
++#include <cstring>
++#include <cstdlib>
+
+ #include <sys/types.h>
+ #include <sys/stat.h>
+--- oprofile-0.9.3.orig/gui/oprof_start_util.cpp 2008-06-06
23:09:59.474434501 +0200
++++ oprofile-0.9.3/gui/oprof_start_util.cpp 2008-06-06 23:55:37.104181832
+0200
+@@ -19,6 +19,7 @@
+ #include <sstream>
+ #include <iostream>
+ #include <fstream>
++#include <cstdlib>
+
+ #include <qfiledialog.h>
+ #include <qmessagebox.h>
+--- oprofile-0.9.3.orig/libutil++/op_spu_bfd.cpp 2008-06-06
23:09:59.521100724 +0200
++++ oprofile-0.9.3/libutil++/op_spu_bfd.cpp 2008-06-06 23:32:21.870988592
+0200
+@@ -14,6 +14,8 @@
+ #include <sys/stat.h>
+
+ #include <iostream>
++#include <cstdlib>
++#include <cstring>
+
+ #include "op_bfd.h"
+ #include "op_libiberty.h"
+--- oprofile-0.9.3.orig/libpp/profile.cpp 2008-06-06 23:09:59.478178968
+0200
++++ oprofile-0.9.3/libpp/profile.cpp 2008-06-06 23:42:54.344226333 +0200
+@@ -17,6 +17,7 @@
+ #include <sstream>
+
+ #include <cerrno>
++#include <cstring>
+
+ #include "op_exception.h"
+ #include "op_header.h"
+--- oprofile-0.9.3.orig/libpp/sample_container.cpp 2008-06-06
23:09:59.481507620 +0200
++++ oprofile-0.9.3/libpp/sample_container.cpp 2008-06-06 23:44:28.834233072
+0200
+@@ -13,6 +13,7 @@
+ #include <numeric>
+ #include <algorithm>
+ #include <vector>
++#include <climits>
+
+ #include "sample_container.h"
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2902fd76494582e6b65ff1a9ba60bb383a7f5d0f), Florian Franzmann, 06/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page