summaryrefslogtreecommitdiff
path: root/devel/cproto
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-03-28 19:37:21 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-03-28 19:37:21 +0000
commitd6d69bcbdf4ce4aa1644c0f426df1ed97223a881 (patch)
tree1ae6ef000faf13163cfcd8ee691f4605eab223eb /devel/cproto
parentFix X.org/XFree86 mapping for Default/misc bitmap fonts. (diff)
Update cproto to 4.7e.
Changes: - eliminate some fixed limits on buffer sizes (prompted by FreeBSD port). - eliminate fixed limit on include nesting. - use configure check for mkstemp(), use that function in preference to mktemp() if a working version is found. - move strstr.c into strkey.c to avoid zero-length object - improve configure check for gcc version, from ncurses. - update config.guess, config.sub PR: 93780 Submitted by: Thomas Vogt <thomas (at) bsdunix.ch> (maintainer)
Notes
Notes: svn path=/head/; revision=158349
Diffstat (limited to 'devel/cproto')
-rw-r--r--devel/cproto/Makefile11
-rw-r--r--devel/cproto/distinfo6
2 files changed, 4 insertions, 13 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile
index b1c5c228a895..0c5e49ef717c 100644
--- a/devel/cproto/Makefile
+++ b/devel/cproto/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= cproto
-PORTVERSION= 4.7d
+PORTVERSION= 4.7e
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/cproto/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}
@@ -17,19 +17,10 @@ MAINTAINER= thomas@bsdunix.ch
COMMENT= Generate C function prototypes and convert function definitions
GNU_CONFIGURE= yes
-USE_REINPLACE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= cproto.1
PLIST_FILES= bin/cproto
-post-patch:
- @${REINPLACE_CMD} \
- -e 's|\(define\ MAX_INC_DEPTH\) 15|\1 25|' \
- -e 's|\(define MAX_TEXT_SIZE\) 256|\1 4096|' \
- ${WRKSRC}/system.h
- @${REINPLACE_CMD} -e 's|mktemp|mkstemp|' \
- ${WRKSRC}/${PORTNAME}.c
-
.include <bsd.port.mk>
diff --git a/devel/cproto/distinfo b/devel/cproto/distinfo
index 00188ff3d81d..2d2b1b5ac6e7 100644
--- a/devel/cproto/distinfo
+++ b/devel/cproto/distinfo
@@ -1,3 +1,3 @@
-MD5 (cproto-4_7d.tgz) = d8aa3698dcf762b9fee94c5b9f1c294d
-SHA256 (cproto-4_7d.tgz) = aa341ffd8792002747c2cd59b8392707a950ac90b10904e93d9e776a07d69c9a
-SIZE (cproto-4_7d.tgz) = 144430
+MD5 (cproto-4_7e.tgz) = fbbba31154ad42af9441d44fddd7e45f
+SHA256 (cproto-4_7e.tgz) = df190e002103c01cfb757d9ffe1f1c476ff36f42f16eb7c3badb4f9b5e0547b7
+SIZE (cproto-4_7e.tgz) = 145919