pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/macfork Standard sez hton*() is in <arpa/in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/372d5eff13ff
branches: trunk
changeset: 487755:372d5eff13ff
user: tv <tv%pkgsrc.org@localhost>
date: Wed Jan 19 16:45:59 2005 +0000
description:
Standard sez hton*() is in <arpa/inet.h>, and that happens to be where
Interix has it. #include that too.
diffstat:
converters/macfork/distinfo | 5 +++--
converters/macfork/patches/patch-aa | 7 ++++---
converters/macfork/patches/patch-ab | 12 ++++++++++++
3 files changed, 19 insertions(+), 5 deletions(-)
diffs (50 lines):
diff -r 0778f5567ad5 -r 372d5eff13ff converters/macfork/distinfo
--- a/converters/macfork/distinfo Wed Jan 19 16:40:05 2005 +0000
+++ b/converters/macfork/distinfo Wed Jan 19 16:45:59 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2003/09/20 15:11:51 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2005/01/19 16:45:59 tv Exp $
SHA1 (macfork-1.0.tar.gz) = 86cbf8a7a3c65bd168f40ef9ab1e1a73161abdd0
Size (macfork-1.0.tar.gz) = 15451 bytes
-SHA1 (patch-aa) = 4b0fef6b0705a6d6977fa2f38fbaf92b2b92178a
+SHA1 (patch-aa) = be6282f1fb0ca57fc3a002e830885ff64eaab233
+SHA1 (patch-ab) = 82c91966a3875afdcaaf2ff65957dc97e1e3786a
diff -r 0778f5567ad5 -r 372d5eff13ff converters/macfork/patches/patch-aa
--- a/converters/macfork/patches/patch-aa Wed Jan 19 16:40:05 2005 +0000
+++ b/converters/macfork/patches/patch-aa Wed Jan 19 16:45:59 2005 +0000
@@ -1,14 +1,15 @@
-$NetBSD: patch-aa,v 1.2 2003/09/20 15:11:54 jmmv Exp $
+$NetBSD: patch-aa,v 1.3 2005/01/19 16:45:59 tv Exp $
---- Resource.cc.orig 1999-08-31 19:10:19.000000000 +0200
+--- Resource.cc.orig 1999-08-31 13:10:19.000000000 -0400
+++ Resource.cc
-@@ -9,7 +9,10 @@
+@@ -9,7 +9,11 @@
*/
#include "Resource.h"
+#include <sys/types.h>
+#include <sys/socket.h>
#include <netinet/in.h>
++#include <arpa/inet.h> /* for ntoh*() */
+#include <string.h>
#define dprintf if (0) printf
diff -r 0778f5567ad5 -r 372d5eff13ff converters/macfork/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/macfork/patches/patch-ab Wed Jan 19 16:45:59 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/01/19 16:45:59 tv Exp $
+
+--- MacFork.cc.orig 2005-01-19 11:43:48.000000000 -0500
++++ MacFork.cc
+@@ -14,6 +14,7 @@
+
+ #include "Resource.h"
+ #include <netinet/in.h>
++#include <arpa/inet.h> /* for ntoh*() */
+
+ const Int NO_ID = 65536;
+
Home |
Main Index |
Thread Index |
Old Index