summaryrefslogtreecommitdiff
path: root/devel/cproto
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-23 19:10:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-23 19:10:01 +0000
commitf56d8c1dc53c9bc0a29b87fc09bec13472932f1a (patch)
tree46e0025a51b28737ba191542f62f115f80a2a5da /devel/cproto
parentUSE_TCLJP macro is changed to WITH_TCLJP by reg. (diff)
Bump up the sizes of some things to match reality on Unix systems.
Submitted by: Bram Moolenaar <Bram@moolenaar.net>
Notes
Notes: svn path=/head/; revision=30977
Diffstat (limited to 'devel/cproto')
-rw-r--r--devel/cproto/Makefile3
-rw-r--r--devel/cproto/files/patch-system.h21
2 files changed, 23 insertions, 1 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile
index 1cce2430f214..534e55df83eb 100644
--- a/devel/cproto/Makefile
+++ b/devel/cproto/Makefile
@@ -1,3 +1,4 @@
+# ex:ts=8
# ports collection makefile for: cproto
# Date created: 2000 Feb. 13
# Whom: Abel Chow <abel_chow@yahoo.com>
@@ -10,7 +11,7 @@ PORTVERSION= 4.6
CATEGORIES= devel
MASTER_SITES= http://www.vex.net/~cthuang/cproto/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= YES
MAN1= cproto.1
diff --git a/devel/cproto/files/patch-system.h b/devel/cproto/files/patch-system.h
new file mode 100644
index 000000000000..5a0e382f34b5
--- /dev/null
+++ b/devel/cproto/files/patch-system.h
@@ -0,0 +1,21 @@
+--- system.h.orig Fri Jan 23 17:42:09 1998
++++ system.h Sun Jul 23 12:04:25 2000
+@@ -122,15 +122,15 @@
+ /* maximum include file nesting */
+ #ifndef MAX_INC_DEPTH
+-#define MAX_INC_DEPTH 15
++#define MAX_INC_DEPTH 25
+ #endif
+
+ /* maximum number of include directories */
+ #ifndef MAX_INC_DIR
+-#define MAX_INC_DIR 15
++#define MAX_INC_DIR 50
+ #endif
+
+ /* maximum text buffer size */
+ #ifndef MAX_TEXT_SIZE
+-#define MAX_TEXT_SIZE 256
++#define MAX_TEXT_SIZE 4096
+ #endif
+