From owner-freebsd-ports Sun Oct 22 10: 9:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from babylon.merseine.nu (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id DB4BE37B4FE for ; Sun, 22 Oct 2000 10:09:24 -0700 (PDT) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.1/8.11.1) id e9MH9ro01578; Sun, 22 Oct 2000 12:09:53 -0500 (CDT) (envelope-from ishmael) Date: Sun, 22 Oct 2000 12:09:53 -0500 From: Jeremy Norris To: Anton Voronin Cc: ports@FreeBSD.ORG Subject: Re: HAVE_GTK and HAVE_GNOME Message-ID: <20001022120953.A1458@babylon.merseine.nu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from anton@urc.ac.ru on Sun, Oct 22, 2000 at 10:56:33PM +0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If I understand the knew USE_GTK/USE_GNOME parameters correctly, you shouldn't need to define anything in /etc/make.conf to add gnome support to ports you're building. HAVE_GTK/HAVE_GNOME are meant to be used within ports' Makefiles and not defined in make.conf. If you want to disable optional gnome support within ports, you should defined WITHOUT_GNOME. Jeremy On Sun, Oct 22, 2000 at 10:56:33PM +0600, Anton Voronin wrote: > > Greetings! > > I've noticed the funny thing: if I build Gnome and don't have HAVE_GNOME > make variable defined (because I build it the first time and don't have it > on the system), but have HAVE_GTK=yes in my /etc/make.conf, then all the > gnome packages are named with -gtk suffix instead of -gnome. This looks > incorrect because after I've built gnome, I've added HAVE_GNOME=yes to > /etc/make.conf, and then all the gnome-dependant packages (like gnomeicu) > began to reister their dependencies for gnome components with -gnome > suffix, while those are named with -gtk... > > Wouldn't it be better to make an exception for packages that have > USE_GNOME=yes and which the gnome package is depending on, to name > them with -gnome suffix even if HAVE_GNOME is not defined? > > Regards, > Anton > > Anton Voronin > > Ural Regional Center of FREEnet, > Southern Ural State University, > Chelyabinsk, Russia > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message