pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/bitmap



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue May  3 13:17:24 UTC 2022

Modified Files:
        pkgsrc/x11/bitmap: Makefile

Log Message:
bitmap: add CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/bitmap/Makefile

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

Modified files:

Index: pkgsrc/x11/bitmap/Makefile
diff -u pkgsrc/x11/bitmap/Makefile:1.13 pkgsrc/x11/bitmap/Makefile:1.14
--- pkgsrc/x11/bitmap/Makefile:1.13     Sat Apr 30 21:15:33 2022
+++ pkgsrc/x11/bitmap/Makefile  Tue May  3 13:17:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/04/30 21:15:33 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/05/03 13:17:24 tnn Exp $
 
 DISTNAME=              bitmap-1.1.0
 CATEGORIES=            x11
@@ -14,6 +14,8 @@ USE_TOOLS+=           pkg-config
 
 MAKE_FLAGS+=           appdefaultdir=${PREFIX}/lib/X11/app-defaults
 
+CHECK_PORTABILITY_SKIP+=       test/round-trip-test.in
+
 .include "../../meta-pkgs/modular-xorg/hacks.mk"
 
 .include "../../x11/libXaw/buildlink3.mk"



Home | Main Index | Thread Index | Old Index