summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-01-17 19:00:33 +0000
committerkristerw <kristerw@pkgsrc.org>2005-01-17 19:00:33 +0000
commit59134a8ef0a0a993d0776f329f71647de3b98c40 (patch)
tree6c7bad9b3efc190fe421d8f64cad52c942e75771 /emulators
parent54a417ed580ccd1bd1086a723b81a8761d196331 (diff)
downloadpkgsrc-59134a8ef0a0a993d0776f329f71647de3b98c40.tar.gz
Make this compile on NetBSD 1.6 by adding some missing include files.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gpsim-devel/distinfo6
-rw-r--r--emulators/gpsim-devel/patches/patch-ae13
-rw-r--r--emulators/gpsim-devel/patches/patch-af12
-rw-r--r--emulators/gpsim-devel/patches/patch-ag12
4 files changed, 41 insertions, 2 deletions
diff --git a/emulators/gpsim-devel/distinfo b/emulators/gpsim-devel/distinfo
index d30cebda0f2..4354ad26dbc 100644
--- a/emulators/gpsim-devel/distinfo
+++ b/emulators/gpsim-devel/distinfo
@@ -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-aa) = 0f5bae7ef32e80070d0f033015dc3cdd0e36ea6c
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 --git a/emulators/gpsim-devel/patches/patch-ae b/emulators/gpsim-devel/patches/patch-ae
new file mode 100644
index 00000000000..91b012f5d0e
--- /dev/null
+++ b/emulators/gpsim-devel/patches/patch-ae
@@ -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 --git a/emulators/gpsim-devel/patches/patch-af b/emulators/gpsim-devel/patches/patch-af
new file mode 100644
index 00000000000..360cb3b7701
--- /dev/null
+++ b/emulators/gpsim-devel/patches/patch-af
@@ -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 --git a/emulators/gpsim-devel/patches/patch-ag b/emulators/gpsim-devel/patches/patch-ag
new file mode 100644
index 00000000000..c263f76d4ac
--- /dev/null
+++ b/emulators/gpsim-devel/patches/patch-ag
@@ -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"
+
+