Skip site navigation (1)Skip section navigation (2)
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:   ports/71150: [PATCH] lang/gcc: add missing file
Message-ID:  <20040830142845.366BC3EAC01@utopia.leeym.com>
Resent-Message-ID: <200408301430.i7UEUQOm063220@freefall.freebsd.org>

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

>Number:         71150
>Category:       ports
>Synopsis:       [PATCH] lang/gcc: add missing file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 30 14:30:26 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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