summaryrefslogtreecommitdiffstats
path: root/graphics/libGL/bsd.mesalib.mk
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-10-25 20:14:03 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-10-25 20:14:03 +0800
commit01cf19aaaf0c170339a7cb01e2d9535069fa75cd (patch)
tree853115ee98e0799db88f3e4fa5bd98d9a5ded7df /graphics/libGL/bsd.mesalib.mk
parentfee9875552289b525312415e6ba97bdfe6fe0790 (diff)
downloadxorg-devel-ports-01cf19aaaf0c170339a7cb01e2d9535069fa75cd.tar
xorg-devel-ports-01cf19aaaf0c170339a7cb01e2d9535069fa75cd.tar.gz
xorg-devel-ports-01cf19aaaf0c170339a7cb01e2d9535069fa75cd.tar.bz2
xorg-devel-ports-01cf19aaaf0c170339a7cb01e2d9535069fa75cd.tar.lz
xorg-devel-ports-01cf19aaaf0c170339a7cb01e2d9535069fa75cd.tar.xz
xorg-devel-ports-01cf19aaaf0c170339a7cb01e2d9535069fa75cd.tar.zst
xorg-devel-ports-01cf19aaaf0c170339a7cb01e2d9535069fa75cd.zip
Update to 8.0.5.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@588 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'graphics/libGL/bsd.mesalib.mk')
-rw-r--r--graphics/libGL/bsd.mesalib.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/libGL/bsd.mesalib.mk b/graphics/libGL/bsd.mesalib.mk
index 68d6df0..aac58d9 100644
--- a/graphics/libGL/bsd.mesalib.mk
+++ b/graphics/libGL/bsd.mesalib.mk
@@ -14,13 +14,12 @@
# - graphics/dri
#
# $FreeBSD$
-#
MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
.if defined(WITH_NEW_XORG)
-MESABASEVERSION= 8.0.4
+MESABASEVERSION= 8.0.5
# if there is a subversion, include the '-' between 7.11-rc2 for example.
MESASUBVERSION=
PLIST_SUB+= OLD="@comment " NEW=""
@@ -54,7 +53,6 @@ CONFIGURE_ARGS+=--enable-gallium-llvm=no --without-gallium-drivers \
EXTRA_PATCHES+= ${PATCHDIR}/extra-configure \
${PATCHDIR}/extra-src-glsl_ir_constant_expression.cpp \
${PATCHDIR}/extra-src__gallium__include__pipe__p_config.h \
- ${PATCHDIR}/extra-src__mesa__drivers__dri__i965__brw_context.c \
${PATCHDIR}/extra-src__mesa__drivers__dri__nouveau__nouveau_array.c \
${PATCHDIR}/extra-src__mesa__drivers__dri__nouveau__nouveau_render_t.c
.else