pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/hwloc



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan  8 09:56:18 UTC 2026

Modified Files:
        pkgsrc/parallel/hwloc: Makefile PLIST

Log Message:
hwloc: fix PLIST for x86


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/parallel/hwloc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/parallel/hwloc/PLIST

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

Modified files:

Index: pkgsrc/parallel/hwloc/Makefile
diff -u pkgsrc/parallel/hwloc/Makefile:1.42 pkgsrc/parallel/hwloc/Makefile:1.43
--- pkgsrc/parallel/hwloc/Makefile:1.42 Wed Jan  7 18:25:45 2026
+++ pkgsrc/parallel/hwloc/Makefile      Thu Jan  8 09:56:17 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2026/01/07 18:25:45 adam Exp $
+# $NetBSD: Makefile,v 1.43 2026/01/08 09:56:17 adam Exp $
 
 DISTNAME=      hwloc-2.12.2
 CATEGORIES=    parallel
@@ -19,6 +19,11 @@ TEST_TARGET=         check
 
 .include "../../mk/bsd.prefs.mk"
 
+PLIST_VARS+=   i386
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+PLIST.i386=    yes
+.endif
+
 #.include "../../graphics/cairo/buildlink3.mk" # optional
 .if ${OPSYS} != "Darwin"
 # libpciaccess is marked as broken on Darwin

Index: pkgsrc/parallel/hwloc/PLIST
diff -u pkgsrc/parallel/hwloc/PLIST:1.7 pkgsrc/parallel/hwloc/PLIST:1.8
--- pkgsrc/parallel/hwloc/PLIST:1.7     Wed Jan  7 18:25:45 2026
+++ pkgsrc/parallel/hwloc/PLIST Thu Jan  8 09:56:17 2026
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.7 2026/01/07 18:25:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/01/08 09:56:17 adam Exp $
 bin/hwloc-annotate
 bin/hwloc-bind
 bin/hwloc-calc
 bin/hwloc-compress-dir
 bin/hwloc-diff
 bin/hwloc-distrib
+${PLIST.i386}bin/hwloc-gather-cpuid
 bin/hwloc-info
 bin/hwloc-ls
 bin/hwloc-patch
@@ -41,6 +42,7 @@ man/man1/hwloc-calc.1
 man/man1/hwloc-compress-dir.1
 man/man1/hwloc-diff.1
 man/man1/hwloc-distrib.1
+${PLIST.i386}man/man1/hwloc-gather-cpuid.1
 man/man1/hwloc-info.1
 man/man1/hwloc-ls.1
 man/man1/hwloc-patch.1



Home | Main Index | Thread Index | Old Index