Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2005 00:07:29 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81262: [patch] Include gcc 4.1 in Mk/bsd.gcc.mk
Message-ID:  <20050519140729.6D5966193@k7.mavetju>
Resent-Message-ID: <200505191410.j4JEA1d8022906@freefall.freebsd.org>

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

>Number:         81262
>Category:       ports
>Synopsis:       [patch] Include gcc 4.1 in Mk/bsd.gcc.mk
>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:   Thu May 19 14:10:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #8: Wed Dec 15 16:58:01 EST 2004 edwin@k7.mavetju:/usr/src-5.2.1/sys/i386/compile/k7 i386


>Description:

With the import of lang/gcc41, enable support for it in bsd.gcc.mk.
Trivial change.

>How-To-Repeat:
>Fix:

Index: bsd.gcc.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.gcc.mk,v
retrieving revision 1.1
diff -u -r1.1 bsd.gcc.mk
--- bsd.gcc.mk	7 Feb 2005 11:17:50 -0000	1.1
+++ bsd.gcc.mk	19 May 2005 14:05:51 -0000
@@ -27,7 +27,7 @@
 # All GCC versions supported by the ports framework.
 # Please keep them in ascending order.
 #
-GCCVERSIONS=	020702 029500 030100 030200 030301 030402 040000
+GCCVERSIONS=	020702 029500 030100 030200 030301 030402 040000 040100
 
 #
 # Versions of GCC shipped.
@@ -43,6 +43,7 @@
 GCCVERSION_030301=	501103 502126 3.3
 GCCVERSION_030402=	502126 999999 3.4
 GCCVERSION_040000=	999999 999999 4.0
+GCCVERSION_040100=	999999 999999 4.1
 
 #
 # No configurable parts below this.
>Release-Note:
>Audit-Trail:
>Unformatted:



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