pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xplanet Added three patches that fix the "undeclar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5873f89b5e13
branches:  trunk
changeset: 493219:5873f89b5e13
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Apr 29 22:20:45 2005 +0000

description:
Added three patches that fix the "undeclared snprintf()" errors.
Approved by wiz.

diffstat:

 x11/xplanet/distinfo         |   5 ++++-
 x11/xplanet/patches/patch-aa |  14 ++++++++++++++
 x11/xplanet/patches/patch-ab |  14 ++++++++++++++
 x11/xplanet/patches/patch-ac |  12 ++++++++++++
 4 files changed, 44 insertions(+), 1 deletions(-)

diffs (65 lines):

diff -r e36de96da19c -r 5873f89b5e13 x11/xplanet/distinfo
--- a/x11/xplanet/distinfo      Fri Apr 29 22:18:30 2005 +0000
+++ b/x11/xplanet/distinfo      Fri Apr 29 22:20:45 2005 +0000
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.10 2005/04/01 11:33:36 adam Exp $
+$NetBSD: distinfo,v 1.11 2005/04/29 22:20:45 rillig Exp $
 
 SHA1 (xplanet-1.1.2.tar.gz) = 15e68c7f9ff8d7a1a0e3e64de74d1fafa29179eb
 RMD160 (xplanet-1.1.2.tar.gz) = 089a7b21c0a57b035ea5bf3e0a3f2060378eda67
 Size (xplanet-1.1.2.tar.gz) = 1185949 bytes
+SHA1 (patch-aa) = 0c7774676bfc1b274250c45e1e41cb28e8318bef
+SHA1 (patch-ab) = 2b35aee03aca31989562c8f69175f62c5853eb34
+SHA1 (patch-ac) = a22c46de57db2cd48db68d0b11a0d59446099616
diff -r e36de96da19c -r 5873f89b5e13 x11/xplanet/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xplanet/patches/patch-aa      Fri Apr 29 22:20:45 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.3 2005/04/29 22:20:45 rillig Exp $
+
+Needed for snprintf(3).
+
+--- src/libprojection/ProjectionBonne.cpp.orig Tue Nov 16 18:43:43 2004
++++ src/libprojection/ProjectionBonne.cpp      Tue Apr 26 12:35:18 2005
+@@ -8,6 +8,7 @@
+  */
+ 
+ #include <cmath>
++#include <cstdio>
+ #include <sstream>
+ #include <vector>
+ using namespace std;
diff -r e36de96da19c -r 5873f89b5e13 x11/xplanet/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xplanet/patches/patch-ab      Fri Apr 29 22:20:45 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.3 2005/04/29 22:20:45 rillig Exp $
+
+Needed for snprintf(3).
+
+--- src/libprojection/ProjectionGnomonic.cpp.orig      Tue Nov 16 20:06:45 2004
++++ src/libprojection/ProjectionGnomonic.cpp   Tue Apr 26 12:35:09 2005
+@@ -8,6 +8,7 @@
+ */
+ 
+ #include <cmath>
++#include <cstdio>
+ #include <sstream>
+ using namespace std;
+ 
diff -r e36de96da19c -r 5873f89b5e13 x11/xplanet/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xplanet/patches/patch-ac      Fri Apr 29 22:20:45 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.3 2005/04/29 22:20:45 rillig Exp $
+
+Needed for snprintf(3).
+
+--- src/libprojection/ProjectionMercator.cpp.orig      Tue Nov 16 22:56:55 2004
++++ src/libprojection/ProjectionMercator.cpp   Tue Apr 26 12:35:43 2005
+@@ -1,4 +1,5 @@
+ #include <cmath>
++#include <cstdio>
+ #include <sstream>
+ using namespace std;
+ 



Home | Main Index | Thread Index | Old Index