From owner-cvs-ports@FreeBSD.ORG Mon Aug 1 15:08:23 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA56816A41F; Mon, 1 Aug 2005 15:08:23 +0000 (GMT) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76DFE43D46; Mon, 1 Aug 2005 15:08:23 +0000 (GMT) (envelope-from gerald@pfeifer.com) Received: from [128.131.111.48] (pulcherrima [128.131.111.48]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 8DFA2137A4; Mon, 1 Aug 2005 17:08:17 +0200 (CEST) Date: Mon, 1 Aug 2005 17:08:07 +0200 (CEST) From: Gerald Pfeifer To: Alexey Dokuchaev In-Reply-To: <20050801084048.GA41179@FreeBSD.org> Message-ID: References: <200507311334.j6VDYZcb071651@repoman.freebsd.org> <20050801084048.GA41179@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules ports MOVED ports/lang Makefile ports/lang/gcc31 Makefile distinfo pkg-descr pkg-plist ports/lang/gcc31/files patch-ad patch-af patch-ai patch-ar patch-fa patch-fb patch-fc patch-va X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2005 15:08:24 -0000 On Mon, 1 Aug 2005, Alexey Dokuchaev wrote: >> It is strongly recommended to migrate to GCC 3.4 or 4.0, since only these >> are still actively maintained upstream and support FreeBSD 7, for example. > There are still plenty of software that require GCC 3.3. This includes > various game SDK's and level editors out there I'm currently working on > porting to FreeBSD. That is, I'd like to have gcc33 preserved for some > time. Thanks! I think gcc33 will be there for quite some time, but please note that the gcc33 port fails to work on amd64 and FreeBSD 7. Personally, I'd be very hesitant to accept any new port which fails to work with GCC 3.4 or later. That's a maintenance nightmare in the making. Gerald