diff options
author | rezny <rezny@FreeBSD.org> | 2017-05-13 02:46:53 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-05-13 02:46:53 +0800 |
commit | 2a86e9db0353764dd454ec2e2a6825d74211aee3 (patch) | |
tree | 6651ec21aaf32f47dda7b92dcfb61385f580c8c9 /graphics/gbm | |
parent | 1bdd19c4ec73c7795ca2ddcdfd72887bbca8bdd6 (diff) | |
download | freebsd-ports-gnome-2a86e9db0353764dd454ec2e2a6825d74211aee3.tar.gz freebsd-ports-gnome-2a86e9db0353764dd454ec2e2a6825d74211aee3.tar.zst freebsd-ports-gnome-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 'graphics/gbm')
-rw-r--r-- | graphics/gbm/Makefile | 30 | ||||
-rw-r--r-- | graphics/gbm/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/gbm/pkg-plist | 5 |
3 files changed, 0 insertions, 38 deletions
diff --git a/graphics/gbm/Makefile b/graphics/gbm/Makefile deleted file mode 100644 index 7db148fedcf9..000000000000 --- a/graphics/gbm/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: kwm@FreeBSD.org -# $FreeBSD$ - -PORTNAME= gbm -PORTVERSION= ${MESAVERSION} -PORTREVISION= 0 -CATEGORIES= graphics - -COMMENT= gbm library - -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs -LIB_DEPENDS+= libexpat.so:textproc/expat2 \ - libdrm.so:graphics/libdrm \ - libglapi.so:graphics/libglapi - -USE_XORG= x11 xau xcb xdmcp - -# stuff not needed by gbm but configure wants it -USE_XORG+= dri2proto dri3proto glproto presentproto xdamage xext xfixes \ - xshmfence - -.include <bsd.port.options.mk> -.include "${.CURDIR}/../../graphics/libGL/Makefile.common" - -MESA_BUILD_WRKSRC= src/mapi src/gbm -MESA_INSTALL_WRKSRC= src/gbm - -.include "${.CURDIR}/../../graphics/libGL/Makefile.targets" - -.include <bsd.port.mk> diff --git a/graphics/gbm/pkg-descr b/graphics/gbm/pkg-descr deleted file mode 100644 index 810b4fc4ceff..000000000000 --- a/graphics/gbm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the gbm utility library. - -WWW: http://mesa3d.org/ diff --git a/graphics/gbm/pkg-plist b/graphics/gbm/pkg-plist deleted file mode 100644 index 891e4aeed89b..000000000000 --- a/graphics/gbm/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -include/gbm.h -lib/libgbm.so -lib/libgbm.so.1 -lib/libgbm.so.1.0.0 -libdata/pkgconfig/gbm.pc |