aboutsummaryrefslogtreecommitdiff
path: root/x11/xorg
diff options
context:
space:
mode:
authorMatthew Rezny <rezny@FreeBSD.org>2017-05-12 18:46:53 +0000
committerMatthew Rezny <rezny@FreeBSD.org>2017-05-12 18:46:53 +0000
commite6acde078ce1b7bc02fb9d8eefbbf31b95dc03c1 (patch)
tree6651ec21aaf32f47dda7b92dcfb61385f580c8c9 /x11/xorg
parenta23420f8df8cc1c52c521c259b55df007d4fa211 (diff)
downloadports-e6acde078ce1b7bc02fb9d8eefbbf31b95dc03c1.tar.gz
ports-e6acde078ce1b7bc02fb9d8eefbbf31b95dc03c1.zip
Consolidate the Mesa ports, update to 17.0.4, and add Wayland option
* libGL, libEGL, libglesv2, libglapi, and gbm have been moved into mesa-libs, graphics/dri has been renamed to mesa-dri, and USE_GL has been adjusted * mesa-libs has a new WAYLAND option that enables platform support in libEGL * mesa-dri now depends on graphics/s2tc for compressed texture support [1] * re-remove obsolete dependency on makedepends [2] * correct sed fix backported from 17.1 [3] PR: 218799 (exp-run), 212762 [1], 218552 [2], 218562 [3] Submitted by: dbn [1], jbeich [2,3] Reported by: afiskon@devzen.ru [1] Reviewed by: kwm, johalun0@gmail.com Approved by: portmgr, swills (mentor) Differential Revision: https://reviews.freebsd.org/D10448
Notes
Notes: svn path=/head/; revision=440699
Diffstat (limited to 'x11/xorg')
-rw-r--r--x11/xorg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile
index 8481c80fd4a4..ec9d795e587b 100644
--- a/x11/xorg/Makefile
+++ b/x11/xorg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xorg
PORTVERSION= 7.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -11,7 +11,7 @@ COMMENT= X.Org complete distribution metaport
USES= metaport
-RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/dri
+RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri
# data
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:x11/xbitmaps \