Date: Wed, 9 Nov 2005 20:32:56 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: Boris Samorodov <bsam@ipt.ru> Cc: freebsd-emulation@freebsd.org Subject: Re: What is BASEVERSION=9 at linux-* ports Message-ID: <20051109203256.67befceb@Magellan.Leidinger.net> In-Reply-To: <73730594@srv.sem.ipt.ru> References: <61264917@srv.sem.ipt.ru> <20051109193553.72954a81@Magellan.Leidinger.net> <73730594@srv.sem.ipt.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 09 Nov 2005 22:07:41 +0300 Boris Samorodov <bsam@ipt.ru> wrote: > On Wed, 9 Nov 2005 19:35:53 +0100 Alexander Leidinger wrote: > > Have a look at /usr/ports/x11-toolkits/linux-gtk/Makefile (it's > > included in those Makefiles where you see the BASEVERSION variable). > > Hm, it doesn't make sense to me... > > As I understand, this variable shows the path for downloading, yes? Yes. > Then I don't understand it's using, i.e. at > x11-fonts/linux-fontconfig: > > ----- > $ cd /usr/ports/x11-fonts/linux-fontconfig > $ grep BASEVE Makefile > > BASEVERSION= 9 > > $ make all-depends-list | grep linux_ > > /usr/ports/emulators/linux_base-8 > ----- > > What's the meaning of this variable here? BASEVERSION isn't related to the linux_base version. RPMs for RedHat 9 also work on RedHat 8 (at least in the context of the FreeBSD linuxolator). So it's just a way to specify the right download URI. This shared part in linux-gtk/Makefile needs to be refactored into e.g. bsd.rpm.mk and then (after committing the move of this code to bsd.rpm.mk) it needs to be enhanced. Bye, Alexander. -- I believe the technical term is "Oops!" http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051109203256.67befceb>