pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/fastfetch



Module Name:    pkgsrc
Committed By:   vins
Date:           Thu Jun 12 20:13:03 UTC 2025

Modified Files:
        pkgsrc/sysutils/fastfetch: Makefile options.mk

Log Message:
sysutils/fastfetch: disable OpenCL.

Apparently working only on Linux. Needs more adequate testing.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/fastfetch/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/fastfetch/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/fastfetch/Makefile
diff -u pkgsrc/sysutils/fastfetch/Makefile:1.31 pkgsrc/sysutils/fastfetch/Makefile:1.32
--- pkgsrc/sysutils/fastfetch/Makefile:1.31     Sat Jun  7 15:51:04 2025
+++ pkgsrc/sysutils/fastfetch/Makefile  Thu Jun 12 20:13:03 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2025/06/07 15:51:04 vins Exp $
+# $NetBSD: Makefile,v 1.32 2025/06/12 20:13:03 vins Exp $
 
 DISTNAME=      fastfetch-2.45.0
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fastfetch-cli/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/sysutils/fastfetch/options.mk
diff -u pkgsrc/sysutils/fastfetch/options.mk:1.13 pkgsrc/sysutils/fastfetch/options.mk:1.14
--- pkgsrc/sysutils/fastfetch/options.mk:1.13   Sun Mar 30 08:14:50 2025
+++ pkgsrc/sysutils/fastfetch/options.mk        Thu Jun 12 20:13:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2025/03/30 08:14:50 vins Exp $
+# $NetBSD: options.mk,v 1.14 2025/06/12 20:13:03 vins Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.fastfetch
 PKG_OPTIONS_OPTIONAL_GROUPS=   server sound
@@ -17,11 +17,6 @@ CHECK_BUILTIN.pthread:= no
 PKG_SUGGESTED_OPTIONS+=        threads
 .endif
 
-.if ${OPSYS} != "SunOS"
-# parallel/ocl-icd is currently broken on SunOS
-PKG_SUGGESTED_OPTIONS+=        opencl
-.endif
-
 .include "../../graphics/MesaLib/features.mk"
 .if ${MESALIB_SUPPORTS_EGL:tl} == "yes"
 PKG_SUPPORTED_OPTIONS+= opengl



Home | Main Index | Thread Index | Old Index