From turbo@conversation.bsdunix.ch  Thu Dec  8 12:58:16 2005
Return-Path: <turbo@conversation.bsdunix.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A76E316A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Dec 2005 12:58:15 +0000 (GMT)
	(envelope-from turbo@conversation.bsdunix.ch)
Received: from conversation.bsdunix.ch (ns1.bsdunix.ch [82.220.17.18])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6612343D82
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Dec 2005 12:57:59 +0000 (GMT)
	(envelope-from turbo@conversation.bsdunix.ch)
Received: from conversation.bsdunix.ch (localhost.bsdunix.ch [127.0.0.1])
	by conversation.bsdunix.ch (8.13.1/8.13.1) with ESMTP id jB8CvtrD002842
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 8 Dec 2005 13:57:56 +0100 (CET)
	(envelope-from turbo@conversation.bsdunix.ch)
Received: (from turbo@localhost)
	by conversation.bsdunix.ch (8.13.1/8.13.1/Submit) id jB8CvtDW002841;
	Thu, 8 Dec 2005 13:57:55 +0100 (CET)
	(envelope-from turbo)
Message-Id: <200512081257.jB8CvtDW002841@conversation.bsdunix.ch>
Date: Thu, 8 Dec 2005 13:57:55 +0100 (CET)
From: Thomas Vogt <thomas@bsdunix.ch>
Reply-To: Thomas Vogt <thomas@bsdunix.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UPDATE] /devel/cproto and take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         90102
>Category:       ports
>Synopsis:       [UPDATE] /devel/cproto and take maintainership
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 08 13:00:18 GMT 2005
>Closed-Date:    Thu Dec 08 14:54:34 CET 2005
>Last-Modified:  Thu Dec 08 14:54:34 CET 2005
>Originator:     Thomas Vogt
>Release:        FreeBSD 4.11-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD conversation.bsdunix.ch 4.11-RELEASE-p10 FreeBSD 4.11-RELEASE-p10 #3: Fri Jun 17 15:54:34 CEST 2005 root@conversation.bsdunix.ch:/usr/obj/usr/src/sys/CONVERSATION i386


	
>Description:
	updapte cproto 4.7c to 4.7d
	add sha256 checksum
	take maintainership
>How-To-Repeat:
>Fix:


diff -ruN  cproto.orig/Makefile.orig cproto/Makefile
--- cproto.orig/Makefile.orig	Thu Dec  8 01:55:46 2005
+++ cproto/Makefile	Thu Dec  8 02:27:08 2005
@@ -7,13 +7,13 @@
 #
 
 PORTNAME=	cproto
-PORTVERSION=	4.7c
+PORTVERSION=	4.7d
 CATEGORIES=	devel
 MASTER_SITES=	ftp://invisible-island.net/cproto/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/}
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	thomas@bsdunix.ch
 COMMENT=	Generate C function prototypes and convert function definitions
 
 
diff -ruN cproto.orig/distinfo.orig cproto/distinfo
--- cproto.orig/distinfo.orig	Thu Dec  8 01:55:40 2005
+++ cproto/distinfo	Thu Dec  8 02:28:29 2005
@@ -1,2 +1,3 @@
-MD5 (cproto-4_7c.tgz) = c7fb8586a4b402e830d1310f3aadef91
-SIZE (cproto-4_7c.tgz) = 118592
+MD5 (cproto-4_7d.tgz) = d8aa3698dcf762b9fee94c5b9f1c294d
+SHA256 (cproto-4_7d.tgz) = aa341ffd8792002747c2cd59b8392707a950ac90b10904e93d9e776a07d69c9a
+SIZE (cproto-4_7d.tgz) = 144430


diff -ruN cproto.orig/files/patch-system.h.orig cproto/files/patch-system.h
--- cproto.orig/files/patch-system.h.orig	Thu Dec  8 02:17:51 2005
+++ cproto/files/patch-system.h	Thu Dec  8 01:58:14 2005
@@ -1,20 +1,20 @@
---- system.h.orig	Fri Jan 23 17:42:09 1998
-+++ system.h	Sun Jul 23 12:04:25 2000
-@@ -122,15 +122,15 @@
+--- system.h.orig	Thu Dec  8 01:48:26 2005
++++ system.h	Thu Dec  8 01:49:48 2005
+@@ -113,7 +113,7 @@
+ 
  /* 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
+ /* string denoting current-directory, for includes */
+@@ -123,7 +123,7 @@
  
  /* maximum text buffer size */
  #ifndef MAX_TEXT_SIZE
 -#define MAX_TEXT_SIZE 256
 +#define MAX_TEXT_SIZE 4096
  #endif
+ 
+ #if HAVE_STDLIB_H
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Thu Dec 8 14:09:30 CET 2005 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90102 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Thu Dec 8 14:54:14 CET 2005 
State-Changed-Why:  
Committed with minor modifications, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90102 
>Unformatted:
