From owner-freebsd-ports@FreeBSD.ORG Wed Sep 1 05:41:52 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE6A11065673; Wed, 1 Sep 2010 05:41:52 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1780E8FC0A; Wed, 1 Sep 2010 05:41:51 +0000 (UTC) Received: by wwb34 with SMTP id 34so8015413wwb.31 for ; Tue, 31 Aug 2010 22:41:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=FOb0d15O9UJhjmXzZLMThIA+z85OmYwsl4j1Hjb3G8o=; b=XaJIoL/QUF3oT/hmIryFUDu/IPFvE4vdTihzuh8Hkf2QA5GhzKb5WCOYlJS+DKK65e WZFp1BZHaJg9imOERgMpQ/Je1H6CRfJNaAF+VpYRxhXS4sT6WVQl1vEjmQz3gi8NtMp/ sTnIa7y34UV/nNiP2CUSiVvIBNeB5NshxlXwI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=bK5SWD6WVL+avj8sgaLHP+7jtZ1bpv8p4EkdwG7mnn0q4PVXYkgRry3jJMaRMP9VTU cqBc45yWwX/ZL6BjIvvgmjtrF0QDo609/mCHcaT7lfcawLEf9Tj7Z0kOQachj2HfnWcV Ze3eV8K1d1HoBTzPMnrAtmhqJ5cV+IFsVQoH0= MIME-Version: 1.0 Received: by 10.216.11.66 with SMTP id 44mr7412276wew.69.1283319699133; Tue, 31 Aug 2010 22:41:39 -0700 (PDT) Received: by 10.216.63.146 with HTTP; Tue, 31 Aug 2010 22:41:39 -0700 (PDT) In-Reply-To: <4C7DE392.4020605@DataIX.net> References: <4C7D76A6.7080401@DataIX.net> <4C7DE153.2090901@DataIX.net> <4C7DE392.4020605@DataIX.net> Date: Wed, 1 Sep 2010 05:41:39 +0000 Message-ID: From: "b. f." To: jhell Content-Type: text/plain; charset=ISO-8859-1 Cc: maho@freebsd.org, Scot Hetzel , freebsd-ports@freebsd.org Subject: Re: math/blas linking to gfortran with LDADD?= -lgfortran X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2010 05:41:52 -0000 On 9/1/10, jhell wrote: > On 09/01/2010 01:14, jhell wrote: >> On 09/01/2010 00:58, b. f. wrote: >>> No, it will still take effect, after the math/blas Makefile is parsed, >>> unless _WITHOUT_SRCCONF is defined. See bsd.own.mk. >> >> ports(7) pulls in src.conf ??? I hope I am not understanding this right... >> > > No wonder why some of my ports are fricking ticking my counters with > ccache! (!@#!%#$%#@!$#%!@# !@#!$@#%@% @$#@$@%~#^@#^) > > Now that I know I can burn that bridge right now by adding that to > make.conf in a .if (.CURDIR:M/usr/ports*) Well, that would be wise in any event, to minimize build pollution. But if you look in /usr/share/mk/bsd.port.mk, you will see that bsd.own.mk is typically only included after _WITHOUT_SRCCONF is defined. It is only exceptional cases where src.conf can have any effect in Ports. b.