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:   wiz
Date:           Tue Feb 11 08:48:20 UTC 2025

Modified Files:
        pkgsrc/sysutils/fastfetch: Makefile

Log Message:
fastfetch: mark as not-for-NetBSD 0-8, 9.0 and 9.1

uses prop_dictionary_keysym_value which was added in NetBSD 9.2


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/fastfetch/Makefile

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.12 pkgsrc/sysutils/fastfetch/Makefile:1.13
--- pkgsrc/sysutils/fastfetch/Makefile:1.12     Tue Jan 28 16:23:36 2025
+++ pkgsrc/sysutils/fastfetch/Makefile  Tue Feb 11 08:48:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/01/28 16:23:36 bsiegert Exp $
+# $NetBSD: Makefile,v 1.13 2025/02/11 08:48:20 wiz Exp $
 
 DISTNAME=      fastfetch-2.35.0
 PKGREVISION=   1
@@ -15,6 +15,9 @@ USE_TOOLS+=   pkg-config
 
 USE_LANGUAGES= c c++
 
+# prop_dictionary_keysym_value
+NOT_FOR_PLATFORM+=     NetBSD-[0-8]*.*-* NetBSD-9.[01].*-*
+
 .include "../../mk/bsd.prefs.mk"
 
 REPLACE_TOOL_PYTHON+=  scripts/gen-pciids.py scripts/gen-man.py
@@ -51,8 +54,6 @@ post-install:
 # determined in options.mk, and PYTHON_FOR_BUILD_ONLY is set there, if needed.
 .include "../../lang/python/tool.mk"
 .include "../../lang/python/application.mk"
-PYTHON_VERSIONS_INCOMPATIBLE=   27
-
 .include "../../sysutils/hwdata/buildlink3.mk"
 .include "../../sysutils/libpciaccess/buildlink3.mk"
 .include "../../devel/yyjson/buildlink3.mk"



Home | Main Index | Thread Index | Old Index