aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-02-28 16:15:31 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-04-04 09:17:31 +0000
commit0ab18b0ed7e606feb41a548fc95c80f5eb63d6e9 (patch)
tree7030abe78a88587179c9d0530407056c607d4d82
parentd2c3c81a5310d89b01206082d3924e36f79f7da0 (diff)
downloadports-0ab18b0ed7e606feb41a548fc95c80f5eb63d6e9.tar.gz
ports-0ab18b0ed7e606feb41a548fc95c80f5eb63d6e9.zip
graphics/mesa-dri: fix Wayland warnings on exit after d2c3c81a5310
warning: queue 0x562a5ed2cd20 destroyed while proxies still attached: wl_display@1 still attached warning: queue 0x557a4efbcf70 destroyed while proxies still attached: zwp_linux_dmabuf_feedback_v1@18 still attached PR: 269877 Obtained from: upstream (mesa-23.1.0) Exp-run by: antoine Approved by: manu
-rw-r--r--graphics/mesa-dri/Makefile1
-rw-r--r--graphics/mesa-libs/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile
index 8155a68ee139..f94234b7c804 100644
--- a/graphics/mesa-dri/Makefile
+++ b/graphics/mesa-dri/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mesa-dri
PORTVERSION= ${MESAVERSION}
+PORTREVISION= 1
CATEGORIES= graphics
COMMENT= OpenGL hardware acceleration drivers for DRI2+
diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile
index a9c91d675f34..e58d62b50dc0 100644
--- a/graphics/mesa-libs/Makefile
+++ b/graphics/mesa-libs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mesa-libs
PORTVERSION= ${MESAVERSION}
+PORTREVISION= 1
CATEGORIES= graphics
COMMENT= OpenGL libraries that support GLX and EGL clients