| Port details on branch 2020Q3 |
- mesa-dri OpenGL hardware acceleration drivers for DRI2+
- 19.0.8_8 graphics
=0 19.0.8_8Version of this port present on the latest quarterly branch. - Maintainer: x11@FreeBSD.org
 - Port Added: 2020-07-03 20:59:43
- Last Update: 2020-08-19 08:31:54
- Commit Hash: 1db7008
- License: not specified in port
- WWW:
- https://www.mesa3d.org/
- Description:
- This package contains the current stable release of the client drivers for DRI2+
With a X Server configured for DRI, they allow direct rendering of hardware-
accelerated OpenGL. This package also includes the software renderer, either
llvmpipe or classic SWrast.
WWW: https://www.mesa3d.org/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- mesa-dri>0:graphics/mesa-dri
- To install the port:
- cd /usr/ports/graphics/mesa-dri/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/mesa-dri
- pkg install mesa-dri
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mesa-dri
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1561580048
SHA256 (mesa-19.0.8.tar.xz) = d017eb53a810c32dabeedf6ca2238ae1e897ce9090e470e9ce1d6c9e3f1b0862
SIZE (mesa-19.0.8.tar.xz) = 11967592
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- wayland-protocols>=1.8 : graphics/wayland-protocols
- pthread-stubs.pc : devel/libpthread-stubs
- py37-mako>0 : textproc/py-mako@py37
- bison : devel/bison
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.7 : lang/python37
- llvm80>=3.9.0_4 : devel/llvm80
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xdamage.pc : x11/libXdamage
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xshmfence.pc : x11/libxshmfence
- xv.pc : x11/libXv
- xvmc.pc : x11/libXvMC
- xcb.pc : x11/libxcb
- xrandr.pc : x11/libXrandr
- Runtime dependencies:
-
- llvm80>=3.9.0_4 : devel/llvm80
- x11.pc : x11/libX11
- xdamage.pc : x11/libXdamage
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xshmfence.pc : x11/libxshmfence
- xv.pc : x11/libXv
- xvmc.pc : x11/libXvMC
- xcb.pc : x11/libxcb
- xrandr.pc : x11/libXrandr
- Library dependencies:
-
- libwayland-client.so : graphics/wayland
- libexpat.so : textproc/expat2
- libdrm.so : graphics/libdrm
- libglapi.so : graphics/mesa-libs
- libunwind.so : devel/libunwind
- This port is required by:
- for Build
-
- x11-servers/xephyr
- x11-servers/xorg-dmx
- x11-servers/xorg-nestserver
- x11-servers/xorg-server
- x11-servers/xorg-vfbserver
- x11-servers/xwayland
- x11-servers/xwayland-devel
- for Run
-
- x11-servers/xephyr
- x11-servers/xorg-dmx
- x11-servers/xorg-nestserver
- x11-servers/xorg-server
- x11-servers/xorg-vfbserver
- x11-servers/xwayland
Configuration Options:
- ===> The following configuration options are available for mesa-dri-19.0.8_8:
VAAPI=off: VAAPI (GPU video acceleration) support
VDPAU=off: VDPAU (GPU video acceleration) support
WAYLAND=on: Enable support for the Wayland platform in Vulkan drivers
====> Options available for the group PLATFORM
PLATFORM_X11=on: Enable X11 support for GBM/EGL
PLATFORM_WAYLAND=on: Enable Wayland support for GBM/EGL
PLATFORM_DRM=on: Enable DRM support for GBM/EGL
PLATFORM_SURFACELESS=on: Enable Surfaceless support for GBM/EGL
===> Use 'make config' to modify these settings
- Options name:
- graphics_mesa-dri
- USES:
- xorg xorg compiler:c++11-lib bison meson pathfix pkgconfig python:3.6+,build shebangfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
19.0.8_8 19 Aug 2020 08:31:54
    |
Niclas Zeising (zeising)  |
MFH: r545240
graphics/mesa: Fix build with -fno-common
Pull in a bunch of upstream patches to graphics/mesa to fix build with
-fno-common, which is the default after the llvm 11 import.
Approved by: ports-secteam (joenum) |
19.0.8_8 19 Aug 2020 08:31:54
  |
zeising  |
MFH: r545240
graphics/mesa: Fix build with -fno-common
Pull in a bunch of upstream patches to graphics/mesa to fix build with
-fno-common, which is the default after the llvm 11 import.
Approved by: ports-secteam (joenum) |
19.0.8_8 03 Jul 2020 20:59:38
    |
Emmanuel Vadot (manu)  |
MFH: mesa-dri: Use gallium SWRAST on x86 and aarch64
Mesa have two software rasterizer, the classic mesa dri one and
the gallium one.
The classic dri one is starting to be deprecated upstream (like all
dri drivers) so switch the arches that can build the gallium one to it.
Approved by: portmgr (bapt@) |
19.0.8_8 03 Jul 2020 20:59:38
  |
manu  |
MFH: mesa-dri: Use gallium SWRAST on x86 and aarch64
Mesa have two software rasterizer, the classic mesa dri one and
the gallium one.
The classic dri one is starting to be deprecated upstream (like all
dri drivers) so switch the arches that can build the gallium one to it.
Approved by: portmgr (bapt@) |
Number of commits found: 4
|