pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/cpuinfo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 11 08:25:29 UTC 2025

Modified Files:
        pkgsrc/sysutils/cpuinfo: Makefile

Log Message:
cpuinfo: mark as BROKEN on NetBSD

Upstream doesn't support NetBSD, see wip/cpuinfo for a start on fixing this


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/cpuinfo/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/cpuinfo/Makefile
diff -u pkgsrc/sysutils/cpuinfo/Makefile:1.1 pkgsrc/sysutils/cpuinfo/Makefile:1.2
--- pkgsrc/sysutils/cpuinfo/Makefile:1.1        Sun Feb 23 21:54:05 2025
+++ pkgsrc/sysutils/cpuinfo/Makefile    Sun May 11 08:25:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/02/23 21:54:05 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2025/05/11 08:25:29 wiz Exp $
 
 DISTNAME=      cpuinfo-0.0.20250219
 CATEGORIES=    sysutils
@@ -14,5 +14,8 @@ USE_LANGUAGES+=               c
 
 PKGCONFIG_OVERRIDE=    libcpuinfo.pc.in
 
+# not supported by upstream, work started in wip/cpuinfo
+BROKEN_ON_PLATFORM+=   NetBSD-*-*
+
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index