pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/arcticfox



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.

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



Home | Main Index | Thread Index | Old Index