pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gnome-netstatus Make this build in FreeBSD, patch ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1964f41591b4
branches:  trunk
changeset: 473034:1964f41591b4
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Apr 15 13:27:36 2004 +0000

description:
Make this build in FreeBSD, patch stolen from FreeBSD/ports.

diffstat:

 net/gnome-netstatus/distinfo         |   3 ++-
 net/gnome-netstatus/patches/patch-aa |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 34062621e5d4 -r 1964f41591b4 net/gnome-netstatus/distinfo
--- a/net/gnome-netstatus/distinfo      Thu Apr 15 13:16:35 2004 +0000
+++ b/net/gnome-netstatus/distinfo      Thu Apr 15 13:27:36 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/04/01 19:09:47 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2004/04/15 13:27:36 xtraeme Exp $
 
 SHA1 (gnome-netstatus-2.6.0.tar.bz2) = 3bdaf17ee7d4cb2b0c130a72d886921c9c09e766
 Size (gnome-netstatus-2.6.0.tar.bz2) = 410334 bytes
+SHA1 (patch-aa) = dc0d62809c63b9b48c37a5a534fc48034f18e739
diff -r 34062621e5d4 -r 1964f41591b4 net/gnome-netstatus/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnome-netstatus/patches/patch-aa      Thu Apr 15 13:27:36 2004 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2004/04/15 13:27:36 xtraeme Exp $
+
+--- src/netstatus-iface.c.orig Mon Mar 22 17:49:17 2004
++++ src/netstatus-iface.c      Mon Mar 22 17:50:12 2004
+@@ -32,6 +32,8 @@
+ 
+ #include <libgnome/gnome-i18n.h>
+ 
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <sys/ioctl.h>
+ #ifdef HAVE_SYS_SOCKIO_H
+ #include <sys/sockio.h>
+@@ -39,6 +41,7 @@
+ #include <sys/param.h>
+ #include <net/if.h>
+ #include <net/if_arp.h>
++#include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <errno.h>
+ #include <unistd.h>



Home | Main Index | Thread Index | Old Index