Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2023 09:20:45 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0ab18b0ed7e6 - main - graphics/mesa-dri: fix Wayland warnings on exit after d2c3c81a5310
Message-ID:  <202304040920.3349Kjae097735@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ab18b0ed7e606feb41a548fc95c80f5eb63d6e9

commit 0ab18b0ed7e606feb41a548fc95c80f5eb63d6e9
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-28 16:15:31 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-04 09:17:31 +0000

    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
---
 graphics/mesa-dri/Makefile  | 1 +
 graphics/mesa-libs/Makefile | 1 +
 2 files changed, 2 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304040920.3349Kjae097735>