patch to clean up Linux DRI ports
René Ladan
rene at freebsd.org
Tue Jun 25 09:40:27 UTC 2013
On 21-06-2013 23:02, Alexander Leidinger wrote:
> On Wed, 19 Jun 2013 20:46:51 +0200
> Eitan Adler <lists at eitanadler.com> wrote:
>
>> On Wed, Jun 19, 2013 at 8:30 PM, Boris Samorodov <bsam at 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
More information about the freebsd-emulation
mailing list