From owner-cvs-all@FreeBSD.ORG Thu Mar 3 06:39:47 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EA6C16A4D4; Thu, 3 Mar 2005 06:39:47 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242A243D5C; Thu, 3 Mar 2005 06:39:47 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j236dkFF003244; Wed, 2 Mar 2005 22:39:46 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.3/8.13.1/Submit) id j236djbD003243; Wed, 2 Mar 2005 22:39:45 -0800 (PST) (envelope-from obrien) Date: Wed, 2 Mar 2005 22:39:45 -0800 From: "David O'Brien" To: NAKATA Maho Message-ID: <20050303063945.GA3179@dragon.nuxi.com> References: <200412160932.iBG9WLwc024575@repoman.freebsd.org> <20050302083629.GA64045@dragon.nuxi.com> <20050303.144814.343190668.chat95@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050303.144814.343190668.chat95@mac.com> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc40 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 06:39:47 -0000 On Thu, Mar 03, 2005 at 02:48:14PM +0900, NAKATA Maho wrote: > In Message-ID: <20050302083629.GA64045@dragon.nuxi.com> > David O'Brien wrote: > > On Thu, Dec 16, 2004 at 09:32:21AM +0000, Maho Nakata wrote: > > > maho 2004-12-16 09:32:21 UTC > > > FreeBSD ports repository > > > Modified files: > > > lang/gcc40 Makefile distinfo pkg-plist > > > Log: > > > Adding knob WITH_FORTRAN. > > > Now we have GNU Fortran 90/95 compiler with this knob. > > Any reason to not always build FORTRAN by default like we've always done? > > Because libgmp is req'ed at that time I committed. libgmp is not in > gcc's tree yet. We (gerald and maho) discussed that depending on the port > outside of gcc-4.0 is not a good idea. So what if it is outside of gcc-4.0? libgmp4 builds quickly and it is a small dependancy. /usr/local/bin/gcc40: libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28089000) libc.so.6 => /lib/libc.so.6 (0x28176000) does this mean we can remove the C compiler too as it depends on a 3rd party outside-of-gcc-4.0 library? -- -- David (obrien@FreeBSD.org)