Skip to Content.
Sympa Menu

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

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 (205be6f5abff71c556b049f8ef65d56e98e39095)
  • Date: Sun, 13 Jul 2008 02:23:37 -0500

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

dev/null |binary
graphics-libs/cegui/CEGUI-0.6.0.tar.gz.sig | 0
graphics-libs/cegui/CEGUI-0.6.1.tar.gz.sig |binary
graphics-libs/cegui/DETAILS | 2 +-
graphics-libs/cegui/HISTORY | 5 +++++
graphics-libs/cegui/PRE_BUILD | 1 -
graphics-libs/cegui/gcc43.patch | 11 -----------
7 files changed, 6 insertions(+), 13 deletions(-)

New commits:
commit 205be6f5abff71c556b049f8ef65d56e98e39095
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

cegui: Updated to 0.6.1

diff --git a/graphics-libs/cegui/CEGUI-0.6.0.tar.gz.sig
b/graphics-libs/cegui/CEGUI-0.6.0.tar.gz.sig
deleted file mode 100644
index 3910320..0000000
Binary files a/graphics-libs/cegui/CEGUI-0.6.0.tar.gz.sig and /dev/null differ
diff --git a/graphics-libs/cegui/CEGUI-0.6.1.tar.gz.sig
b/graphics-libs/cegui/CEGUI-0.6.1.tar.gz.sig
new file mode 100644
index 0000000..1b4d4e1
Binary files /dev/null and b/graphics-libs/cegui/CEGUI-0.6.1.tar.gz.sig differ
diff --git a/graphics-libs/cegui/DETAILS b/graphics-libs/cegui/DETAILS
index 5579152..53e6a7a 100755
--- a/graphics-libs/cegui/DETAILS
+++ b/graphics-libs/cegui/DETAILS
@@ -1,6 +1,6 @@
SPELL=cegui
PKG=CEGUI
- VERSION=0.6.0
+ VERSION=0.6.1
SOURCE=${PKG}-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${PKG}-${VERSION/b}
SOURCE_URL[0]=$SOURCEFORGE_URL/crayzedsgui/$SOURCE
diff --git a/graphics-libs/cegui/HISTORY b/graphics-libs/cegui/HISTORY
index ef8a621..d6bc0aa 100644
--- a/graphics-libs/cegui/HISTORY
+++ b/graphics-libs/cegui/HISTORY
@@ -1,3 +1,8 @@
+2008-07-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.6.1
+ * PRE_BUILD: No longer apply gcc 4.3 patch
+ * gcc43.patch: Removed, fixed upstream
+
2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.6.0
Fixes compilation with xerces-c 2.8.0
diff --git a/graphics-libs/cegui/PRE_BUILD b/graphics-libs/cegui/PRE_BUILD
index bb5ad0c..b0a94f5 100755
--- a/graphics-libs/cegui/PRE_BUILD
+++ b/graphics-libs/cegui/PRE_BUILD
@@ -1,6 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p1 < $SCRIPT_DIRECTORY/gcc43.patch &&
sedit 's: lua < 5.1::' acinclude.m4 &&
touch INSTALL NEWS &&
autoreconf
diff --git a/graphics-libs/cegui/gcc43.patch b/graphics-libs/cegui/gcc43.patch
deleted file mode 100644
index 38f3e7d..0000000
--- a/graphics-libs/cegui/gcc43.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur CEGUI-0.6.0.orig/Samples/TreeDemo/src/Sample_TreeDemo.cpp
CEGUI-0.6.0/Samples/TreeDemo/src/Sample_TreeDemo.cpp
---- CEGUI-0.6.0.orig/Samples/TreeDemo/src/Sample_TreeDemo.cpp 2008-04-26
17:13:50.668243450 -0700
-+++ CEGUI-0.6.0/Samples/TreeDemo/src/Sample_TreeDemo.cpp 2008-04-26
17:14:38.688219245 -0700
-@@ -13,6 +13,7 @@
- #endif
-
- #include <time.h>
-+#include <cstdlib>
-
-
- const unsigned int TreeDemoSample::TreeID = 1;



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (205be6f5abff71c556b049f8ef65d56e98e39095), Eric Sandall, 07/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page