From owner-freebsd-current@FreeBSD.ORG Tue Jun 1 05:17:02 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E073106620B; Tue, 1 Jun 2010 05:16:29 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 78BA48FC23; Tue, 1 Jun 2010 05:16:29 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id o515GPHE060693; Mon, 31 May 2010 22:16:25 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id o515GPtc060692; Mon, 31 May 2010 22:16:25 -0700 (PDT) (envelope-from sgk) Date: Mon, 31 May 2010 22:16:25 -0700 From: Steve Kargl To: Andrew Reilly Message-ID: <20100601051625.GA60676@troutmask.apl.washington.edu> References: <20100529130240.GA99732@freebsd.org> <20100530135859.GI83316@deviant.kiev.zoral.com.ua> <508DA8CE-749A-46B4-AF0B-392DB08CBBCD@samsco.org> <20100531095617.GR83316@deviant.kiev.zoral.com.ua> <71B7DEC2-1ABE-4333-8C8E-02F899D2449B@samsco.org> <4C03DD4B.9020209@infracaninophile.co.uk> <20100601145322.52546745@duncan.reilly.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100601145322.52546745@duncan.reilly.home> User-Agent: Mutt/1.4.2.3i Cc: Daniel Eischen , Matthew Seaman , current@freebsd.org Subject: Re: [TESTING]: ClangBSD branch needs testing before the import to HEAD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2010 05:17:02 -0000 On Tue, Jun 01, 2010 at 02:53:22PM +1000, Andrew Reilly wrote: > > On Mon, 31 May 2010 17:01:15 +0100 > Matthew Seaman wrote: > > > Is it really such a bad thing to have gcc as a build-dependency > > for various ported applications? > > There are already ports that have gcc-4.4.4 as a dependency, and > a few that still require gcc-3.4.6. > > [on my system, that's : > ffmpeg-0.5.1_3,1 > gegl-0.1.2_1 > gimp-app-2.6.8_3,1 > ufraw-0.16_3 > x264-0.0.20100222_1 > xsane-0.996_3 > blas-1.0_4 > lapack-3.2.1_1 Well, blas and lapack require gcc-4.4.4 because these are implemented in Fortran. Fortran was removed from FreeBSD's base several years ago. Note, also that clang/llvm can't compile these libraries so the dependencies won't disappear anytime soon. -- Steve