pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/celestia Fix template lookup of Square.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac7c00ed06f0
branches:  trunk
changeset: 626360:ac7c00ed06f0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 08 21:15:47 2013 +0000

description:
Fix template lookup of Square.

diffstat:

 misc/celestia/distinfo                              |   3 ++-
 misc/celestia/patches/patch-src_celmath_intersect.h |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r d44a09d92a91 -r ac7c00ed06f0 misc/celestia/distinfo
--- a/misc/celestia/distinfo    Fri Nov 08 21:15:22 2013 +0000
+++ b/misc/celestia/distinfo    Fri Nov 08 21:15:47 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2013/10/27 21:21:26 dholland Exp $
+$NetBSD: distinfo,v 1.25 2013/11/08 21:15:47 joerg Exp $
 
 SHA1 (celestia-1.6.1.tar.gz) = 1f0fdf4525a8b9d6c708e1f6383babed670d18e7
 RMD160 (celestia-1.6.1.tar.gz) = 46ffae2896f95d92b0b7aaacfce8d004fb55bf1a
@@ -19,4 +19,5 @@
 SHA1 (patch-src_celengine_command.cpp) = 5f1466541f4153651425f597f45f852c93af8b7f
 SHA1 (patch-src_celengine_stardb.cpp) = 43d1998fcdd0116db43267b334533ec5fa3dfc72
 SHA1 (patch-src_celengine_texture.cpp) = eb60e81aab7097a3cb2481b052a3a9fe98bfb8e6
+SHA1 (patch-src_celmath_intersect.h) = c39819abd757d4e36f0af473ae0807a447789ddf
 SHA1 (patch-src_celmath_mathlib.h) = 4974e116286664dbeb617eaee7d1823f8e565909
diff -r d44a09d92a91 -r ac7c00ed06f0 misc/celestia/patches/patch-src_celmath_intersect.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/celestia/patches/patch-src_celmath_intersect.h       Fri Nov 08 21:15:47 2013 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_celmath_intersect.h,v 1.1 2013/11/08 21:15:47 joerg Exp $
+
+--- src/celmath/intersect.h.orig       2013-11-07 14:03:35.000000000 +0000
++++ src/celmath/intersect.h
+@@ -12,6 +12,7 @@
+ #ifndef _CELMATH_INTERSECT_H_
+ #define _CELMATH_INTERSECT_H_
+ 
++#include "mathlib.h"
+ #include "ray.h"
+ #include "sphere.h"
+ #include "ellipsoid.h"



Home | Main Index | Thread Index | Old Index