diff options
author | drochner <drochner@pkgsrc.org> | 2006-03-02 20:05:57 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-03-02 20:05:57 +0000 |
commit | c1889f8bb8fa400cb0606b7241ae103c066baca3 (patch) | |
tree | 3232b33c75c4c46871fc0ade973851e7e6302db6 /geography/gpsd/patches | |
parent | 3847bae4686c8f5b3f1ce2437bec81b49eb795f1 (diff) | |
download | pkgsrc-c1889f8bb8fa400cb0606b7241ae103c066baca3.tar.gz |
update to 2.31
this is a major upgrade (from 1.07), please check the homepage for
details
(I've played with 2.30 for a while and it worked well.)
closes PR pkg/32872 by Evan Hall; thanks for the ncurses hint, wouldn't
have found it myself
Diffstat (limited to 'geography/gpsd/patches')
-rw-r--r-- | geography/gpsd/patches/patch-aa | 13 | ||||
-rw-r--r-- | geography/gpsd/patches/patch-ab | 13 |
2 files changed, 13 insertions, 13 deletions
diff --git a/geography/gpsd/patches/patch-aa b/geography/gpsd/patches/patch-aa deleted file mode 100644 index 21868e6a193..00000000000 --- a/geography/gpsd/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/07/26 23:31:56 wiz 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> diff --git a/geography/gpsd/patches/patch-ab b/geography/gpsd/patches/patch-ab new file mode 100644 index 00000000000..fb89002dda8 --- /dev/null +++ b/geography/gpsd/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2006/03/02 20:05:57 drochner Exp $ + +--- sirfmon.c.orig 2006-02-19 15:30:10.000000000 +0100 ++++ sirfmon.c +@@ -23,7 +23,7 @@ + * so it deliberately doesn't use much of the library. + */ + #include <stdio.h> +-#include <curses.h> ++#include <ncurses.h> + #include <stdlib.h> + #include <string.h> + #include <math.h> |