head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.4 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.5.0.60 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.58 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.56 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.54 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.52 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.50 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.48 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.46 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.44 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.42 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.40 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.38 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.36 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.34 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.32 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.30 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.28 pkgsrc-2008Q1:1.5.0.26 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.24 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.22 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.20 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.18 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.16 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.14 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.12 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.10 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.8 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.6 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.4 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.2 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1.1.1 netbsd-1-5-RELEASE:1.1.1.1 netbsd-1-4-PATCH003:1.1.1.1 netbsd-1-4-PATCH002:1.1.1.1 comdex-fall-1999:1.1.1.1 netbsd-1-4-PATCH001:1.1.1.1 netbsd-1-4-RELEASE:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2012.03.07.16.11.30; author adam; state dead; branches; next 1.5; 1.5 date 2005.02.25.09.52.47; author adam; state Exp; branches; next 1.4; 1.4 date 2003.03.02.08.39.19; author jtb; state Exp; branches; next 1.3; 1.3 date 2003.03.02.08.26.10; author jtb; state Exp; branches; next 1.2; 1.2 date 2001.07.30.03.42.27; author jlam; state Exp; branches; next 1.1; 1.1 date 99.01.14.20.28.54; author frueauf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.01.14.20.28.54; author frueauf; state Exp; branches; next ; desc @@ 1.6 log @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. @ text @$NetBSD: patch-ad,v 1.5 2005/02/25 09:52:47 adam Exp $ --- Makefile.orig 2004-12-18 16:32:58.000000000 +0000 +++ Makefile @@@@ -29,12 +29,11 @@@@ PACKING_LIST = \ # I moved fortran to the bottom of the list, sometimes AIX make get's confused # if the C library and the fortran library are built in the same second. - Ed -all: libsrc/all \ +all: fortran/all \ + libsrc/all \ ncdump/all \ ncgen/all \ - cxx/all \ - fortran/all \ - f90/all + cxx/all test: fortran/all \ libsrc/test \ @@@@ -52,7 +51,6 @@@@ check: test install: all \ libsrc/install \ fortran/install \ - f90/install \ ncdump/install \ ncgen/install \ cxx/install @@@@ -167,7 +165,7 @@@@ subdir_target: @@echo "Returning to directory `pwd`" @@echo "" -install: whatis +install: whatis: $(MANDIR)/$(WHATIS) $(MANDIR)/$(WHATIS): $(MANDIR) $(MAKEWHATIS_CMD) @ 1.5 log @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. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Don't install man pages for Fortran 90 interface. @ text @d3 1 a3 1 --- Makefile.orig Tue Feb 27 16:04:32 2001 d5 1 a5 3 @@@@ -27,9 +27,8 @@@@ PACKING_LIST = \ rules.make d7 2 a9 2 - fortran/all \ - f90/all \ d14 4 a17 2 cxx/all @@@@ -43,7 +42,6 @@@@ check: test d19 5 a23 1 install: libsrc/install \ d29 1 a29 10 @@@@ -64,7 +62,7 @@@@ distclean: libsrc/distclean \ nctest/distclean nc_test/distclean \ fortran/distclean f90/distclean nf_test/distclean \ ncdump/distclean ncgen/distclean cxx/distclean \ - clean_macros + clean_macros clean_macros: -cp macros.make.def macros.make @@@@ -162,7 +160,7 @@@@ subdir_target: a37 22 @@@@ -189,7 +187,7 @@@@ check_system: FORCE *) exit 0;; \ esac -# Make a compressed, tar(1) file of the source distribution in the current +# Make a compressed, tar(1) file of the source distribution in the current # directory. # tar.Z: check_system FORCE @@@@ -225,10 +223,10 @@@@ ftp: check_system FORCE $(FTPDIR)/$(PACKAGE)-$(VERSION).tar.Z: $(PACKAGE)-$(VERSION).tar.Z rm -f $@@ - cp $(PACKAGE)-$(VERSION).tar.Z $@@ + cp $(PACKAGE)-$(VERSION).tar.Z $@@ chmod u+rw,g+rw,o=r $@@ -# Make a compressed, tar(1) file of the binary distribution in the +# Make a compressed, tar(1) file of the binary distribution in the # appropriate FTP directory. # binftp: FORCE @ 1.3 log @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. @ text @d17 9 a25 1 @@@@ -64,7 +63,7 @@@@ distclean: libsrc/distclean \ d34 1 a34 1 @@@@ -162,7 +161,7 @@@@ subdir_target: d43 1 a43 1 @@@@ -189,7 +188,7 @@@@ check_system: FORCE d52 1 a52 1 @@@@ -225,10 +224,10 @@@@ ftp: check_system FORCE @ 1.2 log @Skip "makewhatis" step during installation. @ text @d3 1 a3 1 --- Makefile.orig Mon Jul 7 12:17:36 1997 d5 1 a5 1 @@@@ -25,8 +25,8 @@@@ d11 1 d17 6 a22 7 @@@@ -42,8 +42,7 @@@@ fortran/install \ ncdump/install \ ncgen/install \ - cxx/install \ - $(MANDIR)/$(WHATIS) + cxx/install d24 33 a56 2 clean: libsrc/clean \ nctest/clean nc_test/clean \ @ 1.1 log @Initial revision @ text @d3 2 a4 2 --- Makefile.orig Sun Sep 27 19:49:58 1998 +++ Makefile Sun Sep 27 19:50:16 1998 d16 10 @ 1.1.1.1 log @Initial addition of netcdf-3.4, a library for array-oriented data access. Provided in pr 6745 by Rene Hexel. @ text @@