From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 21 10:00:12 2007 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7235516A46D for ; Mon, 21 May 2007 10:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 514B313C45B for ; Mon, 21 May 2007 10:00:12 +0000 (UTC) (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 l4LA0CEx019969 for ; Mon, 21 May 2007 10:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4LA0B2a019968; Mon, 21 May 2007 10:00:11 GMT (envelope-from gnats) Resent-Date: Mon, 21 May 2007 10:00:11 GMT Resent-Message-Id: <200705211000.l4LA0B2a019968@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, Kiyoshi Matsui Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 067DF16A468 for ; Mon, 21 May 2007 09:56:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id C216013C483 for ; Mon, 21 May 2007 09:56:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4L9umWt019466 for ; Mon, 21 May 2007 09:56:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4L9plWj017217; Mon, 21 May 2007 09:51:47 GMT (envelope-from nobody) Message-Id: <200705210951.l4L9plWj017217@www.freebsd.org> Date: Mon, 21 May 2007 09:51:47 GMT From: Kiyoshi Matsui To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/112831: [maintainer update] devel/mcpp Alternative C/C++ preprocessor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 10:00:12 -0000 >Number: 112831 >Category: ports >Synopsis: [maintainer update] devel/mcpp Alternative C/C++ preprocessor >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: Mon May 21 10:00:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Kiyoshi Matsui >Release: FreeBSD 6.2-RELEASE-p4 i386 >Organization: none >Environment: System: FreeBSD banten_bsd.private 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:40:53 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: upstream update from V.2.6.3 to V.2.6.4 with some modification of installation directory of some documents. >How-To-Repeat: >Fix: the patch is below: diff -ruN mcpp-2.6.3/Makefile mcpp/Makefile --- mcpp-2.6.3/Makefile Sat Apr 28 19:07:50 2007 +++ mcpp/Makefile Sun May 20 13:42:48 2007 @@ -2,11 +2,11 @@ # Date created: 06 April 2007 # Whom: Kiyoshi Matsui # -# $FreeBSD: ports/devel/mcpp/Makefile,v 1.2 2007/04/28 10:07:50 rafan Exp $ +# $FreeBSD$ # PORTNAME= mcpp -PORTVERSION= 2.6.3 +PORTVERSION= 2.6.4 CATEGORIES= devel MASTER_SITES= http://prdownloads.sourceforge.net/mcpp/ \ http://jaist.dl.sourceforge.net/sourceforge/mcpp/ @@ -23,10 +23,8 @@ share/doc/mcpp/LICENSE \ share/doc/mcpp/NEWS \ share/doc/mcpp/README \ - share/doc/mcpp/doc-jp/mcpp-manual.html \ - share/doc/mcpp/doc/mcpp-manual.html -PLIST_DIRS= share/doc/mcpp/doc-jp \ - share/doc/mcpp/doc \ - share/doc/mcpp + share/doc/mcpp/mcpp-manual.html \ + share/doc/mcpp/mcpp-manual-jp.html +PLIST_DIRS= share/doc/mcpp .include diff -ruN mcpp-2.6.3/distinfo mcpp/distinfo --- mcpp-2.6.3/distinfo Mon Apr 16 03:59:37 2007 +++ mcpp/distinfo Fri May 18 23:03:29 2007 @@ -1,3 +1,3 @@ -MD5 (mcpp-2.6.3.tar.gz) = ae64027a2d474f31656ad44ef656ca21 -SHA256 (mcpp-2.6.3.tar.gz) = ea9af7252efa76ef81508232ea2b0c2f55c1c2720086c668201c805d49dbc414 -SIZE (mcpp-2.6.3.tar.gz) = 1301041 +MD5 (mcpp-2.6.4.tar.gz) = c0f5aa9b13e36ea0f2ab9358c5d65153 +SHA256 (mcpp-2.6.4.tar.gz) = 498ec0e2ef641e3e24c7f3114821a3219dfa2cf93c670b8cb72c529114f68752 +SIZE (mcpp-2.6.4.tar.gz) = 1302617 diff -ruN mcpp-2.6.3/pkg-descr mcpp/pkg-descr --- mcpp-2.6.3/pkg-descr Mon Apr 16 03:59:37 2007 +++ mcpp/pkg-descr Wed May 9 21:50:46 2007 @@ -2,10 +2,10 @@ some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance, -implementated by Kiyoshi Matsui. MCPP is especially useful for +implementated by Kiyoshi Matsui. It supports multiple standards: K&R, +ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging the source program which use complicated macros and also -useful for checking portability of the source. It supports multiple -standards: K&R, ISO C90, ISO C99, and ISO C++98. +useful for checking portability of the source. Though mcpp could be built as a replacement of GCC's resident proprocessor or as a subroutine called from some other main program, >Release-Note: >Audit-Trail: >Unformatted: