Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C094084ED2 for ; Sat, 9 Sep 2023 20:23:15 +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 GmUCFbC1Z3-j for ; Sat, 9 Sep 2023 20:23:15 +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 1F0ED84EAB for ; Sat, 9 Sep 2023 20:23:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A80CFBDB; Sat, 9 Sep 2023 20:23:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694290995232300" MIME-Version: 1.0 Date: Sat, 9 Sep 2023 20:23:15 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20230909202315.1A80CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694290995232300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Sep 9 20:23:15 UTC 2023 Modified Files: pkgsrc/www/firefox: PLIST Log Message: firefox: vaapitest is installed unconditionally At least with wayland option disabled everywhere vaapitest seems installed anyway for 117.0. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 pkgsrc/www/firefox/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694290995232300 Content-Disposition: inline Content-Length: 806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/PLIST diff -u pkgsrc/www/firefox/PLIST:1.184 pkgsrc/www/firefox/PLIST:1.185 --- pkgsrc/www/firefox/PLIST:1.184 Fri Aug 11 14:00:03 2023 +++ pkgsrc/www/firefox/PLIST Sat Sep 9 20:23:14 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.184 2023/08/11 14:00:03 tnn Exp $ +@comment $NetBSD: PLIST,v 1.185 2023/09/09 20:23:14 leot Exp $ bin/firefox lib/firefox/application.ini lib/firefox/browser/chrome/icons/default/default128.png @@ -34,7 +34,7 @@ lib/firefox/platform.ini lib/firefox/plugin-container lib/firefox/removed-files ${PLIST.v4l2_decode}lib/firefox/v4l2test -${PLIST.wayland}lib/firefox/vaapitest +lib/firefox/vaapitest share/applications/firefox.desktop share/icons/hicolor/128x128/apps/firefox.png share/icons/hicolor/16x16/apps/firefox.png --_----------=_1694290995232300--