From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 19 14:10:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561C816A4CE for ; Thu, 19 May 2005 14:10:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A7843DA0 for ; Thu, 19 May 2005 14:10:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4JEA13r022907 for ; Thu, 19 May 2005 14:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4JEA1d8022906; Thu, 19 May 2005 14:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 19 May 2005 14:10:01 GMT Resent-Message-Id: <200505191410.j4JEA1d8022906@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, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267C616A4CE for ; Thu, 19 May 2005 14:07:36 +0000 (GMT) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70D043D31 for ; Thu, 19 May 2005 14:07:32 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 63D2970744E; Fri, 20 May 2005 00:07:31 +1000 (EST) Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id 22EF970744C for ; Fri, 20 May 2005 00:07:31 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Certificate Authority" (not verified)) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 85F1D707448 for ; Fri, 20 May 2005 00:07:30 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 6D5966193; Fri, 20 May 2005 00:07:29 +1000 (EST) Message-Id: <20050519140729.6D5966193@k7.mavetju> Date: Fri, 20 May 2005 00:07:29 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/81262: [patch] Include gcc 4.1 in Mk/bsd.gcc.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 14:10:02 -0000 >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: