ports/81262: [patch] Include gcc 4.1 in Mk/bsd.gcc.mk

Edwin Groothuis edwin at mavetju.org
Thu May 19 14:10:02 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list