pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/hwdata



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Oct 13 19:39:30 UTC 2025

Modified Files:
        pkgsrc/sysutils/hwdata: Makefile

Log Message:
hwdata: add check_portability skip


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/hwdata/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/hwdata/Makefile
diff -u pkgsrc/sysutils/hwdata/Makefile:1.9 pkgsrc/sysutils/hwdata/Makefile:1.10
--- pkgsrc/sysutils/hwdata/Makefile:1.9 Sat Oct 11 21:46:56 2025
+++ pkgsrc/sysutils/hwdata/Makefile     Mon Oct 13 19:39:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2025/10/11 21:46:56 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/10/13 19:39:30 tnn Exp $
 
 DISTNAME=      hwdata-0.400
 CATEGORIES=    sysutils
@@ -20,6 +20,8 @@ CONFIGURE_ARGS+=      --disable-blacklist
 
 PKGCONFIG_OVERRIDE+=   hwdata.pc.in
 
+CHECK_PORTABILITY_SKIP+=       check-usb-ids.sh
+
 MAKE_FLAGS+=   PKGCONFIG_DIR=${PREFIX}/lib/pkgconfig
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index