pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/xfce4-weather-plugin Include <sys/types.h> before...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c473e757e1f2
branches: trunk
changeset: 504792:c473e757e1f2
user: martti <martti%pkgsrc.org@localhost>
date: Wed Dec 21 15:15:52 2005 +0000
description:
Include <sys/types.h> before <sys/socket.h>. This fixed compilation
problems on DragonFly BSD. Reported and patch provided by Francis GUDIN
on a private mail.
diffstat:
misc/xfce4-weather-plugin/distinfo | 3 ++-
misc/xfce4-weather-plugin/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r c8efb06d597e -r c473e757e1f2 misc/xfce4-weather-plugin/distinfo
--- a/misc/xfce4-weather-plugin/distinfo Wed Dec 21 14:50:05 2005 +0000
+++ b/misc/xfce4-weather-plugin/distinfo Wed Dec 21 15:15:52 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/03/07 14:15:57 adam Exp $
+$NetBSD: distinfo,v 1.5 2005/12/21 15:15:52 martti Exp $
SHA1 (xfce4-weather-plugin-0.4.9.tar.gz) = 32aac39dbf845b46ed1d6f09447fdc9fc623567b
RMD160 (xfce4-weather-plugin-0.4.9.tar.gz) = 0c7048a46e21cb12408c284b9be66c27db85c71f
Size (xfce4-weather-plugin-0.4.9.tar.gz) = 642215 bytes
+SHA1 (patch-aa) = e1eead0f08a8d866294f26455a5dc9c1a9496315
diff -r c8efb06d597e -r c473e757e1f2 misc/xfce4-weather-plugin/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xfce4-weather-plugin/patches/patch-aa Wed Dec 21 15:15:52 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2005/12/21 15:15:52 martti Exp $
+
+--- panel-plugin/http_client.h.orig 2005-12-21 15:10:56.000000000 +0200
++++ panel-plugin/http_client.h 2005-12-21 15:11:06.000000000 +0200
+@@ -1,7 +1,7 @@
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netdb.h>
+ #include <netinet/in.h>
+-#include <sys/types.h>
+ #include <string.h>
+ #include <unistd.h>
+
Home |
Main Index |
Thread Index |
Old Index