pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-gnome2-extras Fix build on DragonFly, where arp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cb31c62d96e
branches:  trunk
changeset: 515588:2cb31c62d96e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 04 15:15:01 2006 +0000

description:
Fix build on DragonFly, where arpa/inet.h does not include
netinet/in.h by default. This is explicitly allowed by SUS.

diffstat:

 x11/py-gnome2-extras/distinfo         |   3 ++-
 x11/py-gnome2-extras/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 1eca39dd623e -r 2cb31c62d96e x11/py-gnome2-extras/distinfo
--- a/x11/py-gnome2-extras/distinfo     Tue Jul 04 15:14:49 2006 +0000
+++ b/x11/py-gnome2-extras/distinfo     Tue Jul 04 15:15:01 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/10/25 11:07:49 drochner Exp $
+$NetBSD: distinfo,v 1.4 2006/07/04 15:15:01 joerg Exp $
 
 SHA1 (gnome-python-extras-2.12.0.tar.bz2) = 4b20dfbdedf82f3e6f025e63783ac5b35e4cbd83
 RMD160 (gnome-python-extras-2.12.0.tar.bz2) = 26b48bcfd37b6759c79f238aac27e83686edf13d
 Size (gnome-python-extras-2.12.0.tar.bz2) = 473850 bytes
+SHA1 (patch-aa) = bc547a71e368956c9bbb86afa03b7098621577b7
diff -r 1eca39dd623e -r 2cb31c62d96e x11/py-gnome2-extras/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-gnome2-extras/patches/patch-aa     Tue Jul 04 15:15:01 2006 +0000
@@ -0,0 +1,13 @@
+1;5C$NetBSD: patch-aa,v 1.1 2006/07/04 15:15:01 joerg Exp $
+
+--- gtop/gtop.c.orig   2006-07-04 15:05:29.000000000 +0000
++++ gtop/gtop.c
+@@ -45,7 +45,7 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <arpa/inet.h>
+-
++#include <netinet/in.h>
+ 
+ typedef struct
+ {



Home | Main Index | Thread Index | Old Index