aboutsummaryrefslogtreecommitdiff
path: root/graphics/libosmesa
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-10-04 20:08:27 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-10-04 20:08:27 +0000
commit13f6aa2bdd5c71033d58d6915803d299e3958047 (patch)
tree9d971389b335feedf1ee57b687031a96c7bdf1e0 /graphics/libosmesa
parent64bde4a115d5f8f7a04b1c36bf2a1ac567c68a75 (diff)
downloadports-13f6aa2bdd5c71033d58d6915803d299e3958047.tar.gz
ports-13f6aa2bdd5c71033d58d6915803d299e3958047.zip
graphics/mesa-dri: revert r512573 and limit to llvm80 after r512440
Mesa 18.3 doesn't support LLVM 9. While some fixes were backported there're probably more issues. Apparently, Gnome shows black screen. As the port is unlikely to be ready for future LLVM_DEFAULT bumps without a version update just limit to previously tested value. PR: 239682 Requested by: imp
Notes
Notes: svn path=/head/; revision=513776
Diffstat (limited to 'graphics/libosmesa')
-rw-r--r--graphics/libosmesa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index 0c67176b8418..d2e6f385426a 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libosmesa
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
COMMENT= Off-Screen Mesa implementation of the OpenGL API