- update etherape to 0.9.12
- regen PLIST - update patches and WANTLIB
This commit is contained in:
parent
d723c91551
commit
d6adb0e2b4
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2011/09/16 11:13:38 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2013/01/23 10:17:46 benoit Exp $
|
||||
|
||||
COMMENT = graphical network monitor
|
||||
|
||||
DISTNAME = etherape-0.9.10
|
||||
REVISION= 0
|
||||
DISTNAME = etherape-0.9.12
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = http://etherape.sourceforge.net/
|
||||
@ -28,6 +27,7 @@ WANTLIB += pcap pcre pixman-1 png popt pthread pthread-stubs ssl
|
||||
WANTLIB += util xcb xml2 z gnomeui-2 glade-2.0 gtk-x11-2.0
|
||||
WANTLIB += gailutil gdk-x11-2.0 gdk_pixbuf-2.0 xcb-shm
|
||||
WANTLIB += gcrypt gpg-error xcb-render ltdl ogg vorbis vorbisfile
|
||||
WANTLIB += ffi harfbuzz icudata icule icuuc stdc++
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=etherape/}
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (etherape-0.9.10.tar.gz) = 52O5GbRvlPPMzHLwXZB1uw==
|
||||
RMD160 (etherape-0.9.10.tar.gz) = mlx1ND936MvfND0JZZQGtL0a0k0=
|
||||
SHA1 (etherape-0.9.10.tar.gz) = Y12J3f9NtVo5eBNiA7QRgACS7Rc=
|
||||
SHA256 (etherape-0.9.10.tar.gz) = ZBg8bWzHolO0aa57SQd8zQnSLWGaQSqDkr+xNBRnN5o=
|
||||
SIZE (etherape-0.9.10.tar.gz) = 1302480
|
||||
SHA256 (etherape-0.9.12.tar.gz) = kwTHDycnpjQgzI8rvjyQDK6ttmUtwzwYDUJkwbECkUU=
|
||||
SIZE (etherape-0.9.12.tar.gz) = 1384124
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_decode_proto_c,v 1.2 2011/04/07 20:09:45 benoit Exp $
|
||||
--- src/decode_proto.c.orig Sun Feb 6 11:10:46 2011
|
||||
+++ src/decode_proto.c Sat Apr 2 17:13:26 2011
|
||||
@@ -26,6 +26,7 @@
|
||||
$OpenBSD: patch-src_decode_proto_c,v 1.3 2013/01/23 10:17:48 benoit Exp $
|
||||
--- src/decode_proto.c.orig Mon May 30 21:50:22 2011
|
||||
+++ src/decode_proto.c Sat Jul 16 11:38:35 2011
|
||||
@@ -30,6 +30,7 @@
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
@ -9,13 +9,3 @@ $OpenBSD: patch-src_decode_proto_c,v 1.2 2011/04/07 20:09:45 benoit Exp $
|
||||
#include "prot_types.h"
|
||||
#include "util.h"
|
||||
#include "decode_proto.h"
|
||||
@@ -165,7 +166,9 @@
|
||||
{"WLAN", DLT_IEEE802_11, LINK6, get_wlan },
|
||||
/* Wireless with radiotap header */
|
||||
{"WLAN+RTAP", DLT_IEEE802_11_RADIO, LINK6, get_radiotap },
|
||||
+#ifndef __OpenBSD__
|
||||
{"PPI", DLT_PPI, LINK6, get_ppi }, /* PPI encapsulation */
|
||||
+#endif
|
||||
{NULL, 0, 0 } /* terminating entry, must be last */
|
||||
};
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-src_names_c,v 1.3 2011/04/07 20:09:45 benoit Exp $
|
||||
--- src/names.c.orig Sat Feb 5 17:26:52 2011
|
||||
+++ src/names.c Sat Apr 2 17:12:46 2011
|
||||
@@ -17,7 +17,9 @@
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
$OpenBSD: patch-src_names_c,v 1.4 2013/01/23 10:17:48 benoit Exp $
|
||||
--- src/names.c.orig Thu Mar 17 20:59:14 2011
|
||||
+++ src/names.c Fri Jan 18 11:27:33 2013
|
||||
@@ -21,7 +21,9 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
+#include <unistd.h>
|
||||
#include <netinet/in.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2010/09/24 10:04:00 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2013/01/23 10:17:50 benoit Exp $
|
||||
@bin bin/etherape
|
||||
@man man/man1/etherape.1
|
||||
share/applications/etherape.desktop
|
||||
@ -6,12 +6,12 @@ share/etherape/
|
||||
share/etherape/glade/
|
||||
share/etherape/glade/etherape.glade
|
||||
share/etherape/glade/etherape.png
|
||||
share/etherape/glade/pause.xpm
|
||||
share/etherape/glade/play.xpm
|
||||
share/etherape/glade/stop.xpm
|
||||
share/etherape/glade/nodes.xpm
|
||||
share/locale/es/LC_MESSAGES/etherape.mo
|
||||
share/locale/fr/LC_MESSAGES/etherape.mo
|
||||
share/locale/it/LC_MESSAGES/etherape.mo
|
||||
share/locale/nl/LC_MESSAGES/etherape.mo
|
||||
share/locale/sv/LC_MESSAGES/etherape.mo
|
||||
share/locale/tr/LC_MESSAGES/etherape.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/etherape.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user