From leeym@utopia.leeym.com  Mon Aug 30 14:28:55 2004
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7BA2616A4CE; Mon, 30 Aug 2004 14:28:55 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 32D0743D39; Mon, 30 Aug 2004 14:28:55 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 6A5133EAC40;
	Mon, 30 Aug 2004 22:28:54 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 60122-01; Mon, 30 Aug 2004 22:28:47 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 366BC3EAC01; Mon, 30 Aug 2004 22:28:45 +0800 (CST)
Message-Id: <20040830142845.366BC3EAC01@utopia.leeym.com>
Date: Mon, 30 Aug 2004 22:28:45 +0800 (CST)
From: Yen-Ming Lee <leeym@utopia.leeym.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: trevor@FreeBSD.org
Subject: [PATCH] lang/gcc: add missing file
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71150
>Category:       ports
>Synopsis:       [PATCH] lang/gcc: add missing file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trevor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 30 14:30:26 GMT 2004
>Closed-Date:    Wed Sep 01 00:13:55 GMT 2004
>Last-Modified:  Wed Sep 01 00:13:55 GMT 2004
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #167: Tue Jul 27 05:17:58 CST 2004
>Description:

- add missing file (bin/gcov)
- bump PORTREVISION

Port maintainer (trevor@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- gcc-2.95.3_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/gcc295/Makefile,v
retrieving revision 1.99
diff -u -u -r1.99 Makefile
--- Makefile	15 Mar 2004 21:48:02 -0000	1.99
+++ Makefile	30 Aug 2004 14:27:54 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	2.95.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	releases/gcc-2.95.3
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/lang/gcc295/pkg-plist,v
retrieving revision 1.34
diff -u -u -r1.34 pkg-plist
--- pkg-plist	15 Mar 2004 21:48:02 -0000	1.34
+++ pkg-plist	30 Aug 2004 14:27:54 -0000
@@ -2,6 +2,7 @@
 bin/g++295
 bin/g++filt295
 bin/gcc295
+bin/gcov
 bin/%%GNU_HOST%%-gcc
 bin/protoize295
 bin/unprotoize295
--- gcc-2.95.3_3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->trevor 
Responsible-Changed-By: vs 
Responsible-Changed-When: Tue Aug 31 07:36:54 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71150 
State-Changed-From-To: open->closed 
State-Changed-By: trevor 
State-Changed-When: Wed Sep 1 00:12:58 GMT 2004 
State-Changed-Why:  
committed without the new PORTREVISION (it isn't warranted for this 
type of change)--thank you! 

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