summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-05-30 18:46:48 +0200
committerLadislav Hagara2011-05-30 18:46:48 +0200
commitc03754a8207f043e0f9eaa78ad46b851020c9d0e (patch)
tree0cb7607b4ed8e70ea07145b2acdc120613977d2e
parentdcb2f0c6f2e461902ab0458b6610e56fd9f19936 (diff)
xplanet 1.2.2
configure: WARNING: unrecognized options: --with-glut, --with-animation, --with-gl
-rwxr-xr-xx11/xplanet/DEPENDS4
-rwxr-xr-xx11/xplanet/DETAILS4
-rw-r--r--x11/xplanet/HISTORY5
-rwxr-xr-xx11/xplanet/PRE_BUILD3
-rw-r--r--x11/xplanet/gcc-4.4.patch19
5 files changed, 7 insertions, 28 deletions
diff --git a/x11/xplanet/DEPENDS b/x11/xplanet/DEPENDS
index 92cda5cde9..9807e5355b 100755
--- a/x11/xplanet/DEPENDS
+++ b/x11/xplanet/DEPENDS
@@ -1,9 +1,5 @@
depends freetype2 &&
-optional_depends "GLUT" \
- "--with-glut --with-animation --with-gl" \
- "" \
- "for OpenGL support" &&
optional_depends "giflib" \
"--with-gif" \
"" \
diff --git a/x11/xplanet/DETAILS b/x11/xplanet/DETAILS
index d73933f735..f07006b265 100755
--- a/x11/xplanet/DETAILS
+++ b/x11/xplanet/DETAILS
@@ -1,9 +1,9 @@
SPELL=xplanet
- VERSION=1.2.1
+ VERSION=1.2.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/xplanet/$SOURCE
- SOURCE_HASH=sha512:6364854a45f4ff60ccfd7d576e4e132be27dc490e3d19ff7ac6b82ae87e7766a63863843eb39a349c8fd9a33096ca08b1fcb1d92bc1f7c548167299b38cf051c
+ SOURCE_HASH=sha512:1a5dbad62b79adce28239615e3a2fd00300fca085f9400f2735c5dc015f06c63e182ed0d78399324bf6049374f2c034e6026a4054f26c34e11024b956695a53f
WEB_SITE=http://xplanet.sourceforge.net
ENTERED=20020910
LICENSE[0]=GPL
diff --git a/x11/xplanet/HISTORY b/x11/xplanet/HISTORY
index a90913eb88..0127a2d523 100644
--- a/x11/xplanet/HISTORY
+++ b/x11/xplanet/HISTORY
@@ -1,3 +1,8 @@
+2011-05-30 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 1.2.2
+ * PRE_BUILD, gcc-4.4.patch: removed
+ * DEPENDS: GLUT removed
+
2010-11-03 Ladislav Hagara <hgr@vabo.cz>
* DEPENDS: jpeg -> JPEG
diff --git a/x11/xplanet/PRE_BUILD b/x11/xplanet/PRE_BUILD
deleted file mode 100755
index 8ee604d68b..0000000000
--- a/x11/xplanet/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p0 < ${SCRIPT_DIRECTORY}/gcc-4.4.patch
diff --git a/x11/xplanet/gcc-4.4.patch b/x11/xplanet/gcc-4.4.patch
deleted file mode 100644
index 85fd2ddf80..0000000000
--- a/x11/xplanet/gcc-4.4.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./src/Satellite.cpp.orig 2010-05-10 16:48:58.477891720 +0200
-+++ ./src/Satellite.cpp 2010-05-10 16:50:14.099065314 +0200
-@@ -1,6 +1,7 @@
- #include <clocale>
- #include <cstring>
- #include <iostream>
-+#include <cstdio>
- using namespace std;
-
- #include <sys/time.h>
---- ./src/Separation.cpp.orig 2010-05-10 16:51:19.090375809 +0200
-+++ ./src/Separation.cpp 2010-05-10 16:51:42.029875358 +0200
-@@ -1,5 +1,6 @@
- #include <cmath>
- #include <iostream>
-+#include <cstdio>
-
- #include "Separation.h"
- #include "View.h"