diff options
author | tv <tv@pkgsrc.org> | 2005-01-25 03:30:40 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-25 03:30:40 +0000 |
commit | d8314e96f10c0cd3d2d3100b8b9e0dcb2bad330d (patch) | |
tree | 2d863f0123677b0a1a4b4ce618a1aa6cff98489b | |
parent | 3ef63174d40d45dc4ccafabc4233f1c35217c7f6 (diff) | |
download | pkgsrc-d8314e96f10c0cd3d2d3100b8b9e0dcb2bad330d.tar.gz |
Include <arpa/inet.h> to make sure hton*() is defined. (Interix fix)
-rw-r--r-- | sysutils/fam/distinfo | 4 | ||||
-rw-r--r-- | sysutils/fam/patches/patch-ba | 12 | ||||
-rw-r--r-- | sysutils/fam/patches/patch-bb | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/sysutils/fam/distinfo b/sysutils/fam/distinfo index eb9f17aa785..3cc48e01e49 100644 --- a/sysutils/fam/distinfo +++ b/sysutils/fam/distinfo @@ -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-aw) = 9e5de9617e6cd59644294695d0ea79427b521ba0 SHA1 (patch-ax) = b93f160e8b0e4fb6e1c8c30823443136fcb55204 SHA1 (patch-ay) = 081b4bc7cf25a8e30b3680b6df7599570ea0db86 SHA1 (patch-az) = 13901fdef8c13318d585e36820c5e0aa4c28f889 +SHA1 (patch-ba) = 2f41331994a56eb70364beab70d40ac0bbd1b050 +SHA1 (patch-bb) = aef31edd9715c8aa0be2f02ebe663bad30e0791a diff --git a/sysutils/fam/patches/patch-ba b/sysutils/fam/patches/patch-ba new file mode 100644 index 00000000000..4020d2ce922 --- /dev/null +++ b/sysutils/fam/patches/patch-ba @@ -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 --git a/sysutils/fam/patches/patch-bb b/sysutils/fam/patches/patch-bb new file mode 100644 index 00000000000..97300e7511f --- /dev/null +++ b/sysutils/fam/patches/patch-bb @@ -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" |