mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Restore correct regexp matching.
PR: 100780 Submitted by: Valentin Nechayev <netch@lucky.net> Approved by: maintainer, arved (mentor)
This commit is contained in:
parent
a1d426ea13
commit
fd58ce0f2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170881
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= netmond
|
PORTNAME= netmond
|
||||||
PORTVERSION= 2.2b6
|
PORTVERSION= 2.2b6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= ftp://ftp.risp.ru/pub/RinetSoftware/
|
MASTER_SITES= ftp://ftp.risp.ru/pub/RinetSoftware/
|
||||||
DISTNAME= netmond-2.2-b6
|
DISTNAME= netmond-2.2-b6
|
||||||
|
@ -1130,4 +1130,13 @@
|
|||||||
+#define inascii(x) (0255&(x))
|
+#define inascii(x) (0255&(x))
|
||||||
#define iswordc(x) chrtyp[inascii(x)]
|
#define iswordc(x) chrtyp[inascii(x)]
|
||||||
#define isinset(x, y) ((x)[((y)&BLKIND)>>3] & (1<<((y)&BITIND)))
|
#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)
|
||||||
|
Loading…
Reference in New Issue
Block a user