pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/gpsdrive Make this package compile with gcc3.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4c465f2315c
branches: trunk
changeset: 478353:c4c465f2315c
user: agc <agc%pkgsrc.org@localhost>
date: Thu Jul 22 11:36:00 2004 +0000
description:
Make this package compile with gcc3.3.
Addresses problem reported in PR 26398.
diffstat:
misc/gpsdrive/Makefile | 4 +++-
misc/gpsdrive/distinfo | 5 ++++-
misc/gpsdrive/patches/patch-ad | 12 ++++++++++++
misc/gpsdrive/patches/patch-ae | 12 ++++++++++++
misc/gpsdrive/patches/patch-af | 12 ++++++++++++
5 files changed, 43 insertions(+), 2 deletions(-)
diffs (81 lines):
diff -r b6fc48be7e3f -r c4c465f2315c misc/gpsdrive/Makefile
--- a/misc/gpsdrive/Makefile Thu Jul 22 09:15:59 2004 +0000
+++ b/misc/gpsdrive/Makefile Thu Jul 22 11:36:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/05/09 04:22:32 snj Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/22 11:36:00 agc 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 b6fc48be7e3f -r c4c465f2315c misc/gpsdrive/distinfo
--- a/misc/gpsdrive/distinfo Thu Jul 22 09:15:59 2004 +0000
+++ b/misc/gpsdrive/distinfo Thu Jul 22 11:36:00 2004 +0000
@@ -1,7 +1,10 @@
-$NetBSD: distinfo,v 1.3 2003/01/08 17:29:06 tsarna Exp $
+$NetBSD: distinfo,v 1.4 2004/07/22 11:36:00 agc 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 b6fc48be7e3f -r c4c465f2315c misc/gpsdrive/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gpsdrive/patches/patch-ad Thu Jul 22 11:36:00 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2004/07/22 11:36:01 agc 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 b6fc48be7e3f -r c4c465f2315c misc/gpsdrive/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gpsdrive/patches/patch-ae Thu Jul 22 11:36:00 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2004/07/22 11:36:01 agc 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 b6fc48be7e3f -r c4c465f2315c misc/gpsdrive/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gpsdrive/patches/patch-af Thu Jul 22 11:36:00 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2004/07/22 11:36:01 agc 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