From owner-cvs-all@FreeBSD.ORG Thu Mar 3 06:58:11 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 558FB16A4CE; Thu, 3 Mar 2005 06:58:11 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBDD43D5E; Thu, 3 Mar 2005 06:58:11 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id j236wAes008817; Wed, 2 Mar 2005 22:58:10 -0800 (PST) Received: from localhost (qclgw.qcl.t.u-tokyo.ac.jp [133.11.70.190]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id j236w4vW007871; Wed, 2 Mar 2005 22:58:08 -0800 (PST) Date: Thu, 03 Mar 2005 15:57:54 +0900 (JST) Message-Id: <20050303.155754.343188241.chat95@mac.com> To: obrien@FreeBSD.org From: NAKATA Maho In-Reply-To: <20050303063945.GA3179@dragon.nuxi.com> References: <20050302083629.GA64045@dragon.nuxi.com> <20050303.144814.343190668.chat95@mac.com> <20050303063945.GA3179@dragon.nuxi.com> Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.16 (Corporate Culture) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 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:58:11 -0000 In Message-ID: <20050303063945.GA3179@dragon.nuxi.com> David O'Brien wrote: > So what if it is outside of gcc-4.0? libgmp4 builds quickly and it is a > small dependancy. please see /usr/ports/lang/gcc40 .if defined(WITH_FORTRAN) LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+= --with-gmp=${LOCALBASE} MAN1+= gfortran${SUFFIX}.1 INFO+= gfortran PLIST_SUB+= FORTRAN="" .else PLIST_SUB+= FORTRAN="@comment " .endif Only Fortran depends on external library at that time, and needs configure args as well. This configure line should be removed, because IMHO gcc should build without external dependency. BTW: I'm not maintaining gcc-4.0 port, just maintaining gfortran port. I made gfrotran port for several reasons, and it should be obsolated in the future. -- NAKATA, Maho (maho@FreeBSD.org)