Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2013 11:40:22 +0200
From:      =?UTF-8?B?UmVuw6kgTGFkYW4=?= <rene@freebsd.org>
To:        Alexander Leidinger <Alexander@Leidinger.net>
Cc:        emulation@freebsd.org
Subject:   Re: patch to clean up Linux DRI ports
Message-ID:  <51C96586.50601@freebsd.org>
In-Reply-To: <20130621230243.00006c37@unknown>
References:  <51C1937B.1080802@freebsd.org> <51C1F8C1.6040407@passap.ru> <CAF6rxgkwMR%2BHqpDAcaQBzLx2hDGvc-oX8CUJENYNX4_=NxM-Yg@mail.gmail.com> <20130621230243.00006c37@unknown>

next in thread | previous in thread | raw e-mail | index | archive | help
On 21-06-2013 23:02, Alexander Leidinger wrote:
> On Wed, 19 Jun 2013 20:46:51 +0200
> Eitan Adler <lists@eitanadler.com> wrote:
>
>> On Wed, Jun 19, 2013 at 8:30 PM, Boris Samorodov <bsam@passap.ru>
>> wrote:
>>> 19.06.2013 15:18, René Ladan пишет:
>>>
>>>> right now we have three Linux DRI ports around:
>>>> - graphics/linux-dri74 (Ubuntu 9.09)
>>>> - graphics/linux_dri (unknown, PORTVERSION 7.0)
>>>> - graphics/linux-f10-dri
>>>>
>>>> Currently graphics/linux-dri74 is the default.  I plan to modify
>>>> bsd.linux-apps.mk and bsd.port.mk to change this to linux-f10-dri,
>>>> after which the other two ports can be removed.
>>>>
>>>> See the attached patch (INDEX build is fine, no runtime testing
>>>> done yet).
>>> No objection from me.
>>> Thanks!
>> LGTM
> Do we have a way to use a ${LINUX_DIST_SUFFIX} in the bsd.port.mk part?
> I expect the answer is no, but I would love that someone prove me wrong
> here for the sake of not hardcoding a specific version here. If nobody
> has an idea how to have this working in this way, I would like to see a
> comment in bsd.linux-apps.mk which points the the _GL_linux_RUN_DEPENDS
> variable in b.p.m which specially mentions to update the b.l-a.m part
> (and the other way too).
The _GL_linux_RUN_DEPENDS variable is there to be able to write
"USE_GL=linux" in a port but
find /usr/ports/ -mindepth 2 -maxdepth 3 -name Makefile\* | xargs grep
USE_GL | grep linux
returns nothing so we might as well drop it? (svn revision 321727)

Rene



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51C96586.50601>