diff --git a/x11/mesa/mesa.desc b/x11/mesa/mesa.desc index 21b0e8010..7476406a0 100644 --- a/x11/mesa/mesa.desc +++ b/x11/mesa/mesa.desc @@ -42,8 +42,8 @@ [O] . package/*/*/modular-x-conf.in -[V] 7.6.1 +[V] 7.8.2 [P] X -?---5---9 112.467 -[D] 1602816938 MesaLib-7.6.1.tar.bz2 ftp://ftp.freedesktop.org/pub/mesa/7.6.1/ -[D] 4125939880 MesaGLUT-7.6.1.tar.bz2 ftp://ftp.freedesktop.org/pub/mesa/7.6.1/ +[D] 3918363098 MesaLib-7.8.2.tar.bz2 ftp://ftp.freedesktop.org/pub/mesa/7.8.2/ +[D] 634519422 MesaGLUT-7.8.2.tar.bz2 ftp://ftp.freedesktop.org/pub/mesa/7.8.2/ diff --git a/x11/mesa/timeb.patch b/x11/mesa/timeb.patch deleted file mode 100644 index 10e6aac96..000000000 --- a/x11/mesa/timeb.patch +++ /dev/null @@ -1,26 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../mesa/timeb.patch -# Copyright (C) 2010 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./src/mesa/drivers/dri/savage/savageioctl.c.orig 2010-05-03 16:24:07.000000000 -0400 -+++ ./src/mesa/drivers/dri/savage/savageioctl.c 2010-05-03 16:24:46.000000000 -0400 -@@ -43,7 +43,6 @@ - - #include "drm.h" - #include --#include - - #define DEPTH_SCALE_16 ((1<<16)-1) - #define DEPTH_SCALE_24 ((1<<24)-1)