Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2006 03:32:16 +0100 (CET)
From:      Thomas Vogt <thomas@bsdunix.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93780: devel/cproto update
Message-ID:  <200602240232.k1O2WGfW046552@bert.mlan.solnet.ch>
Resent-Message-ID: <200602240240.k1O2e4FX055684@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93780
>Category:       ports
>Synopsis:       devel/cproto update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 24 02:40:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Vogt
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD bert.mlan.solnet.ch 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #2: Fri Feb 10 00:01:30 CET 2006 root@bert.mlan.solnet.ch:/usr/obj/usr/src/sys/UP6 i386


	
>Description:

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

>How-To-Repeat:
	
>Fix:

diff -u cproto.orig/Makefile cproto/Makefile
--- cproto.orig/Makefile	Thu Dec  8 14:53:45 2005
+++ cproto/Makefile	Fri Feb 24 03:29:29 2006
@@ -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/./_/}
@@ -23,13 +23,5 @@
 
 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>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602240232.k1O2WGfW046552>