From owner-freebsd-ports@FreeBSD.ORG Mon Apr 9 00:28:21 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6493316A401 for ; Mon, 9 Apr 2007 00:28:21 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from pecan.exetel.com.au (pecan.exetel.com.au [220.233.0.17]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA0B13C44B for ; Mon, 9 Apr 2007 00:28:21 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from 180.205.233.220.exetel.com.au ([220.233.205.180] helo=[192.168.0.148]) by pecan.exetel.com.au with esmtp (Exim 4.63) (envelope-from ) id 1Hahk3-0005PA-D7; Mon, 09 Apr 2007 10:28:19 +1000 In-Reply-To: <20070408203544.023af36a@gumby.homeunix.com> References: <975746.80018.qm@web50102.mail.re2.yahoo.com> <790a9fff0704080619p593d0419j74aa62eafe7e14f0@mail.gmail.com> <20070408203544.023af36a@gumby.homeunix.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Mon, 9 Apr 2007 10:28:17 +1000 To: RW X-Mailer: Apple Mail (2.752.3) Cc: freebsd-ports@freebsd.org Subject: Re: cannot install: Unknown component no. 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: Mon, 09 Apr 2007 00:28:21 -0000 On 09/04/2007, at 5:35 AM, RW wrote: > On Sun, 8 Apr 2007 08:19:00 -0500 > "Scot Hetzel" wrote: > >> The problem is that USE_GNOME is being set to "no", and then when >> Mk/bsd.gnome.mk checks the USE_GNOME value for valid components it is >> unable to find the gnome component "no". This causes it to set the >> IGNORE variable. >> >> Check your /etc/make.conf for the USE_GNOME variable and remove it. > > > Furthermore USE_* variables are not intended for use in make.conf at > all. Furtherfurthermore, they're not intended for use by the end-user, whether on the command line, or in make.conf, or set in the environment :-)