aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netmond
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-08-17 15:52:58 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-08-17 15:52:58 +0000
commitfd58ce0f2dbde26ebd3e894f8243f442d89b8303 (patch)
tree0f03af2c3b01905540c116c194991058c92b31c2 /net-mgmt/netmond
parenta1d426ea13485bca337734c9cb6bce2d8c31fcea (diff)
downloadports-fd58ce0f2dbde26ebd3e894f8243f442d89b8303.tar.gz
ports-fd58ce0f2dbde26ebd3e894f8243f442d89b8303.zip
Notes
Diffstat (limited to 'net-mgmt/netmond')
-rw-r--r--net-mgmt/netmond/Makefile2
-rw-r--r--net-mgmt/netmond/files/patch-AA9
2 files changed, 10 insertions, 1 deletions
diff --git a/net-mgmt/netmond/Makefile b/net-mgmt/netmond/Makefile
index e40b9b5e5bb7..a73c1441897a 100644
--- a/net-mgmt/netmond/Makefile
+++ b/net-mgmt/netmond/Makefile
@@ -7,7 +7,7 @@
PORTNAME= netmond
PORTVERSION= 2.2b6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.risp.ru/pub/RinetSoftware/
DISTNAME= netmond-2.2-b6
diff --git a/net-mgmt/netmond/files/patch-AA b/net-mgmt/netmond/files/patch-AA
index c948eca51db9..764ae2e08467 100644
--- a/net-mgmt/netmond/files/patch-AA
+++ b/net-mgmt/netmond/files/patch-AA
@@ -1130,4 +1130,13 @@
+#define inascii(x) (0255&(x))
#define iswordc(x) chrtyp[inascii(x)]
#define isinset(x, y) ((x)[((y)&BLKIND)>>3] & (1<<((y)&BITIND)))
+
+@@ -596,7 +596,7 @@
+ #define ANYSKIP 2 /* CLO ANY END ... */
+ #define CHRSKIP 3 /* CLO CHR chr END ... */
+-#define CCLSKIP 18 /* CLO CCL 16bytes END ... */
++#define CCLSKIP BITBLK+2 /* CLO CCL 32bytes END ... */
+
+ static char *
+ pmatch(prog, lp, ap)