svn commit: r538339 - in head/graphics: mesa-dri mesa-libs
Niclas Zeising
zeising at freebsd.org
Tue Jun 9 20:00:34 UTC 2020
On 2020-06-09 21:56, Niclas Zeising wrote:
> Author: zeising
> Date: Tue Jun 9 19:56:17 2020
> New Revision: 538339
> URL: https://svnweb.freebsd.org/changeset/ports/538339
>
> Log:
> mesa: Fix build empty DRI_DRIVER
>
> In some cases, such as on sparc64, armv6 and armv7 etc, DRI_DRIVER,
> GALLIUM_DRIVER and/or VULKAN_DRIVER might be undefined. This causes an
> error similar to
> make: "/usr/ports/graphics/mesa-dri/Makefile" line 106: Malformed conditional (${DRI_DRIVERS:M${:UI915}})
>
> Fix this by checking if [DRI,GALLIUM,VULKAN]_DRIVER is defined before
> checking what it is set to.
>
> While here, remove textproc/py-mako dependency from mesa-dri/Makefile, it's
> already included in mesa-dri/Makefile.common, no need to depend on it twice.
>
> PR: 247117
> Reported by: jbeich
>
Sigh. Sorry for bumping portrevision needlessly in mesa-dri and
mesa-libs. I forgot to remove that change locally when fixing this.
Regards
--
Niclas Zeising
More information about the svn-ports-all
mailing list