pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/gpsd Use stdarg.h instead of varargs.h to get it ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4458569d723c
branches: trunk
changeset: 476130:4458569d723c
user: recht <recht%pkgsrc.org@localhost>
date: Thu Jun 03 22:56:41 2004 +0000
description:
Use stdarg.h instead of varargs.h to get it built with gcc 3.3.x.
Patch provided by gilbertf at netbsd-fr dot org in PR 25807.
diffstat:
misc/gpsd/distinfo | 3 ++-
misc/gpsd/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r c843850d6bc4 -r 4458569d723c misc/gpsd/distinfo
--- a/misc/gpsd/distinfo Thu Jun 03 22:48:13 2004 +0000
+++ b/misc/gpsd/distinfo Thu Jun 03 22:56:41 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/01/05 16:52:45 tsarna Exp $
+$NetBSD: distinfo,v 1.2 2004/06/03 22:56:41 recht Exp $
SHA1 (gpsd-1.07.tar.gz) = 00650bec2f516bee671cd21f8f2fdc6c2aea0902
Size (gpsd-1.07.tar.gz) = 70930 bytes
+SHA1 (patch-aa) = dfe7bbdddb9298f7ea2ac196c121b56233a951d2
diff -r c843850d6bc4 -r 4458569d723c misc/gpsd/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gpsd/patches/patch-aa Thu Jun 03 22:56:41 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/06/03 22:56:41 recht Exp $
+
+--- netlib.c.orig 2004-06-04 00:49:02.000000000 +0200
++++ netlib.c
+@@ -9,7 +9,7 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+-#include <varargs.h>
++#include <stdarg.h>
+ #include <netdb.h>
+ #include <stdio.h>
+ #include <arpa/inet.h>
Home |
Main Index |
Thread Index |
Old Index