Subject: CVS commit: pkgsrc/devel/hdf5
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 09/18/2007 18:58:14
Module Name:	pkgsrc
Committed By:	drochner
Date:		Tue Sep 18 18:58:14 UTC 2007

Modified Files:
	pkgsrc/devel/hdf5: Makefile PLIST distinfo
Added Files:
	pkgsrc/devel/hdf5/patches: patch-ba patch-bb patch-bc patch-bd patch-be
	    patch-bf
Removed Files:
	pkgsrc/devel/hdf5/patches: patch-ab patch-ac patch-ae patch-af

Log Message:
update to 1.6.6

changes:
-minor feature additions to the command line tools
-C++ API: Added support for Szip
-bugfixes

pkgsrc changes:
-fixes for the cxx option (should be a separate pkg)
-fixes for the threadsafe option -- replaced a pthread_equal() by a
 simple "==" to make it usable with non-threaded apps
 (not 100% portable, but should be fine for the platforms in question)
 The shared libraries should not be linked against libpthread, but
 that would require serious changes to the autoconf/make machinery
 so I've left it alone for now.
 If that is fixed, "threadsafe" could be made default.
-Don't try to strip scripts on install.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 pkgsrc/devel/hdf5/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/devel/hdf5/PLIST
cvs rdiff -r1.20 -r1.21 pkgsrc/devel/hdf5/distinfo
cvs rdiff -r1.6 -r0 pkgsrc/devel/hdf5/patches/patch-ab
cvs rdiff -r1.7 -r0 pkgsrc/devel/hdf5/patches/patch-ac
cvs rdiff -r1.1 -r0 pkgsrc/devel/hdf5/patches/patch-ae \
    pkgsrc/devel/hdf5/patches/patch-af
cvs rdiff -r0 -r1.1 pkgsrc/devel/hdf5/patches/patch-ba \
    pkgsrc/devel/hdf5/patches/patch-bb pkgsrc/devel/hdf5/patches/patch-bc \
    pkgsrc/devel/hdf5/patches/patch-bd pkgsrc/devel/hdf5/patches/patch-be \
    pkgsrc/devel/hdf5/patches/patch-bf

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