[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (b807008f124cdb07080ce055aa00a8b972866a73)

Pol Vinogradov scm at sourcemage.org
Mon Aug 9 15:00:58 EDT 2010


GIT changes to master grimoire by Pol Vinogradov <vin.public at gmail.com>:

 spelling/stardict/DETAILS                          |    2 +-
 spelling/stardict/HISTORY                          |    4 ++++
 spelling/stardict/stardict-g++-sigc++3-fixes.patch |    7 +++++--
 3 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit b807008f124cdb07080ce055aa00a8b972866a73
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    spelling/stardict: added more fixes for g++ 4.5

diff --git a/spelling/stardict/DETAILS b/spelling/stardict/DETAILS
index bccf7c6..d99501b 100755
--- a/spelling/stardict/DETAILS
+++ b/spelling/stardict/DETAILS
@@ -4,7 +4,7 @@
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
      SOURCE_HASH=sha512:8a681cc9bfec4bb23870840aee35b99d3783c6ce9197968c57f94b46bedf044a1810d2a1b68123ed807e1e5ea5c80c1a6e3cc08623aaded039ff70b303b71fa3
-      PATCHLEVEL=1
+      PATCHLEVEL=2
         KEYWORDS="spelling"
       LICENSE[0]=GPL
         WEB_SITE=http://$SPELL.sourceforge.net
diff --git a/spelling/stardict/HISTORY b/spelling/stardict/HISTORY
index 4948d5c..7029c5b 100644
--- a/spelling/stardict/HISTORY
+++ b/spelling/stardict/HISTORY
@@ -1,3 +1,7 @@
+2010-08-09 Pol Vinogradov <vin.public at gmail.com>
+	* DETAILS: PATCHLEVEL++
+	* stardict-g++-sigc++3-fixes: more fixes for g++ 4.5
+
 2009-12-07 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: PATCHLEVEL++
 	* PRE_BUILD, stardict-g++-sigc++3-fixes.patch: made some fixes to
diff --git a/spelling/stardict/stardict-g++-sigc++3-fixes.patch b/spelling/stardict/stardict-g++-sigc++3-fixes.patch
index 1d1dc67..8dc0790 100644
--- a/spelling/stardict/stardict-g++-sigc++3-fixes.patch
+++ b/spelling/stardict/stardict-g++-sigc++3-fixes.patch
@@ -36,12 +36,13 @@ diff -Nuar stardict-3.0.1.orig/src/lib/common.cpp stardict-3.0.1/src/lib/common.
 diff -Nuar stardict-3.0.1.orig/src/lib/data.cpp stardict-3.0.1/src/lib/data.cpp
 --- stardict-3.0.1.orig/src/lib/data.cpp	2009-12-07 19:21:18.258453418 -0500
 +++ stardict-3.0.1/src/lib/data.cpp	2009-12-07 19:22:35.370274420 -0500
-@@ -26,6 +26,8 @@
+@@ -26,6 +26,9 @@
  
  #include "data.hpp"
  #include "getuint32.h"
 +#include <cstdlib>
 +#include <cstring>
++#include <cstdio>
  
  
  DictBase::DictBase()
@@ -72,12 +73,14 @@ diff -Nuar stardict-3.0.1.orig/src/lib/pluginmanager.cpp stardict-3.0.1/src/lib/
 diff -Nuar stardict-3.0.1.orig/src/lib/stardict_client.cpp stardict-3.0.1/src/lib/stardict_client.cpp
 --- stardict-3.0.1.orig/src/lib/stardict_client.cpp	2009-12-07 19:21:18.256449750 -0500
 +++ stardict-3.0.1/src/lib/stardict_client.cpp	2009-12-07 19:22:35.370274420 -0500
-@@ -28,6 +28,8 @@
+@@ -28,6 +28,10 @@
  #include "sockets.hpp"
  #include "md5.h"
  #include "getuint32.h"
 +#include <cstdlib>
 +#include <cstring>
++#include <cstdio>
++#include <gtk/gtk.h>
  
  #include "stardict_client.hpp"
  



More information about the SM-Commit mailing list