Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (eae83c7c12b7e8d93d7fd7de538f272069094455)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (eae83c7c12b7e8d93d7fd7de538f272069094455)
  • Date: Fri, 15 May 2009 19:26:54 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

x11/xplanet/DETAILS | 4 +-
x11/xplanet/HISTORY | 4 ++
x11/xplanet/PRE_BUILD | 3 -
x11/xplanet/gcc43.patch | 80
------------------------------------------------
4 files changed, 6 insertions(+), 85 deletions(-)

New commits:
commit eae83c7c12b7e8d93d7fd7de538f272069094455
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

xplanet 1.2.1

diff --git a/x11/xplanet/DETAILS b/x11/xplanet/DETAILS
index 063e6b6..d73933f 100755
--- a/x11/xplanet/DETAILS
+++ b/x11/xplanet/DETAILS
@@ -1,9 +1,9 @@
SPELL=xplanet
- VERSION=1.2.0
+ VERSION=1.2.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/xplanet/$SOURCE
-
SOURCE_HASH=sha512:7c2acef8ebbd652a5cab7f2f7947af51b97ad21863687b61261922e655c910ce34d9d5b282b8e6a0b24dc951471c7e4f2486563cb2e6dc2865028774bf6d8f50
+
SOURCE_HASH=sha512:6364854a45f4ff60ccfd7d576e4e132be27dc490e3d19ff7ac6b82ae87e7766a63863843eb39a349c8fd9a33096ca08b1fcb1d92bc1f7c548167299b38cf051c
WEB_SITE=http://xplanet.sourceforge.net
ENTERED=20020910
LICENSE[0]=GPL
diff --git a/x11/xplanet/HISTORY b/x11/xplanet/HISTORY
index ccfd826..8d22986 100644
--- a/x11/xplanet/HISTORY
+++ b/x11/xplanet/HISTORY
@@ -1,3 +1,7 @@
+2009-05-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.2.1
+ * PRE_BUILD, gcc43.patch: removed
+
2008-07-12 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: depends on giflib, provider deprecated

diff --git a/x11/xplanet/PRE_BUILD b/x11/xplanet/PRE_BUILD
deleted file mode 100755
index b4c1cb3..0000000
--- a/x11/xplanet/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p1 < ${SCRIPT_DIRECTORY}/gcc43.patch
diff --git a/x11/xplanet/gcc43.patch b/x11/xplanet/gcc43.patch
deleted file mode 100644
index 6ed2635..0000000
--- a/x11/xplanet/gcc43.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-diff -Naupr xplanet-1.2.0/src/buildPlanetMap.cpp
xplanet-1.2.0.fixed/src/buildPlanetMap.cpp
---- xplanet-1.2.0/src/buildPlanetMap.cpp 2004-04-20 23:47:21.000000000
+0200
-+++ xplanet-1.2.0.fixed/src/buildPlanetMap.cpp 2008-05-18 19:09:26.674392256
+0200
-@@ -1,3 +1,4 @@
-+#include <cstdlib>
- #include <cmath>
- #include <cstdio>
- #include <map>
-diff -Naupr xplanet-1.2.0/src/libannotate/Icon.cpp
xplanet-1.2.0.fixed/src/libannotate/Icon.cpp
---- xplanet-1.2.0/src/libannotate/Icon.cpp 2004-02-16 19:36:42.000000000
+0100
-+++ xplanet-1.2.0.fixed/src/libannotate/Icon.cpp 2008-05-18
19:03:53.104274715 +0200
-@@ -8,6 +8,7 @@ using namespace std;
-
- #include "libdisplay/libdisplay.h"
- #include "libimage/Image.h"
-+#include <cstring>
-
- Icon::Icon(const int x, const int y, const std::string &filename,
- const unsigned char *transparent)
-diff -Naupr xplanet-1.2.0/src/libplanet/Planet.cpp
xplanet-1.2.0.fixed/src/libplanet/Planet.cpp
---- xplanet-1.2.0/src/libplanet/Planet.cpp 2005-06-14 20:04:05.000000000
+0200
-+++ xplanet-1.2.0.fixed/src/libplanet/Planet.cpp 2008-05-18
19:05:12.344297804 +0200
-@@ -1,3 +1,4 @@
-+#include <cstring>
- #include <cmath>
- #include <cstdio>
- #include <cctype>
-diff -Naupr xplanet-1.2.0/src/libprojection/getProjection.cpp
xplanet-1.2.0.fixed/src/libprojection/getProjection.cpp
---- xplanet-1.2.0/src/libprojection/getProjection.cpp 2005-06-13
17:13:11.000000000 +0200
-+++ xplanet-1.2.0.fixed/src/libprojection/getProjection.cpp 2008-05-18
19:07:42.291085791 +0200
-@@ -1,3 +1,4 @@
-+#include <cstdlib>
- #include <cctype>
- #include <cstring>
- #include <sstream>
-diff -Naupr xplanet-1.2.0/src/Map.cpp xplanet-1.2.0.fixed/src/Map.cpp
---- xplanet-1.2.0/src/Map.cpp 2005-06-15 01:40:46.000000000 +0200
-+++ xplanet-1.2.0.fixed/src/Map.cpp 2008-05-18 19:08:50.101035754 +0200
-@@ -1,3 +1,4 @@
-+#include <cstdlib>
- #include <map>
- #include <sstream>
- #include <string>
-diff -Naupr xplanet-1.2.0/src/parseColor.cpp
xplanet-1.2.0.fixed/src/parseColor.cpp
---- xplanet-1.2.0/src/parseColor.cpp 2004-11-23 18:49:48.000000000 +0100
-+++ xplanet-1.2.0.fixed/src/parseColor.cpp 2008-05-18 19:10:34.168627069
+0200
-@@ -1,3 +1,5 @@
-+#include <cstdlib>
-+#include <cstring>
- #include <cstdio>
- #include <fstream>
- #include <map>
-diff -Naupr xplanet-1.2.0/src/PlanetProperties.h
xplanet-1.2.0.fixed/src/PlanetProperties.h
---- xplanet-1.2.0/src/PlanetProperties.h 2005-04-02 02:43:06.000000000
+0200
-+++ xplanet-1.2.0.fixed/src/PlanetProperties.h 2008-05-18 19:03:14.124299203
+0200
-@@ -3,6 +3,7 @@
-
- #include <string>
- #include <vector>
-+#include <cstring>
-
- #include "body.h"
-
-diff -Naupr xplanet-1.2.0/src/xplanet.cpp xplanet-1.2.0.fixed/src/xplanet.cpp
---- xplanet-1.2.0/src/xplanet.cpp 2004-09-09 17:46:05.000000000 +0200
-+++ xplanet-1.2.0.fixed/src/xplanet.cpp 2008-05-18 19:11:54.607880344
+0200
-@@ -1,3 +1,4 @@
-+#include <cstdlib>
- #include <clocale>
- #include <cstdio>
- #include <iostream>
-diff -Naupr xplanet-1.2.0/src/xpUtil.cpp xplanet-1.2.0.fixed/src/xpUtil.cpp
---- xplanet-1.2.0/src/xpUtil.cpp 2005-04-02 02:22:51.000000000 +0200
-+++ xplanet-1.2.0.fixed/src/xpUtil.cpp 2008-05-18 19:11:31.280905627 +0200
-@@ -1,3 +1,5 @@
-+#include <cstdlib>
-+#include <cstring>
- #include <cerrno>
- #include <clocale>
- #include <cmath>



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (eae83c7c12b7e8d93d7fd7de538f272069094455), Ladislav Hagara, 05/15/2009

Archive powered by MHonArc 2.6.24.

Top of Page