View | Details | Raw Unified | Return to bug 269006 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 30-36 Link Here
30
.include <bsd.port.options.mk>
30
.include <bsd.port.options.mk>
31
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
31
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
32
32
33
ALL_GALLIUM_DRIVERS=	CROCUS IRIS PANFROST R300 R600 RADEONSI SVGA SWRAST ZINK
33
ALL_GALLIUM_DRIVERS=	I915 CROCUS IRIS PANFROST R300 R600 RADEONSI SVGA SWRAST ZINK
34
ALL_VULKAN_DRIVERS=	INTEL AMD SWRAST
34
ALL_VULKAN_DRIVERS=	INTEL AMD SWRAST
35
35
36
GALLIUM_DRIVERS+=	SWRAST \
36
GALLIUM_DRIVERS+=	SWRAST \
Lines 48-54 Link Here
48
BUILD_DEPENDS+=		glslangValidator:graphics/glslang
48
BUILD_DEPENDS+=		glslangValidator:graphics/glslang
49
.endif
49
.endif
50
.if ${ARCH} == amd64 || ${ARCH} == i386
50
.if ${ARCH} == amd64 || ${ARCH} == i386
51
GALLIUM_DRIVERS+=	CROCUS IRIS SVGA
51
GALLIUM_DRIVERS+=	I915 CROCUS IRIS SVGA
52
VULKAN_DRIVERS+=	INTEL
52
VULKAN_DRIVERS+=	INTEL
53
.endif
53
.endif
54
54
(-)Makefile.common (-1 / +1 lines)
Lines 12-18 Link Here
12
MESAVERSION=	${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
12
MESAVERSION=	${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
13
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
13
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
14
14
15
MESABASEVERSION=	22.3.4
15
MESABASEVERSION=	22.3.5
16
# if there is a subversion, don't include the '-' between 7.11-rc2.
16
# if there is a subversion, don't include the '-' between 7.11-rc2.
17
MESASUBVERSION=
17
MESASUBVERSION=
18
18
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1674801615
1
TIMESTAMP = 1675897770
2
SHA256 (mesa-22.3.4.tar.xz) = 37a1ddaf03f41919ee3c89c97cff41e87de96e00e9d3247959cc8279d8294593
2
SHA256 (mesa-22.3.5.tar.xz) = 3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
3
SIZE (mesa-22.3.4.tar.xz) = 17041184
3
SIZE (mesa-22.3.5.tar.xz) = 17069488
(-)pkg-plist (+1 lines)
Lines 10-15 Link Here
10
@comment include/KHR/khrplatform.h
10
@comment include/KHR/khrplatform.h
11
@comment include/gbm.h
11
@comment include/gbm.h
12
%%CROCUS_GDRIVER%%lib/dri/crocus_dri.so
12
%%CROCUS_GDRIVER%%lib/dri/crocus_dri.so
13
%%I915_GDRIVER%%lib/dri/i915_dri.so
13
%%IRIS_GDRIVER%%lib/dri/iris_dri.so
14
%%IRIS_GDRIVER%%lib/dri/iris_dri.so
14
%%PANFROST_GDRIVER%%lib/dri/panfrost_dri.so
15
%%PANFROST_GDRIVER%%lib/dri/panfrost_dri.so
15
%%PANFROST_GDRIVER%%lib/dri/rockchip_dri.so
16
%%PANFROST_GDRIVER%%lib/dri/rockchip_dri.so

Return to bug 269006