Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (82b61e2cb8620ca4e13e48d94889eaf2b7cf0bd7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (82b61e2cb8620ca4e13e48d94889eaf2b7cf0bd7)
  • Date: Sun, 12 Apr 2009 06:59:08 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

graphics/wings3d/DETAILS | 6 +++---
graphics/wings3d/HISTORY | 3 +++
graphics/wings3d/wings-0.99.54.tar.bz2.sig |binary
libs/elfutils/DETAILS | 9 ++++++---
libs/elfutils/HISTORY | 7 +++++++
libs/elfutils/PRE_BUILD | 1 -
libs/elfutils/unset-file-offset.patch | 21 ---------------------
7 files changed, 19 insertions(+), 28 deletions(-)

New commits:
commit 82b61e2cb8620ca4e13e48d94889eaf2b7cf0bd7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

elfutils: Updated to 0.140
Use upstream GPG key
unset-file-offset.patch is no longer applicable

commit 8bc55a78c7f7a8947b01b42e3aa19d55feaa4dbb
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "erlang: Updated to R13A"

This reverts commit d39a410961aadbc56922f07a7d6bee9a03041fce.

Causes wings3d 0.99.53 and 0.99.54 to crash at runtime

commit 87310bf8909105d06738dbd4060341331aa7d33b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wings3d: Updated to 0.99.54

commit 974198a1368b13dfbfcb8e1594e7c2898e50f57b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

erlang: Updated to R13A

diff --git a/graphics/wings3d/DETAILS b/graphics/wings3d/DETAILS
index 7257c66..6ecd0df 100755
--- a/graphics/wings3d/DETAILS
+++ b/graphics/wings3d/DETAILS
@@ -1,10 +1,10 @@
SPELL=wings3d
- VERSION=0.99.53
+ VERSION=0.99.54
SOURCE=wings-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/wings-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/wings/$SOURCE
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-
SOURCE_HASH=sha512:a357e1624a99947a674291808cfb30803aa4556017545e2c91152768120c79868556b18088011e3b5e743e3f997b8bc16c0739394a70c2cf939480dc3bb5a9ec
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+#
SOURCE_HASH=sha512:a357e1624a99947a674291808cfb30803aa4556017545e2c91152768120c79868556b18088011e3b5e743e3f997b8bc16c0739394a70c2cf939480dc3bb5a9ec
WEB_SITE=http://www.wings3d.com/
ENTERED=20020910
LICENSE[0]=BSD
diff --git a/graphics/wings3d/HISTORY b/graphics/wings3d/HISTORY
index 333ae8e..c5f2b0c 100644
--- a/graphics/wings3d/HISTORY
+++ b/graphics/wings3d/HISTORY
@@ -1,3 +1,6 @@
+2009-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: 0.99.54
+
2008-12-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.99.53

diff --git a/graphics/wings3d/wings-0.99.54.tar.bz2.sig
b/graphics/wings3d/wings-0.99.54.tar.bz2.sig
new file mode 100644
index 0000000..adc2262
Binary files /dev/null and b/graphics/wings3d/wings-0.99.54.tar.bz2.sig differ
diff --git a/libs/elfutils/DETAILS b/libs/elfutils/DETAILS
index ec09aba..525164c 100755
--- a/libs/elfutils/DETAILS
+++ b/libs/elfutils/DETAILS
@@ -1,10 +1,13 @@
SPELL=elfutils
- VERSION=0.135
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=0.140
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.sig
+ SOURCE_GPG="gnu.gpg:$SOURCE2:UPSTREAM_KEY"
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://fedorahosted.org/releases/e/l/elfutils/$SOURCE
+ SOURCE2_URL[0]=https://fedorahosted.org/releases/e/l/elfutils/$SOURCE2
SOURCE_HINTS=no-check-certificate
-
SOURCE_HASH=sha512:3a335324b4b0b7db3fb0b53b90f0b25e4bc086999f25fbfbc84fba4243702c3d8227dc80262e5d1bd4be4213a09993fef72b46e07ec8e39b794a5793f0010e39
LICENSE[0]=GPL2
KEYWORDS="libs"
WEB_SITE=https://fedorahosted.org/elfutils/
diff --git a/libs/elfutils/HISTORY b/libs/elfutils/HISTORY
index c5294c8..e64af6e 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,3 +1,10 @@
+2009-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.140
+ SOURCE is now .bz2
+ Use upstream GPG keys
+ * PRE_BUILD: No longer apply unneeded unset-file-offset.patch
+ * unset-file-offset.patch: No longer applicable
+
2008-09-11 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD: hack -O in to prevent O-less builds (gcc-4.3 screws that up
badly)
note: elfutils does not seem to build with gcc-4.2 currently; refer
bug #14689
diff --git a/libs/elfutils/PRE_BUILD b/libs/elfutils/PRE_BUILD
index f2e1119..7eb680d 100755
--- a/libs/elfutils/PRE_BUILD
+++ b/libs/elfutils/PRE_BUILD
@@ -1,6 +1,5 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-patch -p0 < $SCRIPT_DIRECTORY/unset-file-offset.patch &&
sed -i "s/-Werror//" */Makefile.in &&
sedit "/^addr/s/)/) \$(libelf)/" src/Makefile.am &&
sedit "/^line2addr_LDADD/s/)/) \$(libelf)/" tests/Makefile.am &&
diff --git a/libs/elfutils/unset-file-offset.patch
b/libs/elfutils/unset-file-offset.patch
deleted file mode 100644
index aa11c55..0000000
--- a/libs/elfutils/unset-file-offset.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- libdwfl/linux-kernel-modules.c.orig 2007-08-15 03:28:27.000000000
+0500
-+++ libdwfl/linux-kernel-modules.c 2007-10-01 20:46:01.000000000 +0500
-@@ -48,8 +48,6 @@
- <http://www.openinventionnetwork.com>. */
-
- #include <config.h>
--#undef _FILE_OFFSET_BITS /* Doesn't jibe with fts. */
--
- #include "libdwflP.h"
- #include <inttypes.h>
- #include <errno.h>
-@@ -60,6 +58,9 @@
- #include <sys/utsname.h>
- #include <fcntl.h>
- #include <unistd.h>
-+#undef _FILE_OFFSET_BITS /* Doesn't jibe with fts. */
-+#undef __USE_FILE_OFFSET64
-+
- #include <fts.h>
-
-



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (82b61e2cb8620ca4e13e48d94889eaf2b7cf0bd7), Eric Sandall, 04/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page