From owner-freebsd-ports@FreeBSD.ORG Sun May 17 18:15:24 2009 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 2D89E1065672 for ; Sun, 17 May 2009 18:15:24 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id 0A5648FC1B for ; Sun, 17 May 2009 18:15:23 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id 348A05C4E for ; Sun, 17 May 2009 14:16:36 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :mime-version:references:reply-to:message-id:subject:from:date :received:received:received:x-virus-scanned; s=aegis; t= 1242584196; bh=DO+jL+YQo/r93mA6GYFm46eGuSL68rrNxSHpiMjJV7Y=; b=t kpxqUo6UCqRBDDtXDcUVS9EwHdloA4mWaP9sh5Auy6H2xs35/CHWRQqdYdLfVJsF QrbiRvHfcFZqaJq+hhW3lruXUYKdCPhp71dH8y5tsHOU93ycDaE0HvDIysDnyNBQ bUkI12uuFKSZX3U0NkQiKMN1Gh2K2VpIIl5jPr0yyU= X-Virus-Scanned: by ClamAV at aegis.hamla.org Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id c61hveyPd6iL for ; Sun, 17 May 2009 14:16:36 -0400 (EDT) Received: from shepherd.hamla.org (cpe-66-108-70-184.nyc.res.rr.com [66.108.70.184]) by aegis.hamla.org (Postfix) with ESMTPSA id E436B5C4C for ; Sun, 17 May 2009 14:16:35 -0400 (EDT) Received: by shepherd.hamla.org (Postfix, from userid 501) id 8AFC919A23AD; Sun, 17 May 2009 14:15:21 -0400 (EDT) Date: Sun, 17 May 2009 14:15:21 -0400 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20090517181521.GA19853@shepherd.hamla.org> References: <200905151806.47480.lumiwa@gmail.com> <200905170733.29746.lumiwa@gmail.com> <20090517092117.25483eyq3mjntgu8@econet.encontacto.net> <200905171020.19632.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905171020.19632.kstewart@owt.com> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: fftw3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 18:15:24 -0000 On Sun, 17 May 2009, Kent Stewart wrote: > > I'm using today's current and just tried the following in lang/gcc43 > > to hopefully be able to build ffw3 with the following made and > > resulting errors. > > > > # make WITHOUT_JAVA=yes > > > > You really needed to man make. I did a "setenv WITHOUT_JAVA yes" in my .cshrc, > brought up a new konsole and everything built. For make, I think it would > have to be > "make -D WITHOUT_JAVA=yes". No, passing variable overrides to make(1) on the command line works without the -D flag. Why do you believe it is necessary? -- Sahil Tandon