pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hdf5-c++ Install missing header file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d0504048875
branches:  trunk
changeset: 352444:3d0504048875
user:      alnsn <alnsn%pkgsrc.org@localhost>
date:      Wed Sep 14 20:29:56 2016 +0000

description:
Install missing header file.

Contributed by Jason Bacon, many thanks!

diffstat:

 devel/hdf5-c++/Makefile |  4 ++--
 devel/hdf5-c++/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 5a77bd04899d -r 3d0504048875 devel/hdf5-c++/Makefile
--- a/devel/hdf5-c++/Makefile   Wed Sep 14 20:22:48 2016 +0000
+++ b/devel/hdf5-c++/Makefile   Wed Sep 14 20:29:56 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/11/26 11:25:11 adam Exp $
+# $NetBSD: Makefile,v 1.6 2016/09/14 20:29:56 alnsn Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-c++-/}
 COMMENT=       Hierarchical Data Format (new generation) - C++ wrappers
@@ -23,7 +23,7 @@
          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 \
+         H5Location.h H5OcreatProp.h \
          H5Object.h H5PredType.h H5PropList.h H5StrType.h H5VarLenType.h
        ${INSTALL_DATA} ${WRKSRC}/c++/src/${f} ${DESTDIR}/${PREFIX}/include/
 .endfor
diff -r 5a77bd04899d -r 3d0504048875 devel/hdf5-c++/PLIST
--- a/devel/hdf5-c++/PLIST      Wed Sep 14 20:22:48 2016 +0000
+++ b/devel/hdf5-c++/PLIST      Wed Sep 14 20:29:56 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2015/08/24 17:58:34 gdt Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/09/14 20:29:56 alnsn Exp $
 bin/h5c++
 include/H5AbstractDs.h
 include/H5ArrayType.h
@@ -26,6 +26,7 @@
 include/H5IntType.h
 include/H5Library.h
 include/H5Location.h
+include/H5OcreatProp.h
 include/H5Object.h
 include/H5PacketTable.h
 include/H5PredType.h



Home | Main Index | Thread Index | Old Index