Date: Sun, 22 Oct 2000 12:09:53 -0500 From: Jeremy Norris <ishmael27@home.com> To: Anton Voronin <anton@urc.ac.ru> Cc: ports@FreeBSD.ORG Subject: Re: HAVE_GTK and HAVE_GNOME Message-ID: <20001022120953.A1458@babylon.merseine.nu> In-Reply-To: <Pine.BSF.4.10.10010222244430.292-100000@belle.rnoc-dialup.urc.ac.ru>; from anton@urc.ac.ru on Sun, Oct 22, 2000 at 10:56:33PM %2B0600 References: <Pine.BSF.4.10.10010222244430.292-100000@belle.rnoc-dialup.urc.ac.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001022120953.A1458>