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)