Date: Tue, 10 Oct 2000 18:20:14 -0700 From: Jeremy Lea <reg@FreeBSD.ORG> To: Nat Lanza <magus@cs.cmu.edu> Cc: ports@FreeBSD.ORG Subject: Re: adding '-gnome' and '-gtk' to package names Message-ID: <20001010182014.R30468@shale.csir.co.za> In-Reply-To: <uoc1yxoh817.fsf@hurlame.pdl.cs.cmu.edu>; from magus@cs.cmu.edu on Tue, Oct 10, 2000 at 02:21:08PM -0400 References: <uoc1yxoh817.fsf@hurlame.pdl.cs.cmu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Tue, Oct 10, 2000 at 02:21:08PM -0400, Nat Lanza wrote: > Also, it breaks pkg_version, which is really annoying: > > # pkg_version -v > [ elided ] > sawfish-gnome-0.31.1 ? unknown in index > [ elided ] > xscreensaver-gtk-3.24 ? unknown in index > > Please consider backing out this change. No. These are very important. They tell you when optional support has been added for a port. As for pkg_version, the current solution is to add slave makefiles for all of the various option based ports (not just the GNOME/GTK+ ones, but also the i18n ones, the mysql ones, the x11 ones...). A more offical route would be to remove the -'s from all of the ports which are not supposed to have them in their names (there are a bunch, and have pkg_version only compare the bit after the first - and before the second (one only before the second if the first does not exist), with the version number tacked on the end. For now - define WITHOUT_ALL in /etc/make.conf and you won't see any problems. Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ 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?20001010182014.R30468>