pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/gpsim-devel Make this compile on NetBSD 1.6 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b15f82584565
branches:  trunk
changeset: 487631:b15f82584565
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Jan 17 19:00:33 2005 +0000

description:
Make this compile on NetBSD 1.6 by adding some missing include files.

diffstat:

 emulators/gpsim-devel/distinfo         |   6 ++++--
 emulators/gpsim-devel/patches/patch-ae |  13 +++++++++++++
 emulators/gpsim-devel/patches/patch-af |  12 ++++++++++++
 emulators/gpsim-devel/patches/patch-ag |  12 ++++++++++++
 4 files changed, 41 insertions(+), 2 deletions(-)

diffs (66 lines):

diff -r cd28afda4743 -r b15f82584565 emulators/gpsim-devel/distinfo
--- a/emulators/gpsim-devel/distinfo    Mon Jan 17 18:32:47 2005 +0000
+++ b/emulators/gpsim-devel/distinfo    Mon Jan 17 19:00:33 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/11/29 20:51:51 bouyer Exp $
+$NetBSD: distinfo,v 1.2 2005/01/17 19:00:33 kristerw Exp $
 
 SHA1 (gpsim-20040826.tar.gz) = 799632050e48ae341070061aff42efeb079d50aa
 Size (gpsim-20040826.tar.gz) = 1114098 bytes
@@ -6,4 +6,6 @@
 SHA1 (patch-ab) = 5def3db082263602c21620a817b0eb80dfe32d5a
 SHA1 (patch-ac) = d80b4ca01748d2e6f469d51d5b1cf88728e7e499
 SHA1 (patch-ad) = 0f14301df5752f831768f38c908da1a76614b6b8
-SHA1 (patch-wdt) = b1f3112651d01c57eda64c73efc44f098a8639e8
+SHA1 (patch-ae) = 0301b3fe241ab74419baccf81fe70c5cfb496c85
+SHA1 (patch-af) = 7a151b2eb71ab781db1ea6da77f91b19d885cfc6
+SHA1 (patch-ag) = 2021add5097cf9cc449c6209ba0e97eb75a392f4
diff -r cd28afda4743 -r b15f82584565 emulators/gpsim-devel/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/gpsim-devel/patches/patch-ae    Mon Jan 17 19:00:33 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2005/01/17 19:00:33 kristerw Exp $
+
+--- cli/expr.cc.orig   Mon Jan 17 19:39:52 2005
++++ cli/expr.cc        Mon Jan 17 19:41:03 2005
+@@ -2,6 +2,8 @@
+ #include <list>
+ #include <vector>
+ #include <iostream>
++#include <typeinfo>
++#include <cstdio>
+ 
+ #include "expr.h"
+ #include "errors.h"
diff -r cd28afda4743 -r b15f82584565 emulators/gpsim-devel/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/gpsim-devel/patches/patch-af    Mon Jan 17 19:00:33 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2005/01/17 19:00:33 kristerw Exp $
+
+--- cli/scan.cc.orig   Mon Jan 17 19:39:09 2005
++++ cli/scan.cc        Mon Jan 17 19:39:26 2005
+@@ -9,6 +9,7 @@
+ #define YY_FLEX_MINOR_VERSION 5
+ 
+ #include <stdio.h>
++#include <errno.h>
+ 
+ 
+ /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
diff -r cd28afda4743 -r b15f82584565 emulators/gpsim-devel/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/gpsim-devel/patches/patch-ag    Mon Jan 17 19:00:33 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2005/01/17 19:00:33 kristerw Exp $
+
+--- gui/settings_exdbm.cc.orig Mon Jan 17 19:45:00 2005
++++ gui/settings_exdbm.cc      Mon Jan 17 19:45:17 2005
+@@ -19,6 +19,7 @@
+ the Free Software Foundation, 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.  */
+ 
++#include <cstdio>
+ #include "settings_exdbm.h"
+ 
+ 



Home | Main Index | Thread Index | Old Index