pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gpsdrive Re-add Alistair's gcc3 fixes for gp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a96ae1d672d
branches:  trunk
changeset: 478597:6a96ae1d672d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 26 23:38:19 2004 +0000

description:
Re-add Alistair's gcc3 fixes for gpsdrive (sorry for that).

diffstat:

 geography/gpsdrive/Makefile         |   4 +++-
 geography/gpsdrive/distinfo         |   5 ++++-
 geography/gpsdrive/patches/patch-ad |  12 ++++++++++++
 geography/gpsdrive/patches/patch-ae |  12 ++++++++++++
 geography/gpsdrive/patches/patch-af |  12 ++++++++++++
 5 files changed, 43 insertions(+), 2 deletions(-)

diffs (81 lines):

diff -r c31e376f034e -r 6a96ae1d672d geography/gpsdrive/Makefile
--- a/geography/gpsdrive/Makefile       Mon Jul 26 23:36:01 2004 +0000
+++ b/geography/gpsdrive/Makefile       Mon Jul 26 23:38:19 2004 +0000
@@ -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 @@
 USE_BUILDLINK3=                YES
 USE_PKGLOCALEDIR=      YES
 
+USE_LANGUAGE=  c c++
+
 # XXX make this an option
 CONFIGURE_ARGS+=       --disable-mysql
 
diff -r c31e376f034e -r 6a96ae1d672d geography/gpsdrive/distinfo
--- a/geography/gpsdrive/distinfo       Mon Jul 26 23:36:01 2004 +0000
+++ b/geography/gpsdrive/distinfo       Mon Jul 26 23:38:19 2004 +0000
@@ -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 -r c31e376f034e -r 6a96ae1d672d geography/gpsdrive/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsdrive/patches/patch-ad       Mon Jul 26 23:38:19 2004 +0000
@@ -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 -r c31e376f034e -r 6a96ae1d672d geography/gpsdrive/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsdrive/patches/patch-ae       Mon Jul 26 23:38:19 2004 +0000
@@ -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 -r c31e376f034e -r 6a96ae1d672d geography/gpsdrive/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsdrive/patches/patch-af       Mon Jul 26 23:38:19 2004 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index