pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/hamlib



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr 24 22:09:31 UTC 2022

Modified Files:
        pkgsrc/ham/hamlib: Makefile

Log Message:
hamlib: add CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/ham/hamlib/Makefile

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

Modified files:

Index: pkgsrc/ham/hamlib/Makefile
diff -u pkgsrc/ham/hamlib/Makefile:1.52 pkgsrc/ham/hamlib/Makefile:1.53
--- pkgsrc/ham/hamlib/Makefile:1.52     Tue Sep 28 19:52:17 2021
+++ pkgsrc/ham/hamlib/Makefile  Sun Apr 24 22:09:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2021/09/28 19:52:17 gdt Exp $
+# $NetBSD: Makefile,v 1.53 2022/04/24 22:09:31 tnn Exp $
 #
 
 DISTNAME=      hamlib-${VERSION}
@@ -26,6 +26,8 @@ CONFIGURE_ARGS+=      --without-tcl-binding \
                        --without-perl-binding \
                        --without-python-binding
 
+CHECK_PORTABILITY_SKIP+=       scripts/build-w64-jtsdk.sh
+
 # Reported to upstream mailinglist 20210915
 post-install:
        mv ${DESTDIR}/${PREFIX}/bin/testlibusb ${DESTDIR}/${PREFIX}/bin/rigctl_testlibusb



Home | Main Index | Thread Index | Old Index