From owner-freebsd-x11@freebsd.org Tue Sep 17 04:46:10 2019 Return-Path: Delivered-To: freebsd-x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C6887F7090 for ; Tue, 17 Sep 2019 04:46:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46XVtV4t9kz4WLy for ; Tue, 17 Sep 2019 04:46:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id A7193F708F; Tue, 17 Sep 2019 04:46:10 +0000 (UTC) Delivered-To: x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A6E04F708E for ; Tue, 17 Sep 2019 04:46:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46XVtV3hvvz4WLx for ; Tue, 17 Sep 2019 04:46:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61B6432F3 for ; Tue, 17 Sep 2019 04:46:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x8H4kAV5053590 for ; Tue, 17 Sep 2019 04:46:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x8H4kAWQ053589 for x11@FreeBSD.org; Tue, 17 Sep 2019 04:46:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-approval requested: [Bug 238988] [exp-run] convert bsd.xorg.mk to USES=xorg and USES=xorg-cat : [Attachment 207543] gl.mk.diff Date: Tue, 17 Sep 2019 04:46:09 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: exp-run+ Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2019 04:46:10 -0000 Tobias Kortkamp has asked freebsd-x11 mailing list for maintainer-approval: Bug 238988: [exp-run] convert bsd.xorg.mk to USES=3Dxorg and USES=3Dxorg-cat https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238988 Attachment 207543: gl.mk.diff https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207543&action=3Dedit --- Comment #8 from Tobias Kortkamp --- Created attachment 207543 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207543&action= =3Dedit gl.mk.diff (In reply to Niclas Zeising from comment #7) > Hi! > That is not normal. USES=3Dgl pulls in xorg components in certain cases,= but it's handled by the framework. I have to look into this spurious warning. Did you find a way to avoid it? It is very annoying. Bogus QA warnings are not good and waste time. I do not see how the warning could be avoided without creating new false warnings elsewhere or doing some really complicated things. IMHO we should keep this simple and move the USE_XORG=3Dxorgproto stuff out of gl.mk. See the attached patch.