[SM-Commit] GIT changes to stable-0.31 grimoire by Jaka Kranjc (f2d0608260dcaacbb49cd58b1b17465eb79326f9)

Jaka Kranjc scm at sourcemage.org
Tue Mar 24 11:45:43 EDT 2009


GIT changes to stable-0.31 grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 gnome2-libs/gnome-sharp/HISTORY                              |    3 +++
 gnome2-libs/gnome-sharp/PRE_BUILD                            |    1 +
 graphics-libs/cegui/HISTORY                                  |    4 ++++
 graphics-libs/cegui/PRE_BUILD                                |    3 ++-
 x11-toolkits/gtk-sharp-2/HISTORY                             |    3 +++
 x11-toolkits/gtk-sharp-2/PRE_BUILD                           |    5 +++++
 xorg-driver/xf86-video-ati/xf86-video-ati-6.11.0.tar.bz2.sig |binary
 7 files changed, 18 insertions(+), 1 deletion(-)

New commits:
commit 59c560833363c184e1e1d0048dbbf8f4c134100f
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    cegui: Run `libtoolize -f` and add '-f' to autoreconf to fix
    Bug #15124
    (cherry picked from commit 7f44b64d3cd5b4ac1fe4f5216f8ba0e7b103c4fa)

commit c6e199e8098a49828e848b80e31c8f99a7c5e770
Author: Eric Sandall <esandall at esandall25808.local.webex.com>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    xf86-video-ati: Added missing sig (thanks Andraz)
    (cherry picked from commit a571c66fccebbc30eb087a1c88dfe15376ad4d31)

commit 58891b35f58502f65a6f5e380da4fbfaebbd08f5
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    gtk-sharp-2: Fix compilation with libtool 2.2.6a (Bug #15125)
    (cherry picked from commit ae110ec0c13cd54f6a02de0926e9d4500e1a7beb)

commit 53fb2028ae30732da986292b307c5df4b314aaab
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    gnome-sharp: Fix compilation with libtool 2.2.6a (Bug #15126)
    (cherry picked from commit c1a7f9da465bb1aaeeea57a7fdf708a840e2e33b)

diff --git a/gnome2-libs/gnome-sharp/HISTORY b/gnome2-libs/gnome-sharp/HISTORY
index fd182e9..c722997 100644
--- a/gnome2-libs/gnome-sharp/HISTORY
+++ b/gnome2-libs/gnome-sharp/HISTORY
@@ -1,3 +1,6 @@
+2009-03-19 Eric Sandall <sandalle at sourcemage.org>
+	* PRE_BUILD: Fix compilation with libtool 2.2.6a (Bug #15126)
+
 2008-10-05 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 2.24.0
 	* DEPENDS: added glib2 and gtk+2
diff --git a/gnome2-libs/gnome-sharp/PRE_BUILD b/gnome2-libs/gnome-sharp/PRE_BUILD
index 80bc6f6..c7daf65 100755
--- a/gnome2-libs/gnome-sharp/PRE_BUILD
+++ b/gnome2-libs/gnome-sharp/PRE_BUILD
@@ -2,5 +2,6 @@ default_pre_build               &&
 cd  $SOURCE_DIRECTORY           &&
 
 sedit  "s:libgtkhtml-3.8:libgtkhtml-3.14:g"  configure.in  &&
+libtoolize -f  &&
 aclocal  &&
 autoconf
diff --git a/graphics-libs/cegui/HISTORY b/graphics-libs/cegui/HISTORY
index 0876a79..bbd373e 100644
--- a/graphics-libs/cegui/HISTORY
+++ b/graphics-libs/cegui/HISTORY
@@ -1,3 +1,7 @@
+2009-03-19 Eric Sandall <sandalle at sourcemage.org>
+	* PRE_BUILD: Run `libtoolize -f` and add '-f' to autoreconf to fix
+	  Bug #15124
+
 2008-07-12 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 0.6.1
 	* PRE_BUILD: No longer apply gcc 4.3 patch
diff --git a/graphics-libs/cegui/PRE_BUILD b/graphics-libs/cegui/PRE_BUILD
index b0a94f5..66a2c37 100755
--- a/graphics-libs/cegui/PRE_BUILD
+++ b/graphics-libs/cegui/PRE_BUILD
@@ -2,4 +2,5 @@ default_pre_build                          &&
 cd $SOURCE_DIRECTORY                       &&
 sedit 's: lua < 5.1::' acinclude.m4        &&
 touch INSTALL NEWS                         &&
-autoreconf
+libtoolize -f                              &&
+autoreconf -f
diff --git a/x11-toolkits/gtk-sharp-2/HISTORY b/x11-toolkits/gtk-sharp-2/HISTORY
index 70fc561..2c8a843 100644
--- a/x11-toolkits/gtk-sharp-2/HISTORY
+++ b/x11-toolkits/gtk-sharp-2/HISTORY
@@ -1,3 +1,6 @@
+2009-03-19 Eric Sandall <sandalle at sourcemage.org>
+	* PRE_BUILD: Fix compilation with libtool 2.2.6a (Bug #15125)
+
 2009-01-14 George Sherwood <gsherwood at sourcemage.org>
 	* DETAILS: Updated to version 2.12.7
 
diff --git a/x11-toolkits/gtk-sharp-2/PRE_BUILD b/x11-toolkits/gtk-sharp-2/PRE_BUILD
new file mode 100755
index 0000000..ac2a160
--- /dev/null
+++ b/x11-toolkits/gtk-sharp-2/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build     &&
+cd $SOURCE_DIRECTORY  &&
+touch INSTALL         &&
+libtoolize -f         &&
+autoreconf -f
diff --git a/xorg-driver/xf86-video-ati/xf86-video-ati-6.11.0.tar.bz2.sig b/xorg-driver/xf86-video-ati/xf86-video-ati-6.11.0.tar.bz2.sig
new file mode 100644
index 0000000..55a264b
Binary files /dev/null and b/xorg-driver/xf86-video-ati/xf86-video-ati-6.11.0.tar.bz2.sig differ



More information about the SM-Commit mailing list