Tue Mar 17 22:29:34 2020 UTC ()
devel/hdf5: skip some files for the portability check


(rillig)
diff -r1.20 -r1.21 pkgsrc/devel/hdf5/Makefile.common

cvs diff -r1.20 -r1.21 pkgsrc/devel/hdf5/Makefile.common (expand / switch to unified diff)

--- pkgsrc/devel/hdf5/Makefile.common 2020/01/08 12:30:34 1.20
+++ pkgsrc/devel/hdf5/Makefile.common 2020/03/17 22:29:34 1.21
@@ -1,32 +1,35 @@ @@ -1,32 +1,35 @@
1# $NetBSD: Makefile.common,v 1.20 2020/01/08 12:30:34 nia Exp $ 1# $NetBSD: Makefile.common,v 1.21 2020/03/17 22:29:34 rillig Exp $
2# used by devel/hdf5/Makefile 2# used by devel/hdf5/Makefile
3# used by devel/hdf5-c++/Makefile 3# used by devel/hdf5-c++/Makefile
4 4
5DISTNAME= hdf5-1.10.6 5DISTNAME= hdf5-1.10.6
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-${PKGVERSION_NOREV}/src/ 7MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-${PKGVERSION_NOREV}/src/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://www.hdfgroup.org/HDF5/ 11HOMEPAGE= https://www.hdfgroup.org/HDF5/
12LICENSE= original-bsd 12LICENSE= original-bsd
13 13
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= pax tr 15USE_TOOLS+= pax tr
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17TEST_TARGET= check 17TEST_TARGET= check
18 18
19CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ 19CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
20 20
21DISTINFO_FILE= ${.CURDIR}/../../devel/hdf5/distinfo 21DISTINFO_FILE= ${.CURDIR}/../../devel/hdf5/distinfo
22PATCHDIR= ${.CURDIR}/../../devel/hdf5/patches 22PATCHDIR= ${.CURDIR}/../../devel/hdf5/patches
23 23
 24# These 2 files are not used in the build. They use [[ ... ]].
 25CHECK_PORTABILITY_SKIP= bin/snapshot hl/tools/h5watch/testh5watch.sh.in
 26
24# it appears that this file is informative only and is not actually 27# it appears that this file is informative only and is not actually
25# used by any installed tools 28# used by any installed tools
26CHECK_WRKREF_SKIP= ${PREFIX}/lib/libhdf5.settings 29CHECK_WRKREF_SKIP= ${PREFIX}/lib/libhdf5.settings
27 30
28INSTALL_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} 31INSTALL_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
29 32
30post-extract: 33post-extract:
31 ${CP} ${WRKSRC}/config/freebsd ${WRKSRC}/config/netbsd 34 ${CP} ${WRKSRC}/config/freebsd ${WRKSRC}/config/netbsd
32 ${CP} ${WRKSRC}/config/freebsd ${WRKSRC}/config/netbsdelf 35 ${CP} ${WRKSRC}/config/freebsd ${WRKSRC}/config/netbsdelf