From owner-cvs-all Thu Nov 21 6:52:29 2002 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 578FA37B401; Thu, 21 Nov 2002 06:52:28 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [193.111.112.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F7643E4A; Thu, 21 Nov 2002 06:52:27 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.6/8.12.6/ZEIST.DE) with ESMTP id gALEqLGF081941; Thu, 21 Nov 2002 15:52:21 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.6/8.12.6/Submit) id gALEqGoN081940; Thu, 21 Nov 2002 15:52:16 +0100 (CET) (envelope-from marius) Date: Thu, 21 Nov 2002 15:52:16 +0100 From: marius@alchemy.franken.de To: Alexander Leidinger Cc: Maho Nakata , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/ifc Makefile Message-ID: <20021121145216.GU89667@newtrinity.zeist.de> References: <200211192257.gAJMvpUe017556@repoman.freebsd.org> <3DDCE8CF.4020801@Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DDCE8CF.4020801@Leidinger.net> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 21, 2002 at 03:08:15PM +0100, Alexander Leidinger wrote: > Maho Nakata wrote: > > > Modified files: > > lang/ifc Makefile > > Log: > > Marked as broken if icc or linux_devtools are > > installed. > > > > Suggested: Marius > > Alexander Leidinger > > I haven't suggested to mark it broken when linux_devtools is installed. > The reason why icc is BROKEN then is because icc picks up linux headers > instead of FreeBSDs headers. This results in broken binaries. > err, right, me neither. > I assume that fortran programs don't use C headers, so there should be > no need to mark ifc BROKEN when linux_devtools is installed, except ifc > picks up the linux linker instead of FreeBSDs linker (this may matter, I > can't remember if it matters in the icc case, as I hadn't linux_devtools > installed). > ifc calls the ld-wrapper which in turn is a fbsd binary and therefore calls the fbsd linker. that's the reason why the real-ld-symlink for icc could be killed. in case fortran doesn't use c-headers (i don't talk fortran...) i'm also of the opinion that the check for linux_devtools can be removed from the ifc-port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message