Update to etherape-0.9.14.

This commit is contained in:
benoit 2016-03-07 09:31:31 +00:00
parent 05a5abdc5b
commit b570c36016
3 changed files with 15 additions and 5 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.36 2015/04/21 18:51:25 sthen Exp $
# $OpenBSD: Makefile,v 1.37 2016/03/07 09:31:31 benoit Exp $
COMMENT = graphical network monitor
DISTNAME = etherape-0.9.13
DISTNAME = etherape-0.9.14
CATEGORIES = net
REVISION = 3
HOMEPAGE = http://etherape.sourceforge.net/

View File

@ -1,2 +1,2 @@
SHA256 (etherape-0.9.13.tar.gz) = Kj0qKLgkzkeXUpu5DRmiE9gOcPWz8MxfRVN5qsMcCfc=
SIZE (etherape-0.9.13.tar.gz) = 1399211
SHA256 (etherape-0.9.14.tar.gz) = dEdDXvZOVp2OELagUlgGwB9Sfnaunu1chIIfVF81et4=
SIZE (etherape-0.9.14.tar.gz) = 1438255

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-src_diagram_c,v 1.1 2016/03/07 09:31:32 benoit Exp $
--- src/diagram.c.orig Mon Mar 7 10:20:53 2016
+++ src/diagram.c Mon Mar 7 10:21:19 2016
@@ -22,6 +22,7 @@
#endif
#include <arpa/inet.h>
+#include <sys/socket.h>
#include <gnome.h>
#include <regex.h>