Received: by mail.netbsd.org (Postfix, from userid 605) id AA0918535D; Thu, 5 May 2022 09:36:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5BDB85359 for ; Thu, 5 May 2022 09:36:03 +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 Z_1CPmbMlu6M for ; Thu, 5 May 2022 09:36:03 +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 6425A84D4B for ; Thu, 5 May 2022 09:36:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 61D87FB1A; Thu, 5 May 2022 09:36:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165174336361910" MIME-Version: 1.0 Date: Thu, 5 May 2022 09:36:03 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/arcticfox To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220505093603.61D87FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165174336361910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu May 5 09:36:03 UTC 2022 Modified Files: pkgsrc/www/arcticfox: Makefile PLIST Log Message: arcticfox: Rename 'nopowerpc' PLIST variable to 'skia' To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/arcticfox/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/arcticfox/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165174336361910 Content-Disposition: inline Content-Length: 2013 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/arcticfox/Makefile diff -u pkgsrc/www/arcticfox/Makefile:1.6 pkgsrc/www/arcticfox/Makefile:1.7 --- pkgsrc/www/arcticfox/Makefile:1.6 Sun May 1 00:36:10 2022 +++ pkgsrc/www/arcticfox/Makefile Thu May 5 09:36:03 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/01 00:36:10 manu Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/05 09:36:03 nia Exp $ DISTNAME= arcticfox-39.0 PKGREVISION= 2 @@ -60,9 +60,9 @@ CONFIGURE_ARGS+= --with-system-zlib TOOL_DEPENDS+= yasm>=1.1:../../devel/yasm .endif -PLIST_VARS+= nopowerpc +PLIST_VARS+= skia .if ${MACHINE_ARCH} != "powerpc" -PLIST.nopowerpc= yes +PLIST.skia= yes .endif CONFIGURE_DIRS= ${WRKDIR}/build Index: pkgsrc/www/arcticfox/PLIST diff -u pkgsrc/www/arcticfox/PLIST:1.2 pkgsrc/www/arcticfox/PLIST:1.3 --- pkgsrc/www/arcticfox/PLIST:1.2 Sun May 1 00:36:10 2022 +++ pkgsrc/www/arcticfox/PLIST Thu May 5 09:36:03 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2022/05/01 00:36:10 manu Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/05 09:36:03 nia Exp $ bin/arcticfox include/${PKGNAME}/AbstractMediaDecoder.h include/${PKGNAME}/ActiveLayerTracker.h @@ -255,7 +255,7 @@ include/${PKGNAME}/SharedDecoderManager. include/${PKGNAME}/SharedSurface.h include/${PKGNAME}/SharedSurfaceEGL.h include/${PKGNAME}/SharedSurfaceGL.h -${PLIST.nopowerpc}include/${PKGNAME}/SkiaGLGlue.h +${PLIST.skia}include/${PKGNAME}/SkiaGLGlue.h include/${PKGNAME}/SoftwareVsyncSource.h include/${PKGNAME}/SoftwareWebMVideoDecoder.h include/${PKGNAME}/SourceBufferContentManager.h @@ -2289,7 +2289,7 @@ include/${PKGNAME}/mozilla/gfx/DrawTarge include/${PKGNAME}/mozilla/gfx/Filters.h include/${PKGNAME}/mozilla/gfx/Helpers.h include/${PKGNAME}/mozilla/gfx/HelpersCairo.h -${PLIST.nopowerpc}include/${PKGNAME}/mozilla/gfx/HelpersSkia.h +${PLIST.skia}include/${PKGNAME}/mozilla/gfx/HelpersSkia.h include/${PKGNAME}/mozilla/gfx/Logging.h include/${PKGNAME}/mozilla/gfx/Matrix.h include/${PKGNAME}/mozilla/gfx/NumericTools.h --_----------=_165174336361910--