Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (d22374972b40249d4a0edf50bfe56fd63effd2fd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (d22374972b40249d4a0edf50bfe56fd63effd2fd)
  • Date: Mon, 20 Apr 2009 21:55:55 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

dev/null |binary
libs/google-perftools/DEPENDS | 8 ++++++++
libs/google-perftools/DETAILS | 4 ++--
libs/google-perftools/HISTORY | 7 +++++++
libs/google-perftools/google-perftools-0.91.tar.gz.sig | 0
5 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit d22374972b40249d4a0edf50bfe56fd63effd2fd
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

google-perftools: 1.2; depends fixes

diff --git a/libs/google-perftools/DEPENDS b/libs/google-perftools/DEPENDS
index f0d0ed1..4768afe 100755
--- a/libs/google-perftools/DEPENDS
+++ b/libs/google-perftools/DEPENDS
@@ -1,2 +1,10 @@
+if [[ ${SMGL_COMPAT_ARCHS[1]} == x86_64 ]] ; then
+ depends libunwind
+else
+ optional_depends libunwind \
+ "" "" \
+ "Use libunwind instead of relying on the frame pointer?"
+fi &&
+
depends g++ &&
depends libtool
diff --git a/libs/google-perftools/DETAILS b/libs/google-perftools/DETAILS
index 9bee3bf..20e7bb3 100755
--- a/libs/google-perftools/DETAILS
+++ b/libs/google-perftools/DETAILS
@@ -1,9 +1,9 @@
SPELL=google-perftools
- VERSION=0.91
+ VERSION=1.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://google-perftools.googlecode.com/files/$SOURCE
- SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+
SOURCE_HASH=sha512:8cbc65c117e0b99757d9a179d59d76af4eba505dd4a37858551fe4732ff6df782761ea982e4d9f4e973f0ec9228a2ca4f4098760e5bb572b3d2f6a7efa749582
LICENSE[0]=BSD
WEB_SITE=http://code.google.com/p/google-perftools/
KEYWORDS="libs"
diff --git a/libs/google-perftools/HISTORY b/libs/google-perftools/HISTORY
index dcf3fe5..df0fbd4 100644
--- a/libs/google-perftools/HISTORY
+++ b/libs/google-perftools/HISTORY
@@ -1,3 +1,10 @@
+2009-04-21 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * DEPENDS: requires libunwind in x86_64, optionally depends on it on
+ other arches. (Note: libunwind may be required for other arches.)
+ * DETAILS: version 1.2
+ * DETAILS: gpg -> hash (who made the gpg sig anyway?)
+ * google-perftools-0.91.tar.gz.sig: removed
+
2007-06-27 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS: Created

diff --git a/libs/google-perftools/google-perftools-0.91.tar.gz.sig
b/libs/google-perftools/google-perftools-0.91.tar.gz.sig
deleted file mode 100644
index c04f9a3..0000000
Binary files a/libs/google-perftools/google-perftools-0.91.tar.gz.sig and
/dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (d22374972b40249d4a0edf50bfe56fd63effd2fd), Ethan Grammatikidis, 04/20/2009

Archive powered by MHonArc 2.6.24.

Top of Page