head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.2.0.16 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.14 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.12 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.10 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.8 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.6 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.4 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.22 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.20 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.18 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.16 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.14 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.12 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.10 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.8 pkgsrc-2008Q1:1.1.0.6 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.4 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.2 pkgsrc-2007Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2011.10.07.10.38.51; author alnsn; state dead; branches; next 1.2; 1.2 date 2009.11.15.15.50.50; author drochner; state Exp; branches; next 1.1; 1.1 date 2007.09.18.18.58.13; author drochner; state Exp; branches; next ; desc @@ 1.3 log @Update devel/hdf5 from 1.6.10nb1 to 1.8.7. A list of changes is available at http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html A list of new features of 1.8.x release is available at http://www.hdfgroup.uiuc.edu/HDF5/doc_1.8pre/WhatsNew180.html This update removes "cxx" option from the package. New devel/hdf5-c++ should be used instead. @ text @$NetBSD: patch-be,v 1.2 2009/11/15 15:50:50 drochner Exp $ --- c++/config/conclude.in.orig 2009-11-10 19:02:00.000000000 +0100 +++ c++/config/conclude.in @@@@ -215,6 +215,11 @@@@ install: $(PUB_LIB) $(PUB_HDR) $(PUB_PRO ($(LT_INSTALL_PROG) $$f $(bindir)/. || exit 1); \ fi; \ done + @@for f in X $(PUB_SCRIPTS); do \ + if test $$f != X; then \ + ($(INSTALL_SCRIPT) $$f $(bindir)/. || exit 1); \ + fi; \ + done install-examples: $(EXAMPLE_PROGS) $(EXAMPLEDIR) @@for f in X $(EXAMPLE_PROGS); do \ @ 1.2 log @update to 1.6.10 (yes I know there is the 1.8 branch, but I don't want to experiment right now) changes: many fixes, some C++ API improvements pkgsrc change: DESTDIR support @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @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. @ text @d3 1 a3 1 --- c++/config/conclude.in.orig 2007-09-18 17:01:22.000000000 +0200 d5 1 a5 1 @@@@ -130,6 +130,11 @@@@ install: $(PUB_LIB) $(PUB_HDR) $(PUB_PRO d9 4 a12 4 + @@for f in X $(PUB_SCRIPTS); do \ + if test $$f != X; then \ + (${INSTALL_SCRIPT} $$f $(bindir)/. || exit 1); \ + fi; \ @