From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 24 02:40:11 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39A7716A420 for ; Fri, 24 Feb 2006 02:40:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148D143D53 for ; Fri, 24 Feb 2006 02:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1O2e4vm055685 for ; Fri, 24 Feb 2006 02:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1O2e4FX055684; Fri, 24 Feb 2006 02:40:04 GMT (envelope-from gnats) Resent-Date: Fri, 24 Feb 2006 02:40:04 GMT Resent-Message-Id: <200602240240.k1O2e4FX055684@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Vogt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B61016A420 for ; Fri, 24 Feb 2006 02:32:26 +0000 (GMT) (envelope-from thomas@bert.mlan.solnet.ch) Received: from bert.mlan.solnet.ch (bert.mlan.solnet.ch [212.101.1.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C6D543D46 for ; Fri, 24 Feb 2006 02:32:25 +0000 (GMT) (envelope-from thomas@bert.mlan.solnet.ch) Received: from bert.mlan.solnet.ch (localhost [127.0.0.1]) by bert.mlan.solnet.ch (8.13.4/8.13.4) with ESMTP id k1O2WGEW046553 for ; Fri, 24 Feb 2006 03:32:16 +0100 (CET) (envelope-from thomas@bert.mlan.solnet.ch) Received: (from thomas@localhost) by bert.mlan.solnet.ch (8.13.4/8.13.4/Submit) id k1O2WGfW046552; Fri, 24 Feb 2006 03:32:16 +0100 (CET) (envelope-from thomas) Message-Id: <200602240232.k1O2WGfW046552@bert.mlan.solnet.ch> Date: Fri, 24 Feb 2006 03:32:16 +0100 (CET) From: Thomas Vogt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/93780: devel/cproto update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Vogt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 02:40:11 -0000 >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 >Release-Note: >Audit-Trail: >Unformatted: