pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/locator Add a missing include file to make this pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6d983c41489
branches:  trunk
changeset: 477856:f6d983c41489
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Jul 10 16:46:59 2004 +0000

description:
Add a missing include file to make this package build on NetBSD 2.0.

diffstat:

 ham/locator/distinfo         |   3 ++-
 ham/locator/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 464c523a23d6 -r f6d983c41489 ham/locator/distinfo
--- a/ham/locator/distinfo      Sat Jul 10 16:33:01 2004 +0000
+++ b/ham/locator/distinfo      Sat Jul 10 16:46:59 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2002/07/02 12:53:10 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/07/10 16:46:59 kristerw Exp $
 
 SHA1 (locator-0.1.tar.gz) = a7c6efe6b10df583b473e673f9332c1ddfd424ea
 Size (locator-0.1.tar.gz) = 2555 bytes
+SHA1 (patch-aa) = 810c0ec364beeb0d399907fbfdf8f887b091bf6c
diff -r 464c523a23d6 -r f6d983c41489 ham/locator/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/locator/patches/patch-aa      Sat Jul 10 16:46:59 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/07/10 16:46:59 kristerw Exp $
+
+--- conv_fn.cc.orig    2004-07-10 18:41:17.000000000 +0200
++++ conv_fn.cc 2004-07-10 18:43:20.000000000 +0200
+@@ -5,6 +5,7 @@
+ 
+ #include <ctype.h>
+ #include <math.h>
++#include <string.h>
+ 
+ int GPStoLOCATOR(float gps_long, float gps_lat, char *locator) {
+   /* gps_long and gps_lat are the longitutes (-180 to +180) and   */



Home | Main Index | Thread Index | Old Index