diff options
author | thierry <thierry@FreeBSD.org> | 2006-03-29 03:37:21 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-03-29 03:37:21 +0800 |
commit | 753a363133e38acbe9dbf8d211b08e32ba4723e3 (patch) | |
tree | fc85b17fd8f44961052a5c5bd1b6fbc23d718312 /devel/cproto | |
parent | 7a464d06425b8fc1e1c28f5633788152fc4e8b3d (diff) | |
download | freebsd-ports-gnome-753a363133e38acbe9dbf8d211b08e32ba4723e3.tar.gz freebsd-ports-gnome-753a363133e38acbe9dbf8d211b08e32ba4723e3.tar.zst freebsd-ports-gnome-753a363133e38acbe9dbf8d211b08e32ba4723e3.zip |
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)
Diffstat (limited to 'devel/cproto')
-rw-r--r-- | devel/cproto/Makefile | 11 | ||||
-rw-r--r-- | devel/cproto/distinfo | 6 |
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 |