Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48B7785DCD for ; Mon, 23 Oct 2023 18:31:09 +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 uvVIIXjP9N1p for ; Mon, 23 Oct 2023 18:31:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AB7B284FF3 for ; Mon, 23 Oct 2023 18:31:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8C5FFADC; Mon, 23 Oct 2023 18:31:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698085868102540" MIME-Version: 1.0 Date: Mon, 23 Oct 2023 18:31:08 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2023Q3] pkgsrc/x11/lxqt-panel To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20231023183108.A8C5FFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698085868102540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Oct 23 18:31:08 UTC 2023 Modified Files: pkgsrc/x11/lxqt-panel [pkgsrc-2023Q3]: Makefile options.mk Log Message: Pullup ticket #6814 - requested by abs x11/lxqt-panel: NetBSD 10 bugfix Revisions pulled up: - x11/lxqt-panel/Makefile 1.40 - x11/lxqt-panel/options.mk 1.2 --- Module Name: pkgsrc Committed By: bacon Date: Wed Oct 18 23:03:49 UTC 2023 Modified Files: pkgsrc/x11/lxqt-panel: Makefile options.mk Log Message: x11/lxqt-panel: Enable pulseaudio by default on NetBSD Prevents crashes on NetBSD 10-BETA To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.39.2.1 pkgsrc/x11/lxqt-panel/Makefile cvs rdiff -u -r1.1 -r1.1.2.1 pkgsrc/x11/lxqt-panel/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698085868102540 Content-Disposition: inline Content-Length: 1166 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/lxqt-panel/Makefile diff -u pkgsrc/x11/lxqt-panel/Makefile:1.39 pkgsrc/x11/lxqt-panel/Makefile:1.39.2.1 --- pkgsrc/x11/lxqt-panel/Makefile:1.39 Mon Aug 14 18:19:09 2023 +++ pkgsrc/x11/lxqt-panel/Makefile Mon Oct 23 18:31:08 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2023/08/14 18:19:09 nia Exp $ +# $NetBSD: Makefile,v 1.39.2.1 2023/10/23 18:31:08 bsiegert Exp $ DISTNAME= lxqt-panel-1.3.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/x11/lxqt-panel/options.mk diff -u pkgsrc/x11/lxqt-panel/options.mk:1.1 pkgsrc/x11/lxqt-panel/options.mk:1.1.2.1 --- pkgsrc/x11/lxqt-panel/options.mk:1.1 Fri Aug 11 16:24:45 2023 +++ pkgsrc/x11/lxqt-panel/options.mk Mon Oct 23 18:31:08 2023 @@ -1,8 +1,9 @@ -# $NetBSD: options.mk,v 1.1 2023/08/11 16:24:45 nia Exp $ +# $NetBSD: options.mk,v 1.1.2.1 2023/10/23 18:31:08 bsiegert Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.lxqt-panel PKG_SUPPORTED_OPTIONS= alsa pulseaudio PKG_SUGGESTED_OPTIONS.Linux= alsa +PKG_SUGGESTED_OPTIONS.NetBSD= pulseaudio .include "../../mk/bsd.options.mk" --_----------=_1698085868102540--