summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-26 23:38:19 +0000
committerwiz <wiz@pkgsrc.org>2004-07-26 23:38:19 +0000
commit25fbc1073f9227f1d6210c5e8b6e4644f75026db (patch)
tree5dced40a89a80e704fbdc0ca1510c29f5b4a81b3 /geography
parentdbbf1b50b05bd67ca68c5c7ceb448e0d0d5675ff (diff)
downloadpkgsrc-25fbc1073f9227f1d6210c5e8b6e4644f75026db.tar.gz
Re-add Alistair's gcc3 fixes for gpsdrive (sorry for that).
Diffstat (limited to 'geography')
-rw-r--r--geography/gpsdrive/Makefile4
-rw-r--r--geography/gpsdrive/distinfo5
-rw-r--r--geography/gpsdrive/patches/patch-ad12
-rw-r--r--geography/gpsdrive/patches/patch-ae12
-rw-r--r--geography/gpsdrive/patches/patch-af12
5 files changed, 43 insertions, 2 deletions
diff --git a/geography/gpsdrive/Makefile b/geography/gpsdrive/Makefile
index fba85d85c2a..cf542a79883 100644
--- a/geography/gpsdrive/Makefile
+++ b/geography/gpsdrive/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/26 23:33:35 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/26 23:38:19 wiz Exp $
DISTNAME= gpsdrive-1.31
PKGREVISION= 5
@@ -15,6 +15,8 @@ GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
+USE_LANGUAGE= c c++
+
# XXX make this an option
CONFIGURE_ARGS+= --disable-mysql
diff --git a/geography/gpsdrive/distinfo b/geography/gpsdrive/distinfo
index 6ea06171bc6..48239750f5b 100644
--- a/geography/gpsdrive/distinfo
+++ b/geography/gpsdrive/distinfo
@@ -1,7 +1,10 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/26 23:33:35 wiz Exp $
+$NetBSD: distinfo,v 1.2 2004/07/26 23:38:19 wiz Exp $
SHA1 (gpsdrive-1.31.tar.gz) = 296a06d264c5fbb077c91f3529b4e6f122423f05
Size (gpsdrive-1.31.tar.gz) = 784379 bytes
SHA1 (patch-aa) = cc5dd44020ffc5f22dc958c938b9f98ff6e01810
SHA1 (patch-ab) = 240901fe52e41db1a41299f66ac61c06898f1881
SHA1 (patch-ac) = 86f67ad04378f14a95e5b9fc806b2054ef4be127
+SHA1 (patch-ad) = 05d6be6ba7bd37b4b0599092ace2d5db7825c01d
+SHA1 (patch-ae) = 5ab12f3f1f94a84acac0bc47fb4ad5a3bb75b7b6
+SHA1 (patch-af) = ba047381fcf07b3797c73199f85536b2a7efb61e
diff --git a/geography/gpsdrive/patches/patch-ad b/geography/gpsdrive/patches/patch-ad
new file mode 100644
index 00000000000..afce7c8e133
--- /dev/null
+++ b/geography/gpsdrive/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2004/07/26 23:38:19 wiz Exp $
+
+--- src/netlib.c 2004/07/22 11:16:34 1.1
++++ src/netlib.c 2004/07/22 11:17:03
+@@ -23,7 +23,6 @@
+ #include <sys/socket.h>
+ #include <sys/time.h>
+ #include <netinet/in.h>
+-#include <varargs.h>
+ #include <netdb.h>
+ #include <stdio.h>
+ #include <arpa/inet.h>
diff --git a/geography/gpsdrive/patches/patch-ae b/geography/gpsdrive/patches/patch-ae
new file mode 100644
index 00000000000..a35db5c5147
--- /dev/null
+++ b/geography/gpsdrive/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2004/07/26 23:38:19 wiz Exp $
+
+--- src/garble.cpp 2004/07/22 11:19:47 1.1
++++ src/garble.cpp 2004/07/22 11:20:55
+@@ -29,6 +29,7 @@
+ #include <iostream>
+ #include <string>
+ #include <cstdlib>
++#include <cassert>
+ // #include <ctime>
+
+ using namespace std;
diff --git a/geography/gpsdrive/patches/patch-af b/geography/gpsdrive/patches/patch-af
new file mode 100644
index 00000000000..26eccbd3db1
--- /dev/null
+++ b/geography/gpsdrive/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2004/07/26 23:38:19 wiz Exp $
+
+--- src/gpsdrivegarble.cpp 2004/07/22 11:30:57 1.1
++++ src/gpsdrivegarble.cpp 2004/07/22 11:31:15
+@@ -64,6 +64,7 @@
+ #include <iostream>
+ #include <string>
+ #include <cstdlib>
++#include <cassert>
+ // #include <ctime>
+
+ using namespace std;