pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/hamlib hamlib: add CHECK_PORTABILITY_SKIP



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cf207bb6ecc
branches:  trunk
changeset: 377775:4cf207bb6ecc
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 24 22:09:31 2022 +0000

description:
hamlib: add CHECK_PORTABILITY_SKIP

diffstat:

 ham/hamlib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0462a9b6793a -r 4cf207bb6ecc ham/hamlib/Makefile
--- a/ham/hamlib/Makefile       Sun Apr 24 22:07:56 2022 +0000
+++ b/ham/hamlib/Makefile       Sun Apr 24 22:09:31 2022 +0000
@@ -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 @@
                        --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