The NetBSD Project

CVS log for pkgsrc/devel/netcdf/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / netcdf

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.68 / (download) - annotate - [select for diffs], Wed Nov 8 13:18:56 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (unified) to selected 1.39 (unified)

*: recursive bump for icu 74.1

Revision 1.67 / (download) - annotate - [select for diffs], Tue Oct 24 22:08:54 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.66: +2 -1 lines
Diff to previous 1.66 (unified) to selected 1.39 (unified)

*: bump for openssl 3

Revision 1.66 / (download) - annotate - [select for diffs], Sat Jun 3 02:41:15 2023 UTC (9 months, 3 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.65: +9 -7 lines
Diff to previous 1.65 (unified) to selected 1.39 (unified)

(devel/netcdf) Updated 4.6.1 to 4.9.3

Release Notes       {#RELEASE_NOTES}
=============

\brief Release notes file for the netcdf-c package.

This file contains a high-level description of this package's
evolution. Releases are in reverse chronological order (most recent
first). Note that, as of netcdf 4.2, the `netcdf-c++` and
`netcdf-fortran` libraries have been separated into their own
libraries.

## 4.9.3 - TBD

## 4.9.2 - March 14, 2023

This is the maintenance release which adds support for HDF5 version
1.14.0, in addition to a handful of other changes and bugfixes.

* Fix 'make distcheck' error in run_interop.sh. See [Github
  #????](https://github.com/Unidata/netcdf-c/pull/????).
* Update `nc-config` to remove inclusion from automatically-detected
  `nf-config` and `ncxx-config` files, as the wrong files could be
  included in the output.  This is in support of [GitHub
  #2274](https://github.com/Unidata/netcdf-c/issues/2274).

* Update H5FDhttp.[ch] to work with HDF5 version 1.13.2 and later. See
  [Github #2635](https://github.com/Unidata/netcdf-c/pull/2635).

* [Bug Fix] Update DAP code to enable CURLOPT_ACCEPT_ENCODING by
  default. See [Github
  #2630](https://github.com/Unidata/netcdf-c/pull/2630).

* [Bug Fix] Fix byterange failures for certain URLs. See [Github
  #2649](https://github.com/Unidata/netcdf-c/pull/2649).

* [Bug Fix] Fix 'make distcheck' error in run_interop.sh. See [Github
  #2631](https://github.com/Unidata/netcdf-c/pull/2631).

* [Enhancement] Update `nc-config` to remove inclusion from
  automatically-detected `nf-config` and `ncxx-config` files, as the
  wrong files could be included in the output.  This is in support of
  [GitHub #2274](https://github.com/Unidata/netcdf-c/issues/2274).

* [Enhancement] Update H5FDhttp.[ch] to work with HDF5 version
  1.14.0. See [Github
  #2615](https://github.com/Unidata/netcdf-c/pull/2615).

## 4.9.1 - February 2, 2023

## Known Issues

* A test in the `main` branch of `netcdf-cxx4` is broken by this rc; this will
  bear further investigation, but not being treated as a roadblock for the
  release candidate.

* The new document, `netcdf-c/docs/filter_quickstart.md` is in
  rough-draft form.

* Race conditions exist in some of the tests when run concurrently with large
  numbers of processors

## What's Changed from v4.9.0 (automatically generated)

* Fix nc_def_var_fletcher32 operation by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2403

* Merge relevant info updates back into `main` by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2387

* Add manual GitHub actions triggers for the tests. by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2404

* Use env variable USERPROFILE instead of HOME for windows and mingw. by
  \@DennisHeimbigner in https://github.com/Unidata/netcdf-c/pull/2405

* Make public a limited API for programmatic access to internal .rc tables by
  \@DennisHeimbigner in https://github.com/Unidata/netcdf-c/pull/2408

* Fix typo in CMakeLists.txt by \@georgthegreat in
  https://github.com/Unidata/netcdf-c/pull/2412

* Fix choice of HOME dir by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2416

* Check for libxml2 development files by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2417

* Updating Doxyfile.in with doxygen-1.8.17, turned on WARN_AS_ERROR, added
  doxygen build to CI run by \@edwardhartnett in
  https://github.com/Unidata/netcdf-c/pull/2377

* updated release notes by \@edwardhartnett in
  https://github.com/Unidata/netcdf-c/pull/2392

* increase read block size from 1 KB to 4 MB by \@wkliao in
  https://github.com/Unidata/netcdf-c/pull/2319

* fixed RELEASE_NOTES.md by \@edwardhartnett in
  https://github.com/Unidata/netcdf-c/pull/2423

* Fix pnetcdf tests in cmake by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2437

* Updated CMakeLists to avoid corner case cmake error by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2438

* Add `--disable-quantize` to configure by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2439

* Fix the way CMake handles -DPLUGIN_INSTALL_DIR by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2430

* fix and test quantize mode for NC_CLASSIC_MODEL by \@edwardhartnett in
  https://github.com/Unidata/netcdf-c/pull/2445

* Guard _declspec(dllexport) in support of #2446 by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2460

* Ensure that netcdf_json.h does not interfere with ncjson. by
  \@DennisHeimbigner in https://github.com/Unidata/netcdf-c/pull/2448

* Prevent cmake writing to source dir by \@magnusuMET in
  https://github.com/Unidata/netcdf-c/pull/2463

* more quantize testing and adding pre-processor constant NC_MAX_FILENAME to
  nc_tests.h by \@edwardhartnett in
  https://github.com/Unidata/netcdf-c/pull/2457

* Provide a default enum const when fill value does not match any enum
  constant by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2462

* Fix support for reading arrays of HDF5 fixed size strings by
  \@DennisHeimbigner in https://github.com/Unidata/netcdf-c/pull/2466

* fix musl build by \@magnusuMET in
  https://github.com/Unidata/netcdf-c/pull/1701

* Fix AWS SDK linking errors by \@dzenanz in
  https://github.com/Unidata/netcdf-c/pull/2470

* Address jump-misses-init issue. by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2488

* Remove stray merge conflict markers by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2493

* Add support for Zarr string type to NCZarr by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2492

* Fix some problems with PR 2492 by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2497

* Fix some bugs in the blosc filter wrapper by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2461

* Add option to control accessing external servers by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2491

* Changed attribute case in documentation by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2482

* Adding all-error-codes.md back in to distribution documentation. by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2501

* Update hdf5 version in github actions. by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2504

* Minor update to doxygen function documentation by \@gsjaardema in
  https://github.com/Unidata/netcdf-c/pull/2451

* Fix some addtional errors in NCZarr by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2503

* Cleanup szip handling some more by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2421

* Check for zstd development headers in autotools by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2507

* Add new options to nc-config by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2509

* Cleanup built test sources in nczarr_test by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2508

* Fix inconsistency in netcdf_meta.h by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2512

* Small fix in nc-config.in by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2513

* For loop initial declarations are only allowed in C99 mode by \@gsjaardema in
  https://github.com/Unidata/netcdf-c/pull/2517

* Fix some dependencies in tst_nccopy3 by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2518

* Update plugins/Makefile.am by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2519

* Fix prereqs in ncdump/tst_nccopy4 in order to avoid race conditions. by
  \@WardF in https://github.com/Unidata/netcdf-c/pull/2520

* Move construction of VERSION file to end of the build by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2527

* Add draft filter quickstart guide by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2531

* Turn off extraneous debug output by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2537

* typo fix by \@wkliao in https://github.com/Unidata/netcdf-c/pull/2538

* replace 4194304 with READ_BLOCK_SIZE by \@wkliao in
  https://github.com/Unidata/netcdf-c/pull/2539

* Rename variable to avoid function name conflict by \@ibaned in
  https://github.com/Unidata/netcdf-c/pull/2550

* Add Cygwin CI and stop installing unwanted plugins by \@DWesl in
  https://github.com/Unidata/netcdf-c/pull/2529

* Merge subset of v4.9.1 files back into main development branch by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2530

* Add a Filter quickstart guide document by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2524

* Fix race condition in ncdump (and other) tests. by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2552

* Make dap4 reference dap instead of hard-wired to be disabled. by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2553

* Suppress nczarr_test/tst_unknown filter test by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2557

* Add fenceposting for HAVE_DECL_ISINF and HAVE_DECL_ISNAN by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2559

* Add an old static file. by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2575

* Fix infinite loop in file inferencing by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2574

* Merge Wellspring back into development branch by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2560

* Allow ncdump -t to handle variable length string attributes by \@srherbener in
  https://github.com/Unidata/netcdf-c/pull/2584

* Fix an issue I introduced with make distcheck by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2590

* make UDF0 not require NC_NETCDF4 by \@jedwards4b in
  https://github.com/Unidata/netcdf-c/pull/2586

* Expose user-facing documentation related to byterange DAP functionality.  by
  \@WardF in https://github.com/Unidata/netcdf-c/pull/2596

* Fix Memory Leak by \@DennisHeimbigner in
  https://github.com/Unidata/netcdf-c/pull/2598

* CI: Change autotools CI build to out-of-tree build. by \@DWesl in
  https://github.com/Unidata/netcdf-c/pull/2577

* Update github action configuration scripts. by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2600

* Update the filter quickstart guide.  by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2602

* Fix symbol export on Windows by \@WardF in
  https://github.com/Unidata/netcdf-c/pull/2604

## New Contributors
* \@georgthegreat made their first contribution in https://github.com/Unidata/netcdf-c/pull/2412
* \@dzenanz made their first contribution in https://github.com/Unidata/netcdf-c/pull/2470
* \@DWesl made their first contribution in https://github.com/Unidata/netcdf-c/pull/2529
* \@srherbener made their first contribution in https://github.com/Unidata/netcdf-c/pull/2584
* \@jedwards4b made their first contribution in https://github.com/Unidata/netcdf-c/pull/2586

**Full Changelog**: https://github.com/Unidata/netcdf-c/compare/v4.9.0...v4.9.1

### 4.9.1 - Release Candidate 2 - November 21, 2022

#### Known Issues

* A test in the `main` branch of `netcdf-cxx4` is broken by this rc;
  this will bear further investigation, but not being treated as a
  roadblock for the release candidate.

* The new document, `netcdf-c/docs/filter_quickstart.md` is in rough-draft form.

#### Changes

* [Bug Fix] Fix a race condition when testing missing filters. See
  [Github #2557](https://github.com/Unidata/netcdf-c/pull/2557).

* [Bug Fix] Fix some race conditions due to use of a common file in multiple
  shell scripts . See [Github
  #2552](https://github.com/Unidata/netcdf-c/pull/2552).


### 4.9.1 - Release Candidate 1 - October 24, 2022

* [Enhancement][Documentation] Add Plugins Quick Start Guide.  See
  [GitHub #2524](https://github.com/Unidata/netcdf-c/pull/2524) for
  more information.

* [Enhancement] Add new entries in `netcdf_meta.h`, `NC_HAS_BLOSC` and
  `NC_HAS_BZ2`. See [Github
  #2511](https://github.com/Unidata/netcdf-c/issues/2511) and [Github
  #2512](https://github.com/Unidata/netcdf-c/issues/2512) for more
  information.

* [Enhancement] Add new options to `nc-config`: `--has-multifilters`,
  `--has-stdfilters`, `--has-quantize`, `--plugindir`.  See [Github
  #2509](https://github.com/Unidata/netcdf-c/pull/2509) for more
  information.

* [Bug Fix] Fix some errors detected in PR 2497. [PR
  #2497](https://github.com/Unidata/netcdf-c/pull/2497) . See [Github
  #2503](https://github.com/Unidata/netcdf-c/pull/2503).

* [Bug Fix] Split the remote tests into two parts: one for the
  remotetest server and one for all other external servers. Also add a
  configure option to enable the latter set. See [Github
  #2491](https://github.com/Unidata/netcdf-c/pull/2491).

* [Bug Fix] Fix blosc plugin errors. See [Github
  #2461](https://github.com/Unidata/netcdf-c/pull/2461).

* [Bug Fix] Fix support for reading arrays of HDF5 fixed size
  strings. See [Github
  #2466](https://github.com/Unidata/netcdf-c/pull/2466).

* [Bug Fix] Fix some errors detected in [PR
  #2492](https://github.com/Unidata/netcdf-c/pull/2492) . See [Github
  #2497](https://github.com/Unidata/netcdf-c/pull/2497).

* [Enhancement] Add support for Zarr (fixed length) string type in
  nczarr. See [Github
  #2492](https://github.com/Unidata/netcdf-c/pull/2492).

* [Bug Fix] Split the remote tests into two parts: one for the
  remotetest server and one for all other external servers. Also add a
  configure option to enable the latter set. See [Github
  #2491](https://github.com/Unidata/netcdf-c/pull/2491).

* [Bug Fix] Fix support for reading arrays of HDF5 fixed size
  strings. See [Github
  #2462](https://github.com/Unidata/netcdf-c/pull/2466).

* [Bug Fix] Provide a default enum const when fill value does not
  match any enum constant for the value zero. See [Github
  #2462](https://github.com/Unidata/netcdf-c/pull/2462).

* [Bug Fix] Fix the json submodule symbol conflicts between libnetcdf
  and the plugin specific netcdf_json.h. See [Github
  #2448](https://github.com/Unidata/netcdf-c/pull/2448).

* [Bug Fix] Fix quantize with CLASSIC_MODEL files. See [Github
  #2405](https://github.com/Unidata/netcdf-c/pull/2445).

* [Enhancement] Add `--disable-quantize` option to `configure`.

* [Bug Fix] Fix CMakeLists.txt to handle all acceptable boolean values
  for -DPLUGIN_INSTALL_DIR. See [Github
  #2430](https://github.com/Unidata/netcdf-c/pull/2430).

* [Bug Fix] Fix tst_vars3.c to use the proper szip flag. See [Github
  #2421](https://github.com/Unidata/netcdf-c/pull/2421).

* [Enhancement] Provide a simple API to allow user access to the
  internal .rc file table: supports get/set/overwrite of entries of
  the form "key=value". See [Github
  #2408](https://github.com/Unidata/netcdf-c/pull/2408).

* [Bug Fix] Use env variable USERPROFILE instead of HOME for windows
  and mingw. See [Github
  #2405](https://github.com/Unidata/netcdf-c/pull/2405).

* [Bug Fix] Fix the nc_def_var_fletcher32 code in hdf5 to properly
  test value of the fletcher32 argument. See [Github
  #2403](https://github.com/Unidata/netcdf-c/pull/2403).

## 4.9.0 - June 10, 2022

* [Enhancement] Add quantize functions nc_def_var_quantize() and
  nc_inq_var_quantize() to enable lossy compression. See [Github
  #1548](https://github.com/Unidata/netcdf-c/pull/1548).

* [Enhancement] Add zstandard compression functions nc_def_var_zstandard() and
  nc_inq_var_zstandard(). See [Github
  #2173](https://github.com/Unidata/netcdf-c/issues/2173).

* [Enhancement] Have netCDF-4 logging output one file per processor when used
  with parallel I/O. See [Github
  #1762](https://github.com/Unidata/netcdf-c/issues/1762).

* [Enhancement] Improve filter installation process to avoid use of an extra
  shell script. See [Github
  #2348](https://github.com/Unidata/netcdf-c/pull/2348).

* [Bug Fix] Get "make distcheck" to work See [Github
  #2343](https://github.com/Unidata/netcdf-c/pull/2343).

* [Enhancement] Allow the read/write of JSON-valued Zarr attributes to allow for
  domain specific info such as used by GDAL/Zarr. See [Github
  #2278](https://github.com/Unidata/netcdf-c/pull/2278).

* [Enhancement] Turn on the XArray convention for NCZarr files by
  default. WARNING, this means that the mode should explicitly specify "nczarr"
  or "zarr" even if "xarray" or "noxarray" is specified. See [Github
  #2257](https://github.com/Unidata/netcdf-c/pull/2257).

* [Enhancement] Update the documentation to match the current filter
  capabilities See [Github
  #2249](https://github.com/Unidata/netcdf-c/pull/2249).

* [Enhancement] Update the documentation to match the current filter
  capabilities. See [Github
  #2249](https://github.com/Unidata/netcdf-c/pull/2249).

* [Enhancement] Support installation of pre-built standard filters into
  user-specified location. See [Github
  #2318](https://github.com/Unidata/netcdf-c/pull/2318).

* [Enhancement] Improve filter support. More specifically (1) add
  nc_inq_filter_avail to check if a filter is available, (2) add the notion of
  standard filters, (3) cleanup szip support to fix interaction with NCZarr. See
  [Github #2245](https://github.com/Unidata/netcdf-c/pull/2245).

* [Enhancement] Switch to tinyxml2 as the default xml parser implementation. See
  [Github #2170](https://github.com/Unidata/netcdf-c/pull/2170).

* [Bug Fix] Require that the type of the variable in nc_def_var_filter is not
  variable length. See [Github
  #/2231](https://github.com/Unidata/netcdf-c/pull/2231).

* [File Change] Apply HDF5 v1.8 format compatibility when writing to previous
  files, as well as when creating new files.  The superblock version remains at
  2 for newly created files.  Full backward read/write compatibility for
  netCDF-4 is maintained in all cases.  See [Github
  #2176](https://github.com/Unidata/netcdf-c/issues/2176).

* [Enhancement] Add ability to set dataset alignment for netcdf-4/HDF5
  files. See [Github #2206](https://github.com/Unidata/netcdf-c/pull/2206).

* [Bug Fix] Improve UTF8 support on windows so that it can use utf8
  natively. See [Github #2222](https://github.com/Unidata/netcdf-c/pull/2222).

* [Enhancement] Add complete bitgroom support to NCZarr. See [Github
  #2197](https://github.com/Unidata/netcdf-c/pull/2197).

* [Bug Fix] Clean up the handling of deeply nested VLEN types. Marks
  nc_free_vlen() and nc_free_string as deprecated in favor of
  ncaux_reclaim_data(). See [Github
  #2179](https://github.com/Unidata/netcdf-c/pull/2179).

* [Bug Fix] Make sure that netcdf.h accurately defines the flags in the
  open/create mode flags. See [Github
  #2183](https://github.com/Unidata/netcdf-c/pull/2183).

* [Enhancement] Improve support for msys2+mingw platform. See [Github
  #2171](https://github.com/Unidata/netcdf-c/pull/2171).

* [Bug Fix] Clean up the various inter-test dependencies in ncdump for
  CMake. See [Github #2168](https://github.com/Unidata/netcdf-c/pull/2168).

* [Bug Fix] Fix use of non-aws appliances. See [Github
  #2152](https://github.com/Unidata/netcdf-c/pull/2152).

* [Enhancement] Added options to suppress the new behavior from [Github
  #2135](https://github.com/Unidata/netcdf-c/pull/2135).  The options for
  `cmake` and `configure` are, respectively `-DENABLE_LIBXML2` and
  `--(enable/disable)-libxml2`. Both of these options defaul to 'on/enabled'.
  When disabled, the bundled `ezxml` XML interpreter is used regardless of
  whether `libxml2` is present on the system.

* [Enhancement] Support optional use of libxml2, otherwise default to ezxml. See
  [Github #2135](https://github.com/Unidata/netcdf-c/pull/2135) -- H/T to
  [Egbert Eich](https://github.com/e4t).

* [Bug Fix] Fix several os related errors. See [Github
  #2138](https://github.com/Unidata/netcdf-c/pull/2138).

* [Enhancement] Support byte-range reading of netcdf-3 files stored in private
  buckets in S3. See [Github
  #2134](https://github.com/Unidata/netcdf-c/pull/2134)

* [Enhancement] Support Amazon S3 access for NCZarr. Also support use of the
  existing Amazon SDK credentials system. See [Github
  #2114](https://github.com/Unidata/netcdf-c/pull/2114)

* [Bug Fix] Fix string allocation error in H5FDhttp.c. See [Github
  #2127](https://github.com/Unidata/netcdf-c/pull/2127).

* [Bug Fix] Apply patches for ezxml and for selected oss-fuzz detected
  errors. See [Github #2125](https://github.com/Unidata/netcdf-c/pull/2125).

* [Bug Fix] Ensure that internal Fortran APIs are always defined. See [Github
  #2098](https://github.com/Unidata/netcdf-c/pull/2098).

* [Enhancement] Support filters for NCZarr. See [Github
  #2101](https://github.com/Unidata/netcdf-c/pull/2101)

* [Bug Fix] Make PR 2075 long file name be idempotent. See [Github
  #2094](https://github.com/Unidata/netcdf-c/pull/2094).


## 4.8.1 - August 18, 2021

* [Bug Fix] Fix multiple bugs in libnczarr. See [Github
  #2066](https://github.com/Unidata/netcdf-c/pull/2066).

* [Enhancement] Support windows network paths (e.g. \\svc\...). See [Github
  #2065](https://github.com/Unidata/netcdf-c/pull/2065).

* [Enhancement] Convert to a new representation of the NCZarr meta-data
  extensions: version 2. Read-only backward compatibility is provided. See
  [Github #2032](https://github.com/Unidata/netcdf-c/pull/2032).

* [Bug Fix] Fix dimension_separator bug in libnczarr. See [Github
  #2035](https://github.com/Unidata/netcdf-c/pull/2035).

* [Bug Fix] Fix bugs in libdap4. See [Github
  #2005](https://github.com/Unidata/netcdf-c/pull/2005).

* [Bug Fix] Store NCZarr fillvalue as a singleton instead of a 1-element
  array. See [Github #2017](https://github.com/Unidata/netcdf-c/pull/2017).

* [Bug Fixes] The netcdf-c library was incorrectly determining the scope of
  dimension; similar to the type scope problem. See [Github
  #2012](https://github.com/Unidata/netcdf-c/pull/2012) for more information.

* [Bug Fix] Re-enable DAP2 authorization testing. See [Github
  #2011](https://github.com/Unidata/netcdf-c/issues/2011).

* [Bug Fix] Fix bug with windows version of mkstemp that causes failure to
  create more than 26 temp files. See [Github
  #1998](https://github.com/Unidata/netcdf-c/pull/1998).

* [Bug Fix] Fix ncdump bug when printing VLENs with basetype char. See [Github
  #1986](https://github.com/Unidata/netcdf-c/issues/1986).

* [Bug Fixes] The netcdf-c library was incorrectly determining the scope of
  types referred to by nc_inq_type_equal. See [Github
  #1959](https://github.com/Unidata/netcdf-c/pull/1959) for more information.

* [Bug Fix] Fix bug in use of XGetopt when building under Mingw. See [Github
  #2009](https://github.com/Unidata/netcdf-c/issues/2009).

* [Enhancement] Improve the error reporting when attempting to use a filter for
  which no implementation can be found in HDF5_PLUGIN_PATH. See [Github
  #2000](https://github.com/Unidata/netcdf-c/pull/2000) for more information.

* [Bug Fix] Fix `make distcheck` issue in `nczarr_test/` directory. See [Github
  #2007](https://github.com/Unidata/netcdf-c/issues/2007).

* [Bug Fix] Fix bug in NCclosedir in dpathmgr.c. See [Github
  #2003](https://github.com/Unidata/netcdf-c/issues/2003).

* [Bug Fix] Fix bug in ncdump that assumes that there is a relationship between
  the total number of dimensions and the max dimension id. See [Github
  #2004](https://github.com/Unidata/netcdf-c/issues/2004).

* [Bug Fix] Fix bug in JSON processing of strings with embedded quotes. See
  [Github #1993](https://github.com/Unidata/netcdf-c/issues/1993).

* [Enhancement] Add support for the new "dimension_separator" enhancement to
  Zarr v2. See [Github #1990](https://github.com/Unidata/netcdf-c/pull/1990) for
  more information.

* [Bug Fix] Fix hack for handling failure of shell programs to properly handle
  escape characters. See [Github
  #1989](https://github.com/Unidata/netcdf-c/issues/1989).

* [Bug Fix] Allow some primitive type names to be used as identifiers depending
  on the file format. See [Github
  #1984](https://github.com/Unidata/netcdf-c/issues/1984).

* [Enhancement] Add support for reading/writing pure Zarr storage format that
  supports the XArray _ARRAY_DIMENSIONS attribute. See [Github
  #1952](https://github.com/Unidata/netcdf-c/pull/1952) for more information.

* [Update] Updated version of bzip2 used in filter testing/functionality, in
  support of [Github #1969](https://github.com/Unidata/netcdf-c/issues/1969).

* [Bug Fix] Corrected HDF5 version detection logic as described in [Github
  #1962](https://github.com/Unidata/netcdf-c/issues/1962).

## 4.8.0 - March 30, 2021

* [Enhancement] Bump the NC_DISPATCH_VERSION from 2 to 3, and as a side effect,
  unify the definition of NC_DISPATCH_VERSION so it only needs to be defined in
  CMakeLists.txt and configure.ac. See [Github
  #1945](https://github.com/Unidata/netcdf-c/pull/1945) for more information.

* [Enhancement] Provide better cross platform path name management. This
  converts paths for various platforms (e.g. Windows, MSYS, etc.) so that they
  are in the proper format for the executing platform. See [Github
  #1958](https://github.com/Unidata/netcdf-c/pull/1958) for more information.

* [Bug Fixes] The nccopy program was treating -d0 as turning deflation on rather
  than interpreting it as "turn off deflation". See [Github
  #1944](https://github.com/Unidata/netcdf-c/pull/1944) for more information.

* [Enhancement] Add support for storing NCZarr data in zip files. See [Github
  #1942](https://github.com/Unidata/netcdf-c/pull/1942) for more information.

* [Bug Fixes] Make fillmismatch the default for DAP2 and DAP4; too many servers
  ignore this requirement.

* [Bug Fixes] Fix some memory leaks in NCZarr, fix a bug with long strides in
  NCZarr. See [Github #1913](https://github.com/Unidata/netcdf-c/pull/1913) for
  more information.

* [Enhancement] Add some optimizations to NCZarr, dosome cleanup of code cruft,
  add some NCZarr test cases, add a performance test to NCZarr. See [Github
  #1908](https://github.com/Unidata/netcdf-c/pull/1908) for more information.

* [Bug Fix] Implement a better chunk cache system for NCZarr. The cache now uses
  extendible hashing plus a linked list for provide a combination of
  expandibility, fast access, and LRU behavior. See [Github
  #1887](https://github.com/Unidata/netcdf-c/pull/1887) for more information.

* [Enhancement] Provide .rc fields for S3 authentication: HTTP.S3.ACCESSID and
  HTTP.S3.SECRETKEY.

* [Enhancement] Give the client control over what parts of a DAP2 URL are URL
  encoded (i.e. %xx). This is to support the different decoding rules that
  servers apply to incoming URLS. See [Github
  #1884](https://github.com/Unidata/netcdf-c/pull/1884) for more information.

* [Bug Fix] Fix incorrect time offsets from `ncdump -t`, in some cases when the
  time `units` attribute contains both a **non-zero** time-of-day, and a time
  zone suffix containing the letter "T", such as "UTC".  See [Github
  #1866](https://github.com/Unidata/netcdf-c/pull/1866) for more information.

* [Bug Fix] Cleanup the NCZarr S3 build options. See [Github
  #1869](https://github.com/Unidata/netcdf-c/pull/1869) for more information.

* [Bug Fix] Support aligned access for selected ARM processors.  See [Github
  #1871](https://github.com/Unidata/netcdf-c/pull/1871) for more information.

* [Documentation] Migrated the documents in the NUG/ directory to the dedicated
  NUG repository found at https://github.com/Unidata/netcdf

* [Bug Fix] Revert the internal filter code to simplify it. From the user's
  point of view, the only visible change should be that (1) the functions that
  convert text to filter specs have had their signature reverted and renamed and
  have been moved to netcdf_aux.h, and (2) Some filter API functions now return
  NC_ENOFILTER when inquiry is made about some filter. Internally, the dispatch
  table has been modified to get rid of the complex structures.

* [Bug Fix] If the HDF5 byte-range Virtual File Driver is available )HDf5 1.10.6
  or later) then use it because it has better performance than the one currently
  built into the netcdf library.

* [Bug Fix] Fixed byte-range support with cURL > 7.69. See
  [https://github.com/Unidata/netcdf-c/pull/1798].

* [Enhancement] Added new test for using compression with parallel I/O:
  nc_test4/tst_h_par_compress.c. See
  [https://github.com/Unidata/netcdf-c/pull/1784].

* [Bug Fix] Don't return error for extra calls to nc_redef() for netCDF/HDF5
  files, unless classic model is in use. See
  [https://github.com/Unidata/netcdf-c/issues/1779].

* [Enhancement] Added new parallel I/O benchmark program to mimic NOAA UFS data
  writes, built when --enable-benchmarks is in configure. See
  [https://github.com/Unidata/netcdf-c/pull/1777].

* [Bug Fix] Now allow szip to be used on variables with unlimited dimension
  [https://github.com/Unidata/netcdf-c/issues/1774].

* [Enhancement] Add support for cloud storage using a variant of the Zarr
  storage format. Warning: this feature is highly experimental and is subject to
  rapid evolution
  [https://www.unidata.ucar.edu/blogs/developer/en/entry/overview-of-zarr-support-in].

* [Bug Fix] Fix nccopy to properly set default chunking parameters when not
  otherwise specified. This can significantly improve performance in selected
  cases. Note that if seeing slow performance with nccopy, then, as a
  work-around, specifically set the chunking
  parameters. [https://github.com/Unidata/netcdf-c/issues/1763].

* [Bug Fix] Fix some protocol bugs/differences between the netcdf-c library and
  the OPeNDAP Hyrax server. Also cleanup checksum handling
  [https://github.com/Unidata/netcdf-c/issues/1712].* [Bug Fix] IMPORTANT: Ncgen
  was not properly handling large data sections. The problem manifests as
  incorrect ordering of data in the created file. Aside from examining the file
  with ncdump, the error can be detected by running ncgen with the -lc flag (to
  produce a C file). Examine the file to see if any variable is written in pieces
  as opposed to a single call to nc_put_vara. If multiple calls to nc_put_vara are
  used to write a variable, then it is probable that the data order is
  incorrect. Such multiple writes can occur for large variables and especially
  when one of the dimensions is unlimited.

* [Bug Fix] Add necessary __declspec declarations to allow compilation of netcdf
  library without causing errors or (_declspec related) warnings
  [https://github.com/Unidata/netcdf-c/issues/1725].

* [Enhancement] When a filter is applied twice with different
parameters, then the second set is used for writing the dataset
[https://github.com/Unidata/netcdf-c/issues/1713].

* [Bug Fix] Now larger cache settings are used for sequential HDF5 file creates/opens on parallel I/O capable builds; see [Github #1716](https://github.com/Unidata/netcdf-c/issues/1716) for more information.

* [Bug Fix] Add functions to libdispatch/dnotnc4.c to support
   dispatch table operations that should work for any dispatch
   table, even if they do not do anything; functions such as
   nc_inq_var_filter [https://github.com/Unidata/netcdf-c/issues/1693].

* [Bug Fix] Fixed a scalar annotation error when scalar == 0; see [Github
  #1707](https://github.com/Unidata/netcdf-c/issues/1707) for more information.

* [Bug Fix] Use proper CURLOPT values for VERIFYHOST and VERIFYPEER; the
  semantics for VERIFYHOST in particular changed. Documented in NUG/DAP2.md. See
  [https://github.com/Unidata/netcdf-c/issues/1684].

* [Bug Fix][cmake] Correct an issue with parallel filter test logic in
  CMake-based builds.

* [Bug Fix] Now allow nc_inq_var_deflate()/nc_inq_var_szip() to be called for
  all formats, not just HDF5. Non-HDF5 files return NC_NOERR and report no
  compression in use. This reverts behavior that was changed in the 4.7.4
  release. See [https://github.com/Unidata/netcdf-c/issues/1691].

* [Bug Fix] Compiling on a big-endian machine exposes some missing forward
  delcarations in dfilter.c.

* [File Change] Change from HDF5 v1.6 format compatibility, back to v1.8
  compatibility, for newly created files.  The superblock changes from version 0
  back to version 2.  An exception is when using libhdf5 deprecated versions
  1.10.0 and 1.10.1, which can only create v1.6 compatible format.  Full
  backward read/write compatibility for netCDF-4 is maintained in all cases.
  See [Github #951](https://github.com/Unidata/netcdf-c/issues/951).

## 4.7.4 - March 27, 2020

* [Windows] Bumped packaged HDF5 to 1.10.6, HDF4 to 4.2.14, and libcurl to
  7.60.0.

* [Enhancement] Support has been added for HDF5-1.12.0.  See
  [https://github.com/Unidata/netcdf-c/issues/1528].

* [Bug Fix] Correct behavior for the command line utilities when directly
  accessing a directory using utf8 characters. See
  [Github #1669] (https://github.com/Unidata/netcdf-c/issues/1669),
  [Github #1668] (https://github.com/Unidata/netcdf-c/issues/1668) and
  [Github #1666] (https://github.com/Unidata/netcdf-c/issues/1666) for more information.

* [Bug Fix] Attempts to set filters or chunked storage on scalar vars will now
  return NC_EINVAL. Scalar vars cannot be chunked, and only chunked vars can
  have filters. Previously the library ignored these attempts, and always
  storing scalars as contiguous storage. See
  [https://github.com/Unidata/netcdf-c/issues/1644].

* [Enhancement] Support has been added for multiple filters per variable.  See
  [https://github.com/Unidata/netcdf-c/issues/1584].

* [Enhancement] Now nc_inq_var_szip retuns 0 for parameter values if szip is not
  in use for var. See [https://github.com/Unidata/netcdf-c/issues/1618].

* [Enhancement] Now allow parallel I/O with filters, for HDF5-1.10.3 and
  later. See [https://github.com/Unidata/netcdf-c/issues/1473].

* [Enhancement] Increased default size of cache buffer to 16 MB, from 4
  MB. Increased number of slots to 4133. See
  [https://github.com/Unidata/netcdf-c/issues/1541].

* [Enhancement] Allow zlib compression to be used with parallel I/O writes, if
  HDF5 version is 1.10.3 or greater. See
  [https://github.com/Unidata/netcdf-c/issues/1580].

* [Enhancement] Restore use of szip compression when writing data (including
  writing in parallel if HDF5 version is 1.10.3 or greater). See
  [https://github.com/Unidata/netcdf-c/issues/1546].

* [Enhancement] Enable use of compact storage option for small vars in
  netCDF/HDF5 files. See [https://github.com/Unidata/netcdf-c/issues/1570].

* [Enhancement] Updated benchmarking program bm_file.c to better handle very
  large files. See [https://github.com/Unidata/netcdf-c/issues/1555].

* [Enhancement] Added version number to dispatch table, and now check version
  with nc_def_user_format(). See
  [https://github.com/Unidata/netcdf-c/issues/1599].

* [Bug Fix] Fixed user setting of MPI launcher for parallel I/O HDF5 test in
  h5_test. See [https://github.com/Unidata/netcdf-c/issues/1626].

* [Bug Fix] Fixed problem of growing memory when netCDF-4 files were opened and
  closed. See [https://github.com/Unidata/netcdf-c/issues/1575 and
  https://github.com/Unidata/netcdf-c/issues/1571].

* [Enhancement] Increased size of maximum allowed name in HDF4 files to
  NC_MAX_NAME. See [https://github.com/Unidata/netcdf-c/issues/1631].

## 4.7.3 - November 20, 2019

* [Bug Fix]Fixed an issue where installs from tarballs will not properly compile
  in parallel environments.

* [Bug Fix] Library was modified so that rewriting the same attribute happens
  without deleting the attribute, to avoid a limit on how many times this may be
  done in HDF5. This fix was thought to be in 4.6.2 but was not. See
  [https://github.com/Unidata/netcdf-c/issues/350].

* [Enhancement] Add a dispatch version number to netcdf_meta.h and
  libnetcdf.settings, in case we decide to change dispatch table in future. See
  [https://github.com/Unidata/netcdf-c/issues/1469].

* [Bug Fix] Now testing that endianness can only be set on atomic ints and
  floats. See [https://github.com/Unidata/netcdf-c/issues/1479].

* [Bug Fix] Fix for subtle error involving var and unlimited dim of the same
  name, but unrelated, in netCDF-4. See
  [https://github.com/Unidata/netcdf-c/issues/1496].

* [Enhancement] Update for attribute documentation. See
  [https://github.com/Unidata/netcdf-c/issues/1512].

* [Bug Fix][Enhancement] Corrected assignment of anonymous (a.k.a. phony)
  dimensions in an HDF5 file. Now when a dataset uses multiple dimensions of the
  same size, netcdf assumes they are different dimensions. See [GitHub
  #1484](https://github.com/Unidata/netcdf-c/issues/1484) for more information.

## 4.7.2 - October 22, 2019

* [Bug Fix][Enhancement] Various bug fixes and enhancements.

* [Bug Fix][Enhancement] Corrected an issue where protected memory was being
  written to with some pointer slight-of-hand.  This has been in the code for a
  while, but appears to be caught by the compiler on OSX, under circumstances
  yet to be completely nailed down.  See
  [GitHub #1486] (https://github.com/Unidata/netcdf-c/issues/1486) for more information.

* [Enhancement] [Parallel IO] Added support for parallel functions in MSVC. See
  [Github #1492](https://github.com/Unidata/netcdf-c/pull/1492) for more
  information.

* [Enhancement] Added a function for changing the ncid of an open file.  This
  function should only be used if you know what you are doing, and is meant to
  be used primarily with PIO integration. See
  [GitHub #1483] (https://github.com/Unidata/netcdf-c/pull/1483) and
  [GitHub #1487] (https://github.com/Unidata/netcdf-c/pull/1487) for more information.

## 4.7.1 - August 27, 2019

* [Enhancement] Added unit_test directory, which contains unit tests for the
  libdispatch and libsrc4 code (and any other directories that want to put unit
  tests there). Use --disable-unit-tests to run without unit tests (ex. for code
  coverage analysis). See
  [GitHub #1458] (https://github.com/Unidata/netcdf-c/issues/1458).

* [Bug Fix] Remove obsolete _CRAYMPP and LOCKNUMREC macros from code. Also
  brought documentation up to date in man page. These macros were used in
  ancient times, before modern parallel I/O systems were developed. Programmers
  interested in parallel I/O should see nc_open_par() and nc_create_par(). See
  [GitHub #1459](https://github.com/Unidata/netcdf-c/issues/1459).

* [Enhancement] Remove obsolete and deprecated functions nc_set_base_pe() and
  nc_inq_base_pe() from the dispatch table. (Both functions are still supported
  in the library, this is an internal change only.) See [GitHub
  #1468](https://github.com/Unidata/netcdf-c/issues/1468).

* [Bug Fix] Reverted nccopy behavior so that if no -c parameters are given, then
  any default chunking is left to the netcdf-c library to decide. See [GitHub
  #1436](https://github.com/Unidata/netcdf-c/issues/1436).

## 4.7.0 - April 29, 2019

* [Enhancement] Updated behavior of `pkgconfig` and `nc-config` to allow the use
  of the `--static` flags, e.g. `nc-config --libs --static`, which will show
  information for linking against `libnetcdf` statically. See
  [Github #1360] (https://github.com/Unidata/netcdf-c/issues/1360) and
  [Github #1257] (https://github.com/Unidata/netcdf-c/issues/1257) for more information.

* [Enhancement] Provide byte-range reading of remote datasets. This allows
  read-only access to, for example, Amazon S3 objects and also Thredds Server
  datasets via the HTTPService access method.  See
  [GitHub #1251] (https://github.com/Unidata/netcdf-c/issues/1251).

* Update the license from the home-brewed NetCDF license to the standard
  3-Clause BSD License.  This change does not result in any new restrictions; it
  is merely the adoption of a standard, well-known and well-understood license
  in place of the historic NetCDF license written at Unidata.  This is part of a
  broader push by Unidata to adopt modern, standardized licensing.

## 4.6.3 - February 28, 2019

* [Bug Fix] Correctly generated `netcdf.pc` generated either by `configure` or
  `cmake`.  If linking against a static netcdf, you would need to pass the
  `--static` argument to `pkg-config` in order to list all of the downstream
  dependencies.  See
  [Github #1324](https://github.com/Unidata/netcdf-c/issues/1324) for more information.

* Now always write hidden coordinates attribute, which allows faster file opens
  when present. See
  [Github #1262](https://github.com/Unidata/netcdf-c/issues/1262) for more information.

* Some fixes for rename, including fix for renumbering of varids after a rename
  (#1307), renaming var to dim without coordinate var. See
  [Github #1297] (https://github.com/Unidata/netcdf-c/issues/1297).

* Fix of NULL parameter causing segfaults in put_vars functions. See
   [Github #1265] (https://github.com/Unidata/netcdf-c/issues/1265) for more information.

* Fix of --enable-benchmark benchmark tests
   [Github #1211] (https://github.com/Unidata/netcdf-c/issues/1211)

* Update the license from the home-brewed NetCDF license to the standard
  3-Clause BSD License.  This change does not result in any new restrictions; it
  is merely the adoption of a standard, well-known and well-understood license
  in place of the historic NetCDF license written at Unidata.  This is part of a
  broader push by Unidata to adopt modern, standardized licensing.

* [BugFix] Corrected DAP-related issues on big-endian machines. See
  [Github #1321] (https://github.com/Unidata/netcdf-c/issues/1321),
  [Github #1302] (https://github.com/Unidata/netcdf-c/issues/1302) for more information.

* [BugFix][Enhancement] Various and sundry bugfixes and performance
  enhancements, thanks to \@edhartnett, \@gsjarrdema, \@t-b, \@wkliao, and all
  of our other contributors.

* [Enhancement] Extended `nccopy -F` syntax to support multiple variables with a
  single invocation. See
  [Github #1311](https://github.com/Unidata/netcdf-c/issues/1311) for more information.

* [BugFix] Corrected an issue where DAP2 was incorrectly converting signed
  bytes, resulting in an erroneous error message under some circumstances. See
  [GitHub #1317] (https://github.com/Unidata/netcdf-c/issues/1317) for more
  information.  See
  [Github #1319] (https://github.com/Unidata/netcdf-c/issues/1319) for related information.

* [BugFix][Enhancement] Modified `nccopy` so that `_NCProperties` is not copied
  over verbatim but is instead generated based on the version of `libnetcdf`
  used when copying the file.  Additionally, `_NCProperties` are displayed
  if/when associated with a netcdf3 file, now. See
  [GitHub#803] (https://github.com/Unidata/netcdf-c/issues/803) for more information.

Revision 1.65 / (download) - annotate - [select for diffs], Wed Apr 19 08:08:19 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (unified) to selected 1.39 (unified)

revbump after textproc/icu update

Revision 1.64 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:02 2022 UTC (17 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (unified) to selected 1.39 (unified)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.63 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:00 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (unified) to selected 1.39 (unified)

revbump for icu and libffi

Revision 1.62 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:06 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (unified) to selected 1.39 (unified)

revbump for boost-libs

Revision 1.61 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:10 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (unified) to selected 1.39 (unified)

revbump for boost-libs

Revision 1.60 / (download) - annotate - [select for diffs], Tue Jan 5 17:05:41 2021 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.59: +6 -2 lines
Diff to previous 1.59 (unified) to selected 1.39 (unified)

netcdf: do not install libbzip2.

Unused and breaks other stuff, see e.g. PR 55909.

Bump PKGREVISION.

Revision 1.59 / (download) - annotate - [select for diffs], Fri May 22 10:55:45 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (unified) to selected 1.39 (unified)

revbump after updating security/nettle

Revision 1.58 / (download) - annotate - [select for diffs], Wed May 6 14:04:08 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (unified) to selected 1.39 (unified)

revbump after boost update

Revision 1.57 / (download) - annotate - [select for diffs], Sun Mar 8 16:47:40 2020 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (unified) to selected 1.39 (unified)

*: recursive bump for libffi

Revision 1.56 / (download) - annotate - [select for diffs], Sat Jan 18 21:48:08 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (unified) to selected 1.39 (unified)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.55 / (download) - annotate - [select for diffs], Sun Jan 12 20:19:55 2020 UTC (4 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (unified) to selected 1.39 (unified)

*: Recursive revbump from devel/boost-libs

Revision 1.54 / (download) - annotate - [select for diffs], Thu Aug 22 12:23:03 2019 UTC (4 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (unified) to selected 1.39 (unified)

Recursive revbump from boost-1.71.0

Revision 1.53 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:00 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (unified) to selected 1.39 (unified)

*: recursive bump for nettle 3.5.1

Revision 1.52 / (download) - annotate - [select for diffs], Mon Jul 1 04:07:47 2019 UTC (4 years, 8 months ago) by ryoon
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (unified) to selected 1.39 (unified)

Recursive revbump from boost-1.70.0

Revision 1.51 / (download) - annotate - [select for diffs], Thu Dec 13 19:51:34 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (unified) to selected 1.39 (unified)

revbump for boost 1.69.0

Revision 1.50 / (download) - annotate - [select for diffs], Thu Aug 16 18:54:29 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.49: +2 -1 lines
Diff to previous 1.49 (unified) to selected 1.39 (unified)

revbump after boost-libs update

Revision 1.49 / (download) - annotate - [select for diffs], Wed May 16 06:32:58 2018 UTC (5 years, 10 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.48: +2 -3 lines
Diff to previous 1.48 (unified) to selected 1.39 (unified)

Update to 4.6.1

Upstream changes:
## 4.6.1 - March 15, 2018

* [Bug Fix] Corrected an issue which could result in a dap4 failure. See [Github #888](https://github.com/Unidata/netcdf-c/pull/888) for more information.
* [Bug Fix][Enhancement] Allow `nccopy` to control output filter suppresion.  See [Github #894](https://github.com/Unidata/netcdf-c/pull/894) for more information.
* [Enhancement] Reverted some new behaviors that, while in line with the netCDF specification, broke existing workflows.  See [Github #843](https://github.com/Unidata/netcdf-c/issues/843) for more information.
* [Bug Fix] Improved support for CRT builds with Visual Studio, improves zlib detection in hdf5 library. See [Github #853](https://github.com/Unidata/netcdf-c/pull/853) for more information.
* [Enhancement][Internal] Moved HDF4 into a distinct dispatch layer. See [Github #849](https://github.com/Unidata/netcdf-c/pull/849) for more information.

## 4.6.0 - January 24, 2018
* [Enhancement] Full support for using HDF5 dynamic filters, both for reading and writing. See the file docs/filters.md.
* [Enhancement] Added an option to enable strict null-byte padding for headers; this padding was specified in the spec but was not enforced.  Enabling this option will allow you to check your files, as it will return an E_NULLPAD error.  It is possible for these files to have been written by older versions of libnetcdf.  There is no effective problem caused by this lack of null padding, so enabling these options is informational only.  The options for `configure` and `cmake` are `--enable-strict-null-byte-header-padding` and `-DENABLE_STRICT_NULL_BYTE_HEADER_PADDING`, respectively.  See [Github #657](https://github.com/Unidata/netcdf-c/issues/657) for more information.
* [Enhancement] Reverted behavior/handling of out-of-range attribute values to pre-4.5.0 default. See [Github #512](https://github.com/Unidata/netcdf-c/issues/512) for more information.
* [Bug] Fixed error in tst_parallel2.c. See [Github #545](https://github.com/Unidata/netcdf-c/issues/545) for more information.
* [Bug] Fixed handling of corrupt files + proper offset handling for hdf5 files. See [Github #552](https://github.com/Unidata/netcdf-c/issues/552) for more information.
* [Bug] Corrected a memory overflow in `tst_h_dimscales`, see [Github #511](https://github.com/Unidata/netcdf-c/issues/511), [Github #505](https://github.com/Unidata/netcdf-c/issues/505), [Github #363](https://github.com/Unidata/netcdf-c/issues/363) and [Github #244](https://github.com/Unidata/netcdf-c/issues/244) for more information.

## 4.5.0 - October 20, 2017

* Corrected an issue which could potential result in a hang while using parallel file I/O. See [Github #449](https://github.com/Unidata/netcdf-c/pull/449) for more information.
* Addressed an issue with `ncdump` not properly handling dates on a 366 day calendar. See [GitHub #359](https://github.com/Unidata/netcdf-c/issues/359) for more information.

### 4.5.0-rc3 - September 29, 2017

* [Update] Due to ongoing issues, native CDF5 support has been disabled by **default**.  You can use the options mentioned below (`--enable-cdf5` or `-DENABLE_CDF5=TRUE` for `configure` or `cmake`, respectively).  Just be aware that for the time being, Reading/Writing CDF5 files on 32-bit platforms may result in unexpected behavior when using extremely large variables.  For 32-bit platforms it is best to continue using `NC_FORMAT_64BIT_OFFSET`.
* [Bug] Corrected an issue where older versions of curl might fail. See [GitHub #487](https://github.com/Unidata/netcdf-c/issues/487) for more information.
* [Enhancement] Added options to enable/disable `CDF5` support at configure time for autotools and cmake-based builds.  The options are `--enable/disable-cdf5` and `ENABLE_CDF5`, respectively.  See [Github #484](https://github.com/Unidata/netcdf-c/issues/484) for more information.
* [Bug Fix] Corrected an issue when subsetting a netcdf3 file via `nccopy -v/-V`. See [Github #425](https://github.com/Unidata/netcdf-c/issues/425) and [Github #463](https://github.com/Unidata/netcdf-c/issues/463) for more information.
* [Bug Fix] Corrected `--has-dap` and `--has-dap4` output for cmake-based builds. See [GitHub #473](https://github.com/Unidata/netcdf-c/pull/473) for more information.
* [Bug Fix] Corrected an issue where `NC_64BIT_DATA` files were being read incorrectly by ncdump, despite the data having been written correctly.  See [GitHub #457](https://github.com/Unidata/netcdf-c/issues/457) for more information.
* [Bug Fix] Corrected a potential stack buffer overflow.  See [GitHub #450](https://github.com/Unidata/netcdf-c/pull/450) for more information.

### 4.5.0-rc2 - August 7, 2017

* [Bug Fix] Addressed an issue with how cmake was implementing large file support on 32-bit systems. See [GitHub #385](https://github.com/Unidata/netcdf-c/issues/385) for more information.
* [Bug Fix] Addressed an issue where ncgen would not respect keyword case. See [GitHub #310](https://github.com/Unidata/netcdf-c/issues/310) for more information.

### 4.5.0-rc1 - June 5, 2017

* [Enhancement] DAP4 is now included. Since dap2 is the default for urls, dap4 must be specified by
(1) using "dap4:" as the url protocol, or
(2) appending "#protocol=dap4" to the end of the url, or
(3) appending "#dap4" to the end of the url
Note that dap4 is enabled by default but remote-testing is
disbled until the testserver situation is resolved.
* [Enhancement] The remote testing server can now be specified with the `--with-testserver` option to ./configure.
* [Enhancement] Modified netCDF4 to use ASCII for NC_CHAR.  See [Github Pull request #316](https://github.com/Unidata/netcdf-c/pull/316) for more information.
* [Bug Fix] Corrected an error with how dimsizes might be read. See [Github #410](https://github.com/unidata/netcdf-c/issues/410) for more information.
* [Bug Fix] Corrected an issue where 'make check' would fail if 'make' or 'make all' had not run first.  See [Github #339](https://github.com/Unidata/netcdf-c/issues/339) for more information.
* [Bug Fix] Corrected an issue on Windows with Large file tests. See [Github #385](https://github.com/Unidata/netcdf-c/issues/385]) for more information.
* [Bug Fix] Corrected an issue with diskless file access, see [Pull Request #400](https://github.com/Unidata/netcdf-c/issues/400) and [Pull Request #403](https://github.com/Unidata/netcdf-c/issues/403) for more information.
* [Upgrade] The bash based test scripts have been upgraded to use a common test_common.sh include file that isolates build specific information.
* [Upgrade] The bash based test scripts have been upgraded to use a common test_common.sh include file that isolates build specific information.
* [Refactor] the oc2 library is no longer independent of the main netcdf-c library. For example, it now uses ncuri, nclist, and ncbytes instead of its homegrown equivalents.
* [Bug Fix] `NC_EGLOBAL` is now properly returned when attempting to set a global `_FillValue` attribute. See [GitHub #388](https://github.com/Unidata/netcdf-c/issues/388) and [GitHub #389](https://github.com/Unidata/netcdf-c/issues/389) for more information.
* [Bug Fix] Corrected an issue where data loss would occur when `_FillValue` was mistakenly allowed to be redefined.  See [Github #390](https://github.com/Unidata/netcdf-c/issues/390), [GitHub #387](https://github.com/Unidata/netcdf-c/pull/387) for more information.
* [Upgrade][Bug] Corrected an issue regarding how "orphaned" DAS attributes were handled. See [GitHub #376](https://github.com/Unidata/netcdf-c/pull/376) for more information.
* [Upgrade] Update utf8proc.[ch] to use the version now maintained by the Julia Language project (https://github.com/JuliaLang/utf8proc/blob/master/LICENSE.md).
* [Bug] Addressed conversion problem with Windows sscanf.  This primarily affected some OPeNDAP URLs on Windows.  See [GitHub #365](https://github.com/Unidata/netcdf-c/issues/365) and [GitHub #366](https://github.com/Unidata/netcdf-c/issues/366) for more information.
* [Enhancement] Added support for HDF5 collective metadata operations when available. Patch submitted by Greg Sjaardema, see [Pull request #335](https://github.com/Unidata/netcdf-c/pull/335) for more information.
* [Bug] Addressed a potential type punning issue. See [GitHub #351](https://github.com/Unidata/netcdf-c/issues/351) for more information.
* [Bug] Addressed an issue where netCDF wouldn't build on Windows systems using MSVC 2012. See [GitHub #304](https://github.com/Unidata/netcdf-c/issues/304) for more information.
* [Bug] Fixed an issue related to potential type punning, see [GitHub #344](https://github.com/Unidata/netcdf-c/issues/344) for more information.
* [Enhancement] Incorporated an enhancement provided by Greg Sjaardema, which may improve read/write times for some complex files.  Basically, linked lists were replaced in some locations where it was safe to use an array/table.  See [Pull request #328](https://github.com/Unidata/netcdf-c/pull/328) for more information.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Apr 29 21:31:20 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (unified) to selected 1.39 (unified)

revbump for boost-libs update

Revision 1.45.2.1 / (download) - annotate - [select for diffs], Thu Jan 4 21:05:09 2018 UTC (6 years, 2 months ago) by spz
Branch: pkgsrc-2017Q4
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (unified) next main 1.46 (unified) to selected 1.39 (unified)

Pullup ticket #5667 - requested by bacon
devel/netcdf: build fix

Revisions pulled up:
- devel/netcdf/Makefile                                         1.46

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   bacon
   Date:           Sat Dec 30 22:43:25 UTC 2017

   Modified Files:
            pkgsrc/devel/netcdf: Makefile

   Log Message:
   devel/netcdf: Add missing m4 dependency for Linux

   ok gdt

   To generate a diff of this commit:
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/netcdf/Makefile

Revision 1.47 / (download) - annotate - [select for diffs], Mon Jan 1 21:18:08 2018 UTC (6 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (unified) to selected 1.39 (unified)

Revbump after boost update

Revision 1.46 / (download) - annotate - [select for diffs], Sat Dec 30 22:43:25 2017 UTC (6 years, 2 months ago) by bacon
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (unified) to selected 1.39 (unified)

devel/netcdf: Add missing m4 dependency for Linux

ok gdt

Revision 1.45 / (download) - annotate - [select for diffs], Wed Nov 29 18:29:35 2017 UTC (6 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base
Branch point for: pkgsrc-2017Q4
Changes since 1.44: +5 -1 lines
Diff to previous 1.44 (unified) to selected 1.39 (unified)

devel/netcdf: Make this build on platforms without libdl

Revision 1.44 / (download) - annotate - [select for diffs], Tue Nov 28 17:52:02 2017 UTC (6 years, 4 months ago) by minskim
Branch: MAIN
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (unified) to selected 1.39 (unified)

devel/netcdf: Update to 4.4.1.1

Notable changes since 4.2.1.1:
- Provides official support for libhdf5 1.10.0.
- Added CDM-5 support.
- Added support for opening in-memory file content.
- Improved DAP support.
- Improved parallel-netcdf support.

Revision 1.43 / (download) - annotate - [select for diffs], Sun Nov 26 10:50:48 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (unified) to selected 1.39 (unified)

netcdf: follow redirects

Revision 1.42 / (download) - annotate - [select for diffs], Thu Aug 24 20:02:58 2017 UTC (6 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (unified) to selected 1.39 (unified)

Revbump for boost update

Revision 1.41 / (download) - annotate - [select for diffs], Sun Apr 30 01:21:22 2017 UTC (6 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (unified) to selected 1.39 (unified)

Recursive revbump from boost update

Revision 1.40 / (download) - annotate - [select for diffs], Sun Jan 1 16:05:57 2017 UTC (7 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (unified)

Revbump after boost update

Revision 1.39 / (download) - annotate - [selected], Fri Oct 7 18:25:31 2016 UTC (7 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (unified)

Revbump post boost update

Revision 1.38 / (download) - annotate - [select for diffs], Sat Mar 5 11:27:46 2016 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (unified) to selected 1.39 (unified)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Feb 12 23:17:49 2014 UTC (10 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (unified) to selected 1.39 (unified)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.36 / (download) - annotate - [select for diffs], Sun Sep 1 12:14:06 2013 UTC (10 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (unified) to selected 1.39 (unified)

recursive bump from hdf5 shlib major bump.

Revision 1.35 / (download) - annotate - [select for diffs], Fri May 10 07:16:29 2013 UTC (10 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (unified) to selected 1.39 (unified)

Fortran is not needed.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Apr 9 16:33:57 2013 UTC (10 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.33: +1 -3 lines
Diff to previous 1.33 (unified) to selected 1.39 (unified)

Remove INFO_FILES

Revision 1.33 / (download) - annotate - [select for diffs], Tue Apr 9 15:57:28 2013 UTC (10 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.32: +5 -4 lines
Diff to previous 1.32 (unified) to selected 1.39 (unified)

Changes 4.2.1.1:

Patched libdap2/ncdap3.c to fix DAP performance bug remotely accessing large files (> 2GiB).

Patched ncdump/dumplib.c to properly escape special characters in CDL output from ncdump for netCDF-4 string data.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Oct 31 11:17:32 2012 UTC (11 years, 4 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.31: +1 -3 lines
Diff to previous 1.31 (unified) to selected 1.39 (unified)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Mar 7 16:11:29 2012 UTC (12 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.30: +8 -10 lines
Diff to previous 1.30 (unified) to selected 1.39 (unified)

Changes 4.1.3:
* Stop looking for xdr if --disable-dap is used.
* Don't try to run (some) fortran configure tests on machines with no fortran.
* Allow nccopy to rechunk with chunksizes larger than current dimension lengths.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jul 30 10:36:24 2010 UTC (13 years, 8 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (unified) to selected 1.39 (unified)

"fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Dec 3 13:06:52 2009 UTC (14 years, 3 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (unified) to selected 1.39 (unified)

Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jun 30 00:07:13 2009 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.27: +5 -2 lines
Diff to previous 1.27 (unified) to selected 1.39 (unified)

Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Dec 10 10:07:55 2007 UTC (16 years, 3 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (unified) to selected 1.39 (unified)

MAKE_JOBS_SAFE=no. From ASau on #pkgsrc.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Nov 11 22:46:14 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.25: +3 -1 lines
Diff to previous 1.25 (unified) to selected 1.39 (unified)

Fixed PKGMANDIR.

Removed the man3f category, since that is not supported by pkgsrc.
PKGREVISION++

Revision 1.25 / (download) - annotate - [select for diffs], Wed Oct 4 21:35:59 2006 UTC (17 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (unified) to selected 1.39 (unified)

Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:18 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (unified) to selected 1.39 (unified)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:28 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (unified) to selected 1.39 (unified)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Feb 25 09:52:47 2005 UTC (19 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.21: +5 -6 lines
Diff to previous 1.21 (unified) to selected 1.39 (unified)

Changes 3.6.0-p1:
 Patched version of 3.6.0 to fix potentially serious
 bug described at
 http://www.unidata.ucar.edu/packages/netcdf/docs/known_problems.html#cdf2-bug

Changes 3.6.0:
 Added texinfo source for the documentation.

 Added large file tests to Windows directory in distribution.

 Modified win32 visual studio project files so that m4
 is no longer required to build netcdf under visual studio.

 Modified rules.make to use install instead of cp,
 fixing install problem for cygwin users.

 Modified configure/install stuff to support HP-UX.

 Modified configure/install stuff to support G95.

 In the f90 interface, applied Arnaud Desitter's fixes
 to correct mismatches between scalar and array
 arguments, eliminating (legitimate) complaints by the
 NAGWare f95 compiler.  Also fixed bugs introduced in
 3.6.0-beta5 in the mapped array interfaces.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jan 12 15:32:00 2005 UTC (19 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (unified) to selected 1.39 (unified)

Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler
framework.  The list of changes include:

  * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES,
    so we no longer need to say it in package Makefiles.  Packages
    should now append to USE_LANGUAGES instead of setting it.

  * Create mk/compiler/f2c.mk which implements another pseudo-compiler
    "f2c" that may be used with any C compiler backend, e.g.

	PKGSRC_COMPILER= f2c ccache gcc

  * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk,
    etc., to use f2c if the native Fortran compiler isn't present.

Packages that use Fortran should now simply include the line:

	USE_LANGUAGES+=	fortran

in the package Makefile.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Nov 10 09:33:18 2004 UTC (19 years, 4 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (unified) to selected 1.39 (unified)

Replace USE_GCC_SHLIB with appropriate USE_LANGUAGES (c c++ fortran).

Revision 1.19 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:31 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified) to selected 1.39 (unified)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 12 03:51:16 2004 UTC (19 years, 11 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified) to selected 1.39 (unified)

Convert to buildlink3.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 20 12:13:28 2004 UTC (20 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified) to selected 1.39 (unified)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jan 11 15:58:45 2004 UTC (20 years, 2 months ago) by cjep
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (unified) to selected 1.39 (unified)

Make this package compile with gcc3. Fixes PR#23330 from
Wolfgang S. Rupprecht.

Patches from http://www.unidata.ucar.edu/packages/netcdf/known_problems.html
(Mike Romberg).

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 17 21:31:57 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (unified) to selected 1.39 (unified)

s/netbsd.org/NetBSD.org/

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:36 2003 UTC (20 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified) to selected 1.39 (unified)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.13 / (download) - annotate - [select for diffs], Thu May 29 23:14:08 2003 UTC (20 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified) to selected 1.39 (unified)

s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.

when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.

packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 2 08:26:09 2003 UTC (21 years, 1 month ago) by jtb
Branch: MAIN
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (unified) to selected 1.39 (unified)

Update to 3.5.0.

Some relevant changes:

 Fixed miswriting of netCDF header when exiting define
 mode.  Because the header was always written correctly
 later, this was only a problem if there was another
 reader of the netCDF file.

 Fixed explicit synchronizing between netCDF writer and
 readers via the nc_sync(), nf_sync(), and ncsync()
 functions.

 Fixed a number of bugs related to attempts to support
 shrinking the header in netCDF files when attributes
 are rewritten or deleted.  Also fixed the problem that
 nc__endef() did not work as intended in reserving
 extra space in the file header, since the extra space
 would be compacted again on calling nc_close().

 Fixed the "redef bug" that occurred when nc_enddef()
 or nf_enddef() is called after nc_redef() or
 nf_redef(), the file is growing such that the new
 beginning of a record variable is in the next "chunk",
 and the size of at least one record variable exceeds
 the chunk size (see netcdf.3 man page for a
 description of this tuning parameter and how to set
 it).  This bug resulted in corruption of some values
 in other variables than the one being added.

 The "__" tuning functions for the Fortran interface,
 nf__create, nf__open, and nf__enddef, are now
 documented in the Fortran interface man pages.

 Changed the extension of C++ files from ".cc" to ".cpp".
 Renamed the C++ interface header file "netcdfcpp.h"
 instead of "netcdf.hh", changing "netcdf.hh" to
 include "netcdfcpp.h" for backward compatibility.

 Fixed bug in ncdump using same CDL header name when
 called with multiple files.

 Added new NULL data type  NC_NAT (Not A Type) to
 facilitate checking whether a variable object has had
 its type defined yet, for example when working with
 packed values.

 Fixed use of compile-time macro NO_NETCDF_2 so it
 really doesn't include old netCDF-2 interfaces, as
 intended.

 Fixed C++ friend declarations to conform to C++ standard.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 18 00:23:46 2003 UTC (21 years, 1 month ago) by jtb
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (unified) to selected 1.39 (unified)

Add a working server to MASTER_SITES. The master site has been
refusing connections for at least 1 year, while the other mirror site
no longer exists.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 22 21:55:23 2002 UTC (21 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (unified) to selected 1.39 (unified)

Note that this package uses C++ (for lang/gcc/buildlink2.mk, if used).

Revision 1.9 / (download) - annotate - [select for diffs], Tue Sep 10 10:46:41 2002 UTC (21 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified) to selected 1.39 (unified)

buildlink1 -> buildlink2

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jul 29 04:47:40 2001 UTC (22 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.7: +6 -5 lines
Diff to previous 1.7 (unified) to selected 1.39 (unified)

Mark as USE_BUILDLINK_ONLY.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 11 06:34:29 2001 UTC (22 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified) to selected 1.39 (unified)

CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 16 14:38:43 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (unified) to selected 1.39 (unified)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 25 08:28:03 2000 UTC (23 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.4: +4 -5 lines
Diff to previous 1.4 (unified) to selected 1.39 (unified)

USE_LIBTOOL instead of USE_PKGLIBTOOL

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 1 11:23:24 2000 UTC (23 years, 10 months ago) by rh
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified) to selected 1.39 (unified)

s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 23 22:04:26 1999 UTC (24 years, 4 months ago) by dmcmahill
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.2: +2 -5 lines
Diff to previous 1.2 (unified) to selected 1.39 (unified)

add USE_FORTRAN for selection of the fortran compiler

Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 5 03:56:33 1999 UTC (24 years, 11 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (unified) to selected 1.39 (unified)

Don't depend on the fort77 package if there's one in /usr/bin

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jan 14 20:28:53 1999 UTC (25 years, 2 months ago) by frueauf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified) to selected 1.39 (unified)

Initial addition of netcdf-3.4, a library for array-oriented data access.
Provided in pr 6745 by Rene Hexel.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jan 14 20:28:53 1999 UTC (25 years, 2 months ago) by frueauf
Branch: MAIN
Diff to selected 1.39 (unified)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>