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:   wiz
Date:           Fri Apr 10 14:32:30 UTC 2026

Modified Files:
        pkgsrc/parallel/hwloc: Makefile

Log Message:
hwloc: ignore shell portability problems in bash completion script


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

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.43 pkgsrc/parallel/hwloc/Makefile:1.44
--- pkgsrc/parallel/hwloc/Makefile:1.43 Thu Jan  8 09:56:17 2026
+++ pkgsrc/parallel/hwloc/Makefile      Fri Apr 10 14:32:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2026/01/08 09:56:17 adam Exp $
+# $NetBSD: Makefile,v 1.44 2026/04/10 14:32:30 wiz Exp $
 
 DISTNAME=      hwloc-2.12.2
 CATEGORIES=    parallel
@@ -17,6 +17,9 @@ CONFIGURE_ARGS+=      --enable-picky
 CONFIGURE_ARGS+=       --disable-opencl
 TEST_TARGET=           check
 
+# bash completion script
+CHECK_PORTABILITY_SKIP+=       contrib/completion/test-bash-completion.sh.in
+
 .include "../../mk/bsd.prefs.mk"
 
 PLIST_VARS+=   i386



Home | Main Index | Thread Index | Old Index