From kmatsui@t3.rim.or.jp  Mon Mar 24 10:04:35 2008
Return-Path: <kmatsui@t3.rim.or.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E8BC91065672
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Mar 2008 10:04:35 +0000 (UTC)
	(envelope-from kmatsui@t3.rim.or.jp)
Received: from m101.mbos.jp (mbos141-201.alpenstock.jp [220.156.141.201])
	by mx1.freebsd.org (Postfix) with ESMTP id 9A2778FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Mar 2008 10:04:35 +0000 (UTC)
	(envelope-from kmatsui@t3.rim.or.jp)
Received: (qmail 9731 invoked from network); 24 Mar 2008 18:37:54 +0900
Received: from ne0142lan1.rev.em-net.ne.jp (HELO localhost) (kmatsui_t3@smp.mbos.jp@[210.198.75.129])
          (envelope-sender <kmatsui@t3.rim.or.jp>)
          by pyongyang.mbos (qmail-ldap-1.03) with SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 24 Mar 2008 18:37:54 +0900
Message-Id: <20080324183753.64aa8bf2.kmatsui@t3.rim.or.jp>
Date: Mon, 24 Mar 2008 18:37:53 +0900
From: Kiyoshi MATSUI <kmatsui@t3.rim.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: maintainer update: devel/mcpp

>Number:         122044
>Category:       ports
>Synopsis:       [maintainer update] devel/mcpp Alternative C/C++ preprocessor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 24 10:10:01 UTC 2008
>Closed-Date:    Mon Mar 31 06:25:00 UTC 2008
>Last-Modified:  Mon Mar 31 06:30:02 UTC 2008
>Originator:     Kiyoshi Matsui
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
none
>Environment:
System FreeBSD banten-bsd.private 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:18:52 UTC 2008     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
 upstream update from V.2.6.4 to V.2.7.

>How-To-Repeat:

>Fix:
 the patch is below:

diff -ruN mcpp-2.6.4/Makefile mcpp/Makefile
--- mcpp-2.6.4/Makefile	2007-07-23 18:35:43.000000000 +0900
+++ mcpp/Makefile	2008-03-24 17:37:01.000000000 +0900
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	mcpp
-PORTVERSION=	2.6.4
-PORTREVISION=	1
+PORTVERSION=	2.7
 CATEGORIES=	devel
 MASTER_SITES=	http://prdownloads.sourceforge.net/mcpp/ \
 		http://jaist.dl.sourceforge.net/sourceforge/mcpp/
diff -ruN mcpp-2.6.4/distinfo mcpp/distinfo
--- mcpp-2.6.4/distinfo	2007-05-28 06:52:43.000000000 +0900
+++ mcpp/distinfo	2008-03-24 00:24:30.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (mcpp-2.6.4.tar.gz) = c0f5aa9b13e36ea0f2ab9358c5d65153
-SHA256 (mcpp-2.6.4.tar.gz) = 498ec0e2ef641e3e24c7f3114821a3219dfa2cf93c670b8cb72c529114f68752
-SIZE (mcpp-2.6.4.tar.gz) = 1302617
+MD5 (mcpp-2.7.tar.gz) = 14f9e4155aeb5812fc3ced6345caee02
+SHA256 (mcpp-2.7.tar.gz) = 92ecb4d83682810cf207d248004d0d9e4e242c0ef0b96111d2eecde6fc6a3902
+SIZE (mcpp-2.7.tar.gz) = 1376480
diff -ruN mcpp-2.6.4/files/patch-system.h mcpp/files/patch-system.h
--- mcpp-2.6.4/files/patch-system.h	2007-06-04 15:22:03.000000000 +0900
+++ mcpp/files/patch-system.h	1970-01-01 09:00:00.000000000 +0900
@@ -1,25 +0,0 @@
-Place this text as ports/devel/mcpp/files/patch-src-system.H.
-I copy and paste the file here, since attaching file does not work somehow.
-TABs are lost in this.  Please en-tab in the first two tag-lines.
-
---- src/system.H.orig   Wed May  2 21:37:29 2007
-+++ src/system.H        Sun Jun  3 16:51:33 2007
-@@ -49,7 +49,16 @@
- 
- /* Some system has a wrong definition of UCHAR_MAX.  See cpp-test.html#5.1.3 */
- #if     UCHARMAX < -255
-+#if     __FreeBSD__
-+/*
-+ * This is a temporary patch for FreeBSD on amd64, alpha, ia64 and sparc64.
-+ * limits.h of these systems wrongly define UCHAR_MAX as 255U.
-+ */
-+#undef  UCHARMAX
-+#define UCHARMAX 255
-+#else
- #error  "The definition of UCHARMAX (possibly UCHAR_MAX too) is wrong.  Define it as signed int value as 255, not as unsigned value as 255U."
-+#endif
- #endif
- 
- /*
-
-
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sun Mar 30 05:18:57 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122044 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Mon Mar 31 06:24:59 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122044 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122044: commit references a PR
Date: Mon, 31 Mar 2008 06:24:47 +0000 (UTC)

 rafan       2008-03-31 06:24:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/mcpp           Makefile distinfo 
   Removed files:
     devel/mcpp/files     patch-system.h 
   Log:
   - Update to 2.7
   - Use SOURCEFORGE macro from bsd.sites.mk
   
   PR:             ports/122044
   Submitted by:   iyoshi MATSUI <kmatsui at t3.rim.or.jp> (maintainer)
   
   Revision  Changes    Path
   1.6       +2 -4      ports/devel/mcpp/Makefile
   1.3       +3 -3      ports/devel/mcpp/distinfo
   1.2       +0 -25     ports/devel/mcpp/files/patch-system.h (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
 to: FreeBSD-gnats-submit@freebsd.org
 From: Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
 Reply-To: Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
 Cc: 
 X-send-pr-version: 3.113
 X-GNATS-Notify: 
 
 
