Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7921384E6D for ; Sat, 24 Jun 2023 16:03:59 +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 dYqxhEEybBWd for ; Sat, 24 Jun 2023 16:03:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CF7E184E6B for ; Sat, 24 Jun 2023 16:03:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8A90FA89; Sat, 24 Jun 2023 16:03:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687622638118950" MIME-Version: 1.0 Date: Sat, 24 Jun 2023 16:03:58 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20230624160358.C8A90FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687622638118950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Sat Jun 24 16:03:58 UTC 2023 Modified Files: pkgsrc/www/firefox: PLIST Log Message: Fix PLIST with PKG_OPTIONS -wayland To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 pkgsrc/www/firefox/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687622638118950 Content-Disposition: inline Content-Length: 789 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.182 pkgsrc/www/firefox/PLIST:1.183 --- pkgsrc/www/firefox/PLIST:1.182 Wed Jun 14 16:22:18 2023 +++ pkgsrc/www/firefox/PLIST Sat Jun 24 16:03:58 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.182 2023/06/14 16:22:18 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.183 2023/06/24 16:03:58 abs Exp $ bin/firefox lib/firefox/application.ini lib/firefox/browser/chrome/icons/default/default128.png @@ -33,7 +33,7 @@ lib/firefox/pingsender lib/firefox/platform.ini lib/firefox/plugin-container lib/firefox/removed-files -lib/firefox/vaapitest +${PLIST.wayland}lib/firefox/vaapitest share/applications/firefox.desktop share/icons/hicolor/128x128/apps/firefox.png share/icons/hicolor/16x16/apps/firefox.png --_----------=_1687622638118950--