pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hdf5-c++



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sat Mar 14 23:09:48 UTC 2020

Modified Files:
        pkgsrc/devel/hdf5-c++: Makefile PLIST

Log Message:
devel/hdf5-c++: Install missing headers

The for loop with a version-specific header file list was not updated with
the 1.10.6 upgrade.  This fragile approach is now replaced with a simpler
install command to install all current headers.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hdf5-c++/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hdf5-c++/PLIST

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-c++/Makefile
diff -u pkgsrc/devel/hdf5-c++/Makefile:1.6 pkgsrc/devel/hdf5-c++/Makefile:1.7
--- pkgsrc/devel/hdf5-c++/Makefile:1.6  Wed Sep 14 20:29:56 2016
+++ pkgsrc/devel/hdf5-c++/Makefile      Sat Mar 14 23:09:48 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2016/09/14 20:29:56 alnsn Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/14 23:09:48 bacon Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-c++-/}
+PKGREVISION=   1
 COMMENT=       Hierarchical Data Format (new generation) - C++ wrappers
 
 USE_LANGUAGES=         c c++
@@ -16,17 +17,8 @@ do-install:
            ${WRKSRC}/c++/src/libhdf5_cpp.la ${DESTDIR}/${PREFIX}/lib/
        ${LIBTOOL} --mode=install ${INSTALL_LIB} \
            ${WRKSRC}/hl/c++/src/libhdf5_hl_cpp.la ${DESTDIR}/${PREFIX}/lib/
-       ${INSTALL_DATA} \
-           ${WRKSRC}/hl/c++/src/H5PacketTable.h ${DESTDIR}/${PREFIX}/include/
-.for f in H5AbstractDs.h H5ArrayType.h H5AtomType.h H5Attribute.h H5Classes.h \
-          H5CommonFG.h H5CompType.h H5Cpp.h H5CppDoc.h H5DataSet.h \
-         H5DataSpace.h H5DataType.h H5DcreatProp.h H5DxferProp.h H5EnumType.h \
-         H5Exception.h H5FaccProp.h H5FcreatProp.h H5File.h H5FloatType.h \
-         H5Group.h H5IdComponent.h H5Include.h H5IntType.h H5Library.h \
-         H5Location.h H5OcreatProp.h \
-         H5Object.h H5PredType.h H5PropList.h H5StrType.h H5VarLenType.h
-       ${INSTALL_DATA} ${WRKSRC}/c++/src/${f} ${DESTDIR}/${PREFIX}/include/
-.endfor
+       ${INSTALL_DATA} ${WRKSRC}/hl/c++/src/*.h ${DESTDIR}/${PREFIX}/include/
+       ${INSTALL_DATA} ${WRKSRC}/c++/src/*.h ${DESTDIR}/${PREFIX}/include/
 .for f in chunks.cpp compound.cpp create.cpp extend_ds.cpp \
          h5group.cpp readdata.cpp run-c++-ex.sh writedata.cpp
        ${INSTALL_DATA} ${WRKSRC}/c++/examples/${f} \

Index: pkgsrc/devel/hdf5-c++/PLIST
diff -u pkgsrc/devel/hdf5-c++/PLIST:1.5 pkgsrc/devel/hdf5-c++/PLIST:1.6
--- pkgsrc/devel/hdf5-c++/PLIST:1.5     Mon Jan  1 22:29:24 2018
+++ pkgsrc/devel/hdf5-c++/PLIST Sat Mar 14 23:09:48 2020
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.5 2018/01/01 22:29:24 rillig Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/03/14 23:09:48 bacon Exp $
 bin/h5c++
 include/H5AbstractDs.h
+include/H5Alltypes.h
 include/H5ArrayType.h
 include/H5AtomType.h
 include/H5Attribute.h
@@ -9,6 +10,7 @@ include/H5CommonFG.h
 include/H5CompType.h
 include/H5Cpp.h
 include/H5CppDoc.h
+include/H5DaccProp.h
 include/H5DataSet.h
 include/H5DataSpace.h
 include/H5DataType.h
@@ -24,6 +26,8 @@ include/H5Group.h
 include/H5IdComponent.h
 include/H5Include.h
 include/H5IntType.h
+include/H5LaccProp.h
+include/H5LcreatProp.h
 include/H5Library.h
 include/H5Location.h
 include/H5Object.h



Home | Main Index | Thread Index | Old Index