diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2014-03-07 16:20:41 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-07 16:20:41 +0000 |
| commit | 1510b743f230c8b6af6cc251122903f0afdc1461 (patch) | |
| tree | cb3aab37d5b013aa902d99bdc47ab0c6aa90afc5 /net-mgmt/netmond/files/patch-regex.h | |
| parent | Convert c* to USES=zip (diff) | |
Bring net-mgmt/netmond back into shape.
From PR submitter:
- Fix build (partially)
- Clean up patches
- Unexpire
- Mark jobs unsafe
- Bump PORTREVISION
From myself:
- Stage support, introduce pkg-plist
- Use option helpers
- Convert patch site for documentation into an optional distribution file
PR: ports/186654
Submitted by: Vsevolod Volkov <vvv@colocall.net>
Notes
Notes:
svn path=/head/; revision=347404
Diffstat (limited to 'net-mgmt/netmond/files/patch-regex.h')
| -rw-r--r-- | net-mgmt/netmond/files/patch-regex.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-mgmt/netmond/files/patch-regex.h b/net-mgmt/netmond/files/patch-regex.h deleted file mode 100644 index c45dd5e2747e..000000000000 --- a/net-mgmt/netmond/files/patch-regex.h +++ /dev/null @@ -1,17 +0,0 @@ ---- regex.h.orig Mon Feb 24 14:39:49 2003 -+++ regex.h Thu Nov 2 13:38:39 2006 -@@ -21,12 +21,12 @@ - */ - #define MAXDFA 1024 - #define MAXTAG 10 --#define MAXCHR 128 -+#define MAXCHR 256 - #define CHRBIT 8 - #define BITBLK MAXCHR/CHRBIT - #define BLKIND 0170 - #define BITIND 07 --#define ASCIIB 0177 -+#define ASCIIB 0255 - - typedef /*unsigned*/ char CHAR; - |
