pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libdmtx



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr 24 22:07:56 UTC 2022

Modified Files:
        pkgsrc/graphics/libdmtx: Makefile

Log Message:
libdmtx: add CHECK_PORTABILITY_SKIPs


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libdmtx/Makefile

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

Modified files:

Index: pkgsrc/graphics/libdmtx/Makefile
diff -u pkgsrc/graphics/libdmtx/Makefile:1.4 pkgsrc/graphics/libdmtx/Makefile:1.5
--- pkgsrc/graphics/libdmtx/Makefile:1.4        Tue Mar 24 14:52:30 2020
+++ pkgsrc/graphics/libdmtx/Makefile    Sun Apr 24 22:07:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/03/24 14:52:30 nia Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/24 22:07:56 tnn Exp $
 
 DISTNAME=      libdmtx-0.7.5
 CATEGORIES=    graphics
@@ -17,6 +17,10 @@ USE_TOOLS+=  autoreconf autoconf automake
 
 PKGCONFIG_OVERRIDE+=   libdmtx.pc.in
 
+CHECK_PORTABILITY_SKIP+=       autogen.sh
+CHECK_PORTABILITY_SKIP+=       script/check*
+CHECK_PORTABILITY_SKIP+=       test/compare_test/*
+
 pre-configure:
        cd ${WRKSRC} && autoreconf -fi
 



Home | Main Index | Thread Index | Old Index