Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12A8484CF2 for ; Sat, 2 Sep 2023 13:30:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HPO4Brw7DAeV for ; Sat, 2 Sep 2023 13:30:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9B8D684CE8 for ; Sat, 2 Sep 2023 13:30:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9563CFBDB; Sat, 2 Sep 2023 13:30:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693661454259610" MIME-Version: 1.0 Date: Sat, 2 Sep 2023 13:30:54 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230902133054.9563CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693661454259610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Sat Sep 2 13:30:54 UTC 2023 Modified Files: pkgsrc/x11: Makefile Log Message: + qt6ct To generate a diff of this commit: cvs rdiff -u -r1.995 -r1.996 pkgsrc/x11/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693661454259610 Content-Disposition: inline Content-Length: 600 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.995 pkgsrc/x11/Makefile:1.996 --- pkgsrc/x11/Makefile:1.995 Sat Aug 5 07:23:35 2023 +++ pkgsrc/x11/Makefile Sat Sep 2 13:30:54 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.995 2023/08/05 07:23:35 adam Exp $ +# $NetBSD: Makefile,v 1.996 2023/09/02 13:30:54 vins Exp $ # COMMENT= Packages to support the X Window System @@ -399,6 +399,7 @@ SUBDIR+= qt5-qtx11extras SUBDIR+= qt5-qtxmlpatterns SUBDIR+= qt5-styleplugins SUBDIR+= qt5ct +SUBDIR+= qt6ct SUBDIR+= qt6-qtbase SUBDIR+= qt6-qtserialport SUBDIR+= qterminal --_----------=_1693661454259610--