aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrezny <rezny@FreeBSD.org>2017-05-13 02:46:53 +0800
committerrezny <rezny@FreeBSD.org>2017-05-13 02:46:53 +0800
commit2a86e9db0353764dd454ec2e2a6825d74211aee3 (patch)
tree6651ec21aaf32f47dda7b92dcfb61385f580c8c9 /x11
parent1bdd19c4ec73c7795ca2ddcdfd72887bbca8bdd6 (diff)
downloadfreebsd-ports-graphics-2a86e9db0353764dd454ec2e2a6825d74211aee3.tar.gz
freebsd-ports-graphics-2a86e9db0353764dd454ec2e2a6825d74211aee3.tar.zst
freebsd-ports-graphics-2a86e9db0353764dd454ec2e2a6825d74211aee3.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
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile
index 8481c80fd4a..ec9d795e587 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 \