aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/softflowd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-15 09:58:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-15 09:58:44 +0000
commit6bff79e23a1e5c1454af5e0fc34fe5c19fd5ed95 (patch)
tree3ef84d9c00fc46712674db4c277a2120f000af3b /net-mgmt/softflowd
parent12cb258d6583ac3cb4f8010d394cd2b73ff616bd (diff)
downloadports-6bff79e23a1e5c1454af5e0fc34fe5c19fd5ed95.tar.gz
ports-6bff79e23a1e5c1454af5e0fc34fe5c19fd5ed95.zip
Notes
Diffstat (limited to 'net-mgmt/softflowd')
-rw-r--r--net-mgmt/softflowd/Makefile3
-rw-r--r--net-mgmt/softflowd/distinfo6
-rw-r--r--net-mgmt/softflowd/files/patch-softflowd.c15
3 files changed, 20 insertions, 4 deletions
diff --git a/net-mgmt/softflowd/Makefile b/net-mgmt/softflowd/Makefile
index 10e70e18878c..892ba6f10eb0 100644
--- a/net-mgmt/softflowd/Makefile
+++ b/net-mgmt/softflowd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= softflowd
-PORTVERSION= 0.9.7
+PORTVERSION= 0.9.8
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://www2.mindrot.org/files/softflowd/
@@ -14,6 +14,7 @@ MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Softflowd is flow-based network traffic analyser with export
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= "--mandir=${PREFIX}/man"
USE_GMAKE= yes
PLIST_FILES= sbin/softflowd sbin/softflowctl
MAN8= softflowd.8 softflowctl.8
diff --git a/net-mgmt/softflowd/distinfo b/net-mgmt/softflowd/distinfo
index aa273dc7389f..c0b5bbb18bd3 100644
--- a/net-mgmt/softflowd/distinfo
+++ b/net-mgmt/softflowd/distinfo
@@ -1,3 +1,3 @@
-MD5 (softflowd-0.9.7.tar.gz) = f7d16ff93fd31903840a7d9faff672a9
-SHA256 (softflowd-0.9.7.tar.gz) = de34c13035dfc060efb60eaf87ba5b8212411d76b30fea34e37d54884d734f7d
-SIZE (softflowd-0.9.7.tar.gz) = 82220
+MD5 (softflowd-0.9.8.tar.gz) = 0054d1c80494396cc15edb0a1c7748b1
+SHA256 (softflowd-0.9.8.tar.gz) = 529c854a8274280922813ccf0ab97cf492c915f1be17cf6b76a82bd1abeab8c3
+SIZE (softflowd-0.9.8.tar.gz) = 89839
diff --git a/net-mgmt/softflowd/files/patch-softflowd.c b/net-mgmt/softflowd/files/patch-softflowd.c
new file mode 100644
index 000000000000..ee9516522a98
--- /dev/null
+++ b/net-mgmt/softflowd/files/patch-softflowd.c
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- softflowd.c.orig
++++ softflowd.c
+@@ -91,6 +91,9 @@
+ #ifdef DLT_LOOP
+ { DLT_LOOP, 4, 0, 4, 1, 0xffffffff, AF_INET, AF_INET6 },
+ #endif
++#ifdef DLT_PFLOG
++ { DLT_PFLOG, 48, 1, 1, 0, 0x000000ff, AF_INET, AF_INET6 },
++#endif
+ { -1, -1, -1, -1, -1, 0x00000000, 0xffff, 0xffff },
+ };
+