Skip to Content.
Sympa Menu

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

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 (e99c0408a1addd804a1a099ee9352b64e960afda)
  • Date: Mon, 20 Apr 2009 21:37:46 -0500

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

ChangeLog | 4 ++++
devel/libunwind/BUILD | 7 +++++++
devel/libunwind/DETAILS | 25 +++++++++++++++++++++++++
devel/libunwind/HISTORY | 2 ++
4 files changed, 38 insertions(+)

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

devel/libunwind: new spell sometimes required for google-perftools

diff --git a/ChangeLog b/ChangeLog
index 3dcca31..753d086 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-21 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * devel/libunwind: new spell required for google-perftools on
+ x86_64 and where -fomit-frame-pointer is used.
+
2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
* python-devel/notify-python: Added Python bindings for libnotify
Required to fix Bug #15190
diff --git a/devel/libunwind/BUILD b/devel/libunwind/BUILD
new file mode 100755
index 0000000..3afa5d0
--- /dev/null
+++ b/devel/libunwind/BUILD
@@ -0,0 +1,7 @@
+mkdir -p config &&
+libtoolize --copy &&
+aclocal &&
+autoheader &&
+automake --add-missing --copy &&
+autoconf &&
+default_build
diff --git a/devel/libunwind/DETAILS b/devel/libunwind/DETAILS
new file mode 100755
index 0000000..3798004
--- /dev/null
+++ b/devel/libunwind/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=libunwind
+if [[ "$DRM_AUTOUPDATE" == "y" ]]
+then
+ VERSION="$(date +%Y%m%d)"
+else
+ VERSION=git
+fi
+ SOURCE=$SPELL-git.tar.bz2
+ FORCE_DOWNLOAD=on
+ SOURCE_URL=git://git.sv.gnu.org/libunwind.git
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-git
+ WEB_SITE=http://www.nongnu.org/libunwind/
+ ENTERED=20090421
+ LICENSE[0]=MIT
+ SHORT="A portable and efficient API to determine the call-chain
of a program."
+cat << EOF
+The primary goal of this project is to define a portable and efficient C
+programming interface (API) to determine the call-chain of a program. The
+API additionally provides the means to manipulate the preserved (callee-
+saved) state of each call-frame and to resume execution at any point in the
+call-chain (non-local goto). The API supports both local (same-process) and
+remote (across-process) operation. As such, the API is useful in a number
+of applications.
+EOF
diff --git a/devel/libunwind/HISTORY b/devel/libunwind/HISTORY
new file mode 100644
index 0000000..6a0aa22
--- /dev/null
+++ b/devel/libunwind/HISTORY
@@ -0,0 +1,2 @@
+2009-04-21 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * DETAILS, BUILD: Crated spell.



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

Archive powered by MHonArc 2.6.24.

Top of Page