View | Details | Raw Unified | Return to bug 219501 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +7 lines)
Lines 3-10 Link Here
3
3
4
PORTNAME=	softflowd
4
PORTNAME=	softflowd
5
PORTVERSION=	0.9.9
5
PORTVERSION=	0.9.9
6
PORTREVISION=	1
6
CATEGORIES=	net-mgmt ipv6
7
CATEGORIES=	net-mgmt ipv6
7
MASTER_SITES=	http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/softflowd/
8
8
9
MAINTAINER=	jmohacsi@bsd.hu
9
MAINTAINER=	jmohacsi@bsd.hu
10
COMMENT=	Flow-based network traffic analyzer and exporter
10
COMMENT=	Flow-based network traffic analyzer and exporter
Lines 11-17 Link Here
11
11
12
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
13
13
14
USES=		gmake
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	irino
16
GH_PROJECT=	softflowd
17
GH_TAGNAME=	3aa2af5
18
19
USES=		gmake autoreconf
15
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
16
USE_RC_SUBR=	${PORTNAME}
21
USE_RC_SUBR=	${PORTNAME}
17
22
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1329097555
1
TIMESTAMP = 1494777006
2
SHA256 (softflowd-0.9.9.tar.gz) = 2313f2c50ea9b3f2db3524e38ec7cd71f9a6e885ac2e3b55ab037bccf8173612
2
SHA256 (irino-softflowd-0.9.9-3aa2af5_GH0.tar.gz) = be6b742b5b62d27742ca79db5f9aacf88e58626f3952742449a41b92b8a92231
3
SIZE (softflowd-0.9.9.tar.gz) = 91939
3
SIZE (irino-softflowd-0.9.9-3aa2af5_GH0.tar.gz) = 57901
(-)files/patch-softflowd.c (-12 lines)
Lines 1-12 Link Here
1
--- softflowd.c.orig
2
+++ softflowd.c
3
@@ -91,6 +91,9 @@
4
 #ifdef DLT_LOOP
5
 	{ DLT_LOOP,	 4,  0,  4,  1, 0xffffffff, AF_INET, AF_INET6 },
6
 #endif
7
+#ifdef DLT_PFLOG
8
+	{ DLT_PFLOG,    48,  1,  1,  0, 0x000000ff, AF_INET, AF_INET6 },
9
+#endif
10
 	{ -1,		-1, -1, -1, -1, 0x00000000,  0xffff,   0xffff },
11
 };
12
 

Return to bug 219501