aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2015-12-11 05:30:33 +0800
committerkwm <kwm@FreeBSD.org>2015-12-11 05:30:33 +0800
commit49675f6132a7e799086b684924719fc804344a6e (patch)
treeb8f2ab0d98d80040419ec2f553bdab49922ba2b6 /graphics
parenta173c1021764f361753848e30016a5029457571a (diff)
downloadfreebsd-ports-gnome-49675f6132a7e799086b684924719fc804344a6e.tar.gz
freebsd-ports-gnome-49675f6132a7e799086b684924719fc804344a6e.tar.zst
freebsd-ports-gnome-49675f6132a7e799086b684924719fc804344a6e.zip
Update mesa to 11.0.7.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libGL/Makefile.common2
-rw-r--r--graphics/libGL/distinfo4
-rw-r--r--graphics/libGL/files/patch-src_gallium_target_opencl_Makefile.in10
3 files changed, 3 insertions, 13 deletions
diff --git a/graphics/libGL/Makefile.common b/graphics/libGL/Makefile.common
index 8217287e9af8..f5b6b67c6211 100644
--- a/graphics/libGL/Makefile.common
+++ b/graphics/libGL/Makefile.common
@@ -18,7 +18,7 @@
MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
-MESABASEVERSION= 11.0.6
+MESABASEVERSION= 11.0.7
# if there is a subversion, don't include the '-' between 7.11-rc2.
MESASUBVERSION=
diff --git a/graphics/libGL/distinfo b/graphics/libGL/distinfo
index 2fe5c4cd185e..0597830f0f77 100644
--- a/graphics/libGL/distinfo
+++ b/graphics/libGL/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mesa-11.0.6.tar.xz) = 8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760
-SIZE (mesa-11.0.6.tar.xz) = 7272972
+SHA256 (mesa-11.0.7.tar.xz) = e7e90a332ede6c8fd08eff90786a3fd1605a4e62ebf3a9b514047838194538cb
+SIZE (mesa-11.0.7.tar.xz) = 7279276
diff --git a/graphics/libGL/files/patch-src_gallium_target_opencl_Makefile.in b/graphics/libGL/files/patch-src_gallium_target_opencl_Makefile.in
deleted file mode 100644
index 5333c42cb4af..000000000000
--- a/graphics/libGL/files/patch-src_gallium_target_opencl_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/gallium/targets/opencl/Makefile.in.orig 2015-01-02 13:38:24.794802548 +0100
-+++ src/gallium/targets/opencl/Makefile.in 2015-01-02 13:38:40.047801585 +0100
-@@ -553,7 +553,6 @@
- $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
- $(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
- $(ELF_LIB) \
-- -ldl \
- -lclangCodeGen \
- -lclangFrontendTool \
- -lclangFrontend \