pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/fam Include <arpa/inet.h> to make sure hton*(...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd2c5356acd9
branches:  trunk
changeset: 488118:dd2c5356acd9
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Jan 25 03:30:40 2005 +0000

description:
Include <arpa/inet.h> to make sure hton*() is defined.  (Interix fix)

diffstat:

 sysutils/fam/distinfo         |   4 +++-
 sysutils/fam/patches/patch-ba |  12 ++++++++++++
 sysutils/fam/patches/patch-bb |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r da8846382c58 -r dd2c5356acd9 sysutils/fam/distinfo
--- a/sysutils/fam/distinfo     Tue Jan 25 02:41:16 2005 +0000
+++ b/sysutils/fam/distinfo     Tue Jan 25 03:30:40 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2004/12/09 18:45:32 minskim Exp $
+$NetBSD: distinfo,v 1.18 2005/01/25 03:30:40 tv Exp $
 
 SHA1 (fam-2.7.0.tar.gz) = 6c2316f02acf89a41c42ffc3d7fd9cf5eada83a8
 Size (fam-2.7.0.tar.gz) = 301974 bytes
@@ -28,3 +28,5 @@
 SHA1 (patch-ax) = b93f160e8b0e4fb6e1c8c30823443136fcb55204
 SHA1 (patch-ay) = 081b4bc7cf25a8e30b3680b6df7599570ea0db86
 SHA1 (patch-az) = 13901fdef8c13318d585e36820c5e0aa4c28f889
+SHA1 (patch-ba) = 2f41331994a56eb70364beab70d40ac0bbd1b050
+SHA1 (patch-bb) = aef31edd9715c8aa0be2f02ebe663bad30e0791a
diff -r da8846382c58 -r dd2c5356acd9 sysutils/fam/patches/patch-ba
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fam/patches/patch-ba     Tue Jan 25 03:30:40 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ba,v 1.1 2005/01/25 03:30:40 tv Exp $
+
+--- lib/Client.c++.orig        2005-01-24 22:29:27.000000000 -0500
++++ lib/Client.c++
+@@ -24,6 +24,7 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <netinet/in.h>
++#include <arpa/inet.h>
+ #include <sys/un.h>
+ #include <sys/socket.h>
+ #include <rpc/rpc.h>
diff -r da8846382c58 -r dd2c5356acd9 sysutils/fam/patches/patch-bb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fam/patches/patch-bb     Tue Jan 25 03:30:40 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-bb,v 1.1 2005/01/25 03:30:40 tv Exp $
+
+--- src/Client.h.orig  2003-01-18 09:18:12.000000000 -0500
++++ src/Client.h
+@@ -25,6 +25,7 @@
+ 
+ #include <sys/types.h>
+ #include <netinet/in.h>  // for in_addr
++#include <arpa/inet.h>
+ 
+ #include "Activity.h"
+ #include "Boolean.h"



Home | Main Index | Thread Index | Old Index