Date: Thu, 03 Mar 2005 15:57:54 +0900 (JST) From: NAKATA Maho <chat95@mac.com> To: obrien@FreeBSD.org Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc40 Makefile distinfo pkg-plist Message-ID: <20050303.155754.343188241.chat95@mac.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
In Message-ID: <20050303063945.GA3179@dragon.nuxi.com> David O'Brien <obrien@FreeBSD.org> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050303.155754.343188241.chat95>