From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 06:37:25 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B21516A41F for ; Fri, 14 Oct 2005 06:37:25 +0000 (GMT) (envelope-from christopher.illies@ki.se) Received: from humle.it.ki.se (humle.it.ki.se [130.237.101.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEADC43D45 for ; Fri, 14 Oct 2005 06:37:24 +0000 (GMT) (envelope-from christopher.illies@ki.se) Received: from Klabautermann.ks.se (gate2.ks.se [193.10.63.101]) by humle.it.ki.se (8.13.1/8.13.1) with ESMTP id j9E6bEAF015989; Fri, 14 Oct 2005 08:37:14 +0200 (MEST) Received: by Klabautermann.ks.se (Postfix, from userid 1001) id B879AC132; Fri, 14 Oct 2005 08:40:39 +0200 (CEST) Date: Fri, 14 Oct 2005 08:40:39 +0200 From: Christopher Illies To: Scot Hetzel Message-ID: <20051014064039.GA3448@Klabautermann.ks.se> Mail-Followup-To: Christopher Illies , Scot Hetzel , Brooks Davis , freebsd-ports@freebsd.org References: <20051013132601.GA57837@Klabautermann.ks.se> <790a9fff0510130902h3b98df6mb56408a9638399a1@mail.gmail.com> <20051013181801.GD27418@odin.ac.hmc.edu> <790a9fff0510131323x19177c6n3626adc14f45db91@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <790a9fff0510131323x19177c6n3626adc14f45db91@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: Brooks Davis , freebsd-ports@freebsd.org Subject: Re: 6.0: math/lapack fails with NO_PROFILE (fix) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 06:37:25 -0000 On Thu, Oct 13, 2005 at 03:23:14PM -0500, Scot Hetzel wrote: > > > Try adding this to the port: > > > > > > .if ${OSVERSION} < 600000 && defined(NOPROFILE) > > > NO_PROFILE= true > > > .endif > > > > Minor nit, it might be better to do it the other way around since > > eventually we'll stop supporting NOPROFILE. > > > If we use both Christophers patch and the above code it will work > since NOPROFILE is no longer supported on RELENG_6+. The code above > ensures that NOPROFILE will continue to work on RELENG_5 and below. Thanks for your input! I am now going to file a problem report. Christopher