From nobody Sun Nov  7 19:37:46 2021
X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5F4A41831637;
	Sun,  7 Nov 2021 19:37:46 +0000 (UTC)
	(envelope-from git@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)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4HnPfL25Zbz4XCF;
	Sun,  7 Nov 2021 19:37:46 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 23E9623E2A;
	Sun,  7 Nov 2021 19:37:46 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from gitrepo.freebsd.org ([127.0.1.44])
	by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A7Jbk2Y080174;
	Sun, 7 Nov 2021 19:37:46 GMT
	(envelope-from git@gitrepo.freebsd.org)
Received: (from git@localhost)
	by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A7JbkKi080173;
	Sun, 7 Nov 2021 19:37:46 GMT
	(envelope-from git)
Date: Sun, 7 Nov 2021 19:37:46 GMT
Message-Id: <202111071937.1A7JbkKi080173@gitrepo.freebsd.org>
To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org,
        dev-commits-ports-main@FreeBSD.org
From: Jan Beich <jbeich@FreeBSD.org>
Subject: git: bea5fd858be0 - main - x11-wm/kwinft: reference upstream issues
List-Id: Commit messages for all branches of the ports repository <dev-commits-ports-all.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all
List-Help: <mailto:dev-commits-ports-all+help@freebsd.org>
List-Post: <mailto:dev-commits-ports-all@freebsd.org>
List-Subscribe: <mailto:dev-commits-ports-all+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-ports-all+unsubscribe@freebsd.org>
Sender: owner-dev-commits-ports-all@freebsd.org
X-BeenThere: dev-commits-ports-all@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: jbeich
X-Git-Repository: ports
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: bea5fd858be051ba4d62d6d7c59202dd0da925d9
Auto-Submitted: auto-generated
X-ThisMailContainsUnwantedMimeParts: N

The branch main has been updated by jbeich:

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

commit bea5fd858be051ba4d62d6d7c59202dd0da925d9
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-07 19:36:40 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-07 19:37:40 +0000

    x11-wm/kwinft: reference upstream issues
---
 x11-wm/kwinft/files/patch-CMakeLists.txt                        | 2 ++
 x11-wm/kwinft/files/patch-plugins_scenes_opengl_scene__opengl.h | 2 ++
 x11-wm/kwinft/pkg-message                                       | 1 +
 3 files changed, 5 insertions(+)

diff --git a/x11-wm/kwinft/files/patch-CMakeLists.txt b/x11-wm/kwinft/files/patch-CMakeLists.txt
index af5a512ecf8c..81c7ee253a85 100644
--- a/x11-wm/kwinft/files/patch-CMakeLists.txt
+++ b/x11-wm/kwinft/files/patch-CMakeLists.txt
@@ -1,3 +1,5 @@
+https://gitlab.com/kwinft/kwinft/-/issues/209
+
 CMake Error at CMakeLists.txt:816 (add_executable):
   Target "kwin_wayland" links to target "Threads::Threads" but the target was
   not found.  Perhaps a find_package() call is missing for an IMPORTED
diff --git a/x11-wm/kwinft/files/patch-plugins_scenes_opengl_scene__opengl.h b/x11-wm/kwinft/files/patch-plugins_scenes_opengl_scene__opengl.h
index e003f18e6925..3e1ae351c4d3 100644
--- a/x11-wm/kwinft/files/patch-plugins_scenes_opengl_scene__opengl.h
+++ b/x11-wm/kwinft/files/patch-plugins_scenes_opengl_scene__opengl.h
@@ -1,3 +1,5 @@
+https://gitlab.com/kwinft/kwinft/-/issues/210
+
 In file included from plugins/scenes/opengl/scene_opengl.cpp:30:
 plugins/scenes/opengl/scene_opengl.h:93:10: error: no template named 'unordered_map' in namespace 'std'
     std::unordered_map<uint32_t, OpenGLWindow*> windows;
diff --git a/x11-wm/kwinft/pkg-message b/x11-wm/kwinft/pkg-message
index 302348a5e62a..392fed0f34f3 100644
--- a/x11-wm/kwinft/pkg-message
+++ b/x11-wm/kwinft/pkg-message
@@ -3,6 +3,7 @@
   message: <<EOM
 WARNING: X11 support is currently unstable on FreeBSD. Replacing KWin
          in Plasma Desktop may not work. Test standalone first.
+         See also https://gitlab.com/kwinft/kwinft/-/issues/208
 
 Native Wayland on top of KMS console: