Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2023 21:27:16 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: 464cc5f46e33 - main - graphics/qt6-3d: remove unused variable after fca135644fd0
Message-ID:  <202305192127.34JLRG8e017796@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=464cc5f46e339a5ee09e6dbf52320f9619a3b8e6

commit 464cc5f46e339a5ee09e6dbf52320f9619a3b8e6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-19 21:12:57 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-19 21:24:24 +0000

    graphics/qt6-3d: remove unused variable after fca135644fd0
    
    stage-qa didn't detect any X11 libraries in use despite being
    indirectly installed by other dependencies.
    
    Reported by:    portscan
---
 graphics/qt6-3d/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/graphics/qt6-3d/Makefile b/graphics/qt6-3d/Makefile
index e04302a81fa9..411876792125 100644
--- a/graphics/qt6-3d/Makefile
+++ b/graphics/qt6-3d/Makefile
@@ -36,7 +36,6 @@ USES=		cmake compiler:c++17-lang gettext-runtime gl gnome python:build \
 USE_GL=		gl
 USE_GNOME=	glib20
 USE_QT=		base declarative shadertools
-USE_XORG=	x11 xau xcb xdmcp
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>



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