Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2005 13:57:55 +0100 (CET)
From:      Thomas Vogt <thomas@bsdunix.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90102: [UPDATE] /devel/cproto and take maintainership
Message-ID:  <200512081257.jB8CvtDW002841@conversation.bsdunix.ch>
Resent-Message-ID: <200512081300.jB8D0IZP024214@freefall.freebsd.org>

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

>Number:         90102
>Category:       ports
>Synopsis:       [UPDATE] /devel/cproto and take maintainership
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 08 13:00:18 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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