Update to 2.6.2:

Fixes
* Fix build on Solaris (Lazlo Peter)

Translators
* Rostislav Raykov (bg)
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* Åsmund Skjæveland (nn)
* Raphael Higino (pt_BR)
This commit is contained in:
jmmv 2004-06-28 14:22:23 +00:00
parent 1e36099374
commit ff19add443
4 changed files with 7 additions and 28 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2004/05/06 15:22:42 jmmv Exp $
# $NetBSD: Makefile,v 1.4 2004/06/28 14:22:23 jmmv Exp $
#
DISTNAME= gnome-netstatus-2.6.1
DISTNAME= gnome-netstatus-2.6.2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-netstatus/2.6/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2004/05/06 15:22:42 jmmv Exp $
@comment $NetBSD: PLIST,v 1.3 2004/06/28 14:22:23 jmmv Exp $
lib/bonobo/servers/GNOME_NetstatusApplet_Factory.server
libexec/gnome-netstatus-applet
share/gconf/schemas/netstatus.schemas
@ -100,6 +100,7 @@ share/icons/hicolor/48x48/apps/gnome-netstatus-tx.png
share/icons/hicolor/48x48/apps/gnome-netstatus-txrx.png
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/gnome-netstatus.mo
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gnome-netstatus.mo
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gnome-netstatus.mo
${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/gnome-netstatus.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnome-netstatus.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnome-netstatus.mo

View file

@ -1,5 +1,4 @@
$NetBSD: distinfo,v 1.3 2004/05/06 15:22:42 jmmv Exp $
$NetBSD: distinfo,v 1.4 2004/06/28 14:22:23 jmmv Exp $
SHA1 (gnome-netstatus-2.6.1.tar.bz2) = 7dce26c0f89526357a77837efa451dac1cce76fb
Size (gnome-netstatus-2.6.1.tar.bz2) = 427214 bytes
SHA1 (patch-aa) = dc0d62809c63b9b48c37a5a534fc48034f18e739
SHA1 (gnome-netstatus-2.6.2.tar.bz2) = ef5a6fd7dc016f20c1bd116a7bef1720e35f986d
Size (gnome-netstatus-2.6.2.tar.bz2) = 425182 bytes

View file

@ -1,21 +0,0 @@
$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>