pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/siag Move include of sys/types.h earlier. Fixes b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/433b0b682879
branches:  trunk
changeset: 504988:433b0b682879
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Dec 28 16:37:59 2005 +0000

description:
Move include of sys/types.h earlier. Fixes build as noticed on DragonFly.

diffstat:

 misc/siag/distinfo         |   3 ++-
 misc/siag/patches/patch-aa |  19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 7b9007deddda -r 433b0b682879 misc/siag/distinfo
--- a/misc/siag/distinfo        Wed Dec 28 16:37:04 2005 +0000
+++ b/misc/siag/distinfo        Wed Dec 28 16:37:59 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 11:02:58 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/12/28 16:37:59 reed Exp $
 
 SHA1 (siag-3.5.7.tar.gz) = 007030eb29fc1a4d3a0d78f9d93893cf40b6b84b
 RMD160 (siag-3.5.7.tar.gz) = 41f20210e4b5b4704ecd0f539cbcf1d409bb9a1a
 Size (siag-3.5.7.tar.gz) = 1653929 bytes
+SHA1 (patch-aa) = d50549158fd83afb0a8cc9cb6ba607161ea45ff9
 SHA1 (patch-ab) = 564a906957521afae681662d0e19fc06996682ac
 SHA1 (patch-av) = 2e2598ca694ed93ff6bd34c9bb4625f915d412ad
diff -r 7b9007deddda -r 433b0b682879 misc/siag/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/siag/patches/patch-aa        Wed Dec 28 16:37:59 2005 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.8 2005/12/28 16:37:59 reed Exp $
+
+--- stocks/http.c.orig 2005-12-28 08:03:24.000000000 -0800
++++ stocks/http.c      2005-12-28 08:03:36.000000000 -0800
+@@ -20,13 +20,13 @@
+ 
+ #define __HTTP_C__
+ 
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <netdb.h>
+ #include <unistd.h>
+ 
+-#include <sys/types.h>
+ #include <ctype.h>
+ #include <string.h>
+ #include <stdlib.h>



Home | Main Index | Thread Index | Old Index