summaryrefslogtreecommitdiff
path: root/misc/celestia
diff options
context:
space:
mode:
authoralnsn <alnsn@pkgsrc.org>2014-05-03 13:05:13 +0000
committeralnsn <alnsn@pkgsrc.org>2014-05-03 13:05:13 +0000
commit91bebb31533b59424ee054e53a533680888af9e5 (patch)
tree619bcb1c0f404deb4694014a58c547ee80b6fb1f /misc/celestia
parent76593ad89a9069ab701adc6ab0cd554b92e843e0 (diff)
downloadpkgsrc-91bebb31533b59424ee054e53a533680888af9e5.tar.gz
Trivial change to fix compilation. Revbump for Lua multiversion support.
Diffstat (limited to 'misc/celestia')
-rw-r--r--misc/celestia/Makefile5
-rw-r--r--misc/celestia/distinfo3
-rw-r--r--misc/celestia/patches/patch-src_celengine_frametree.h14
3 files changed, 19 insertions, 3 deletions
diff --git a/misc/celestia/Makefile b/misc/celestia/Makefile
index c5587f5e483..0e0df027694 100644
--- a/misc/celestia/Makefile
+++ b/misc/celestia/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.59 2014/04/10 06:21:29 obache Exp $
+# $NetBSD: Makefile,v 1.60 2014/05/03 13:05:13 alnsn Exp $
DISTNAME= celestia-1.6.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= misc x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=celestia/}
MAINTAINER= cesar_catrian@yahoo.com
HOMEPAGE= http://www.shatters.net/celestia/
COMMENT= Free real-time 3D space simulator
+LICENSE= gnu-gpl-v2
DISTINFO_FILE= ${.CURDIR}/../../misc/celestia/distinfo
PATCHDIR= ${.CURDIR}/../../misc/celestia/patches
diff --git a/misc/celestia/distinfo b/misc/celestia/distinfo
index c822d9c1b3b..b7eee4046bb 100644
--- a/misc/celestia/distinfo
+++ b/misc/celestia/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2013/11/08 21:15:47 joerg Exp $
+$NetBSD: distinfo,v 1.26 2014/05/03 13:05:13 alnsn Exp $
SHA1 (celestia-1.6.1.tar.gz) = 1f0fdf4525a8b9d6c708e1f6383babed670d18e7
RMD160 (celestia-1.6.1.tar.gz) = 46ffae2896f95d92b0b7aaacfce8d004fb55bf1a
@@ -17,6 +17,7 @@ SHA1 (patch-aq) = fdc7b7f0ff04672f93af144f41e09751b4de0c1a
SHA1 (patch-src_celengine_astro.cpp) = 0331128a2a01259958afd5e806a51d5b0e75769a
SHA1 (patch-src_celengine_cmdparser.cpp) = b1c54d0b5c6af92606cdf9f23b73c1a8662a1acb
SHA1 (patch-src_celengine_command.cpp) = 5f1466541f4153651425f597f45f852c93af8b7f
+SHA1 (patch-src_celengine_frametree.h) = 899bd5f958864ed26addc2a87ef61d97806cf37c
SHA1 (patch-src_celengine_stardb.cpp) = 43d1998fcdd0116db43267b334533ec5fa3dfc72
SHA1 (patch-src_celengine_texture.cpp) = eb60e81aab7097a3cb2481b052a3a9fe98bfb8e6
SHA1 (patch-src_celmath_intersect.h) = c39819abd757d4e36f0af473ae0807a447789ddf
diff --git a/misc/celestia/patches/patch-src_celengine_frametree.h b/misc/celestia/patches/patch-src_celengine_frametree.h
new file mode 100644
index 00000000000..3808ad10a5b
--- /dev/null
+++ b/misc/celestia/patches/patch-src_celengine_frametree.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_celengine_frametree.h,v 1.1 2014/05/03 13:05:13 alnsn Exp $
+
+Add include file for NULL.
+
+--- src/celengine/frametree.h.orig 2011-06-05 16:11:09.000000000 +0000
++++ src/celengine/frametree.h
+@@ -13,6 +13,7 @@
+ #ifndef _CELENGINE_FRAMETREE_H_
+ #define _CELENGINE_FRAMETREE_H_
+
++#include <cstddef>
+ #include <vector>
+
+ class Star;