diff --git a/net/pktstat/Makefile b/net/pktstat/Makefile index 01a0a5405b6..ccf1ead925b 100644 --- a/net/pktstat/Makefile +++ b/net/pktstat/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2010/09/22 15:20:33 dcoppa Exp $ COMMENT= network traffic viewer DISTNAME= pktstat-1.8.4 -REVISION= 0 +REVISION= 1 CATEGORIES= net HOMEPAGE= http://www.adaptive-enterprises.com.au/~d/software/pktstat/ diff --git a/net/pktstat/patches/patch-loop_c b/net/pktstat/patches/patch-loop_c new file mode 100644 index 00000000000..65a748ea06b --- /dev/null +++ b/net/pktstat/patches/patch-loop_c @@ -0,0 +1,13 @@ +$OpenBSD: patch-loop_c,v 1.1 2010/09/22 15:20:33 dcoppa Exp $ +--- loop.c.orig Sat Nov 11 14:32:16 2006 ++++ loop.c Tue Sep 7 15:10:47 2010 +@@ -15,6 +15,9 @@ + #if HAVE_SYS_SOCKET_H + # include + #endif ++#if HAVE_NETINET_IN_H ++# include ++#endif + #if HAVE_ARPA_INET_H + # include + #endif diff --git a/net/pktstat/patches/patch-sll_c b/net/pktstat/patches/patch-sll_c new file mode 100644 index 00000000000..0473fc65c09 --- /dev/null +++ b/net/pktstat/patches/patch-sll_c @@ -0,0 +1,13 @@ +$OpenBSD: patch-sll_c,v 1.1 2010/09/22 15:20:33 dcoppa Exp $ +--- sll.c.orig Fri Nov 10 06:34:54 2006 ++++ sll.c Tue Sep 7 15:11:16 2010 +@@ -17,6 +17,9 @@ + #if HAVE_SYS_SOCKET_H + # include + #endif ++#if HAVE_NETINET_IN_H ++# include ++#endif + #if HAVE_ARPA_INET_H + # include + #endif diff --git a/net/pktstat/pkg/PLIST b/net/pktstat/pkg/PLIST index c743f60326a..6b559fcdda7 100644 --- a/net/pktstat/pkg/PLIST +++ b/net/pktstat/pkg/PLIST @@ -1,3 +1,3 @@ -@comment $OpenBSD: PLIST,v 1.3 2006/06/05 15:57:08 couderc Exp $ -bin/pktstat +@comment $OpenBSD: PLIST,v 1.4 2010/09/22 15:20:33 dcoppa Exp $ +@bin bin/pktstat @man man/man1/pktstat.1