pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hdf5



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Mar 17 22:29:34 UTC 2020

Modified Files:
        pkgsrc/devel/hdf5: Makefile.common

Log Message:
devel/hdf5: skip some files for the portability check


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/hdf5/Makefile.common

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

Modified files:

Index: pkgsrc/devel/hdf5/Makefile.common
diff -u pkgsrc/devel/hdf5/Makefile.common:1.20 pkgsrc/devel/hdf5/Makefile.common:1.21
--- pkgsrc/devel/hdf5/Makefile.common:1.20      Wed Jan  8 12:30:34 2020
+++ pkgsrc/devel/hdf5/Makefile.common   Tue Mar 17 22:29:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2020/01/08 12:30:34 nia Exp $
+# $NetBSD: Makefile.common,v 1.21 2020/03/17 22:29:34 rillig Exp $
 # used by devel/hdf5/Makefile
 # used by devel/hdf5-c++/Makefile
 
@@ -21,6 +21,9 @@ CFLAGS.SunOS+=                -std=c99 -D_XOPEN_SOURCE
 DISTINFO_FILE= ${.CURDIR}/../../devel/hdf5/distinfo
 PATCHDIR=      ${.CURDIR}/../../devel/hdf5/patches
 
+# These 2 files are not used in the build. They use [[ ... ]].
+CHECK_PORTABILITY_SKIP=        bin/snapshot hl/tools/h5watch/testh5watch.sh.in
+
 # it appears that this file is informative only and is not actually
 # used by any installed tools
 CHECK_WRKREF_SKIP=     ${PREFIX}/lib/libhdf5.settings



Home | Main Index | Thread Index | Old Index