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.22 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.20 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.18 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.16 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.14 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.12 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.10 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.8 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.6 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.4 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.2 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.4.0.38 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.36 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.34 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.32 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.30 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.28 pkgsrc-2008Q1:1.4.0.26 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.24 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.22 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.20 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.18 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.16 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.14 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.12 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.10 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.8 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.6 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.4 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.2 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 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 2009.06.30.00.07.13; author joerg; state Exp; branches; next 1.4; 1.4 date 2005.02.25.09.52.47; author adam; 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 2002.01.08.19.55.51; author agc; 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-ab,v 1.5 2009/06/30 00:07:13 joerg Exp $ --- macros.make.in.orig 2004-12-18 16:32:32.000000000 +0000 +++ macros.make.in @@@@ -29,10 +29,10 @@@@ CXXCPPFLAGS = $(CPPFLAGS) # Compilation: -CC = @@CC@@ -CXX = @@CXX@@ -FC = @@FC@@ -F90 = @@F90@@ +CC = $(LIBTOOL) --mode=compile @@CC@@ +CXX = $(LIBTOOL) --mode=compile @@CXX@@ +FC = $(LIBTOOL) --mode=compile @@FC@@ +F90 = $(LIBTOOL) --mode=compile @@F90@@ CFLAGS = @@CFLAGS@@ CXXFLAGS = @@CXXFLAGS@@ FFLAGS = @@FFLAGS@@ @@IGNORE_FPE@@ @@@@ -53,11 +53,11 @@@@ FLIBS = @@FLIBS@@ F90LIBS = @@F90LIBS@@ LIBS = @@LIBS@@ F90LDFLAGS = $(LDFLAGS) -LINK.c = $(CC) -o $@@ $(CFLAGS) $(LDFLAGS) -LINK.cxx = $(CXX) -o $@@ $(CXXFLAGS) $(LDFLAGS) -LINK.F = $(FC) -o $@@ $(FFLAGS) $(FLDFLAGS) -LINK.f = $(FC) -o $@@ $(FFLAGS) $(FLDFLAGS) -LINK.F90 = $(F90) -o $@@ $(F90FLAGS) $(F90LDFLAGS) +LINK.c = $(LIBTOOL) --mode=link @@CC@@ -o $@@ $(CFLAGS) $(LDFLAGS) +LINK.cxx = $(LIBTOOL) --mode=link @@CXX@@ -o $@@ $(CXXFLAGS) $(LDFLAGS) +LINK.F = $(LIBTOOL) --mode=link @@FC@@ -o $@@ $(FFLAGS) $(FLDFLAGS) +LINK.f = $(LIBTOOL) --mode=link @@FC@@ -o $@@ $(FFLAGS) $(FLDFLAGS) +LINK.F90 = $(LIBTOOL) --mode=link @@F90@@ -o $@@ $(F90FLAGS) $(F90LDFLAGS) # Manual pages: @@@@ -68,9 +68,9 @@@@ MAKEWHATIS_CMD = @@MAKEWHATIS_CMD@@ # Misc. Utilities: -AR = @@AR@@ -ARFLAGS = @@ARFLAGS@@ -RANLIB = @@RANLIB@@ +AR = $(LIBTOOL) --mode=link @@CC@@ +ARFLAGS = -rpath $(prefix)/lib -version-info 3:6 +RANLIB = echo TARFLAGS = -chf @ 1.5 log @Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with MAKE_JOBS=2 and worked without. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 2005/02/25 09:52:47 adam Exp $ @ 1.4 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$ d45 1 a45 1 +ARFLAGS = -rpath $(LIBDIR) -version-info 3:6 @ 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 @d3 1 a3 1 --- macros.make.in.orig Tue Mar 13 17:42:50 2001 d19 2 a20 2 FFLAGS = @@FFLAGS@@ @@@@ -54,11 +54,11 @@@@ FLIBS = @@FLIBS@@ d37 1 a37 1 @@@@ -69,9 +69,9 @@@@ MAKEWHATIS_CMD = @@MAKEWHATIS_CMD@@ d45 1 a45 1 +ARFLAGS = -rpath $(LIBDIR) -version-info 3:5 @ 1.2 log @Patch from Chuck Cranor to fix his own PR 15022. Don't pass a GNU-specific m4 argument down to NetBSD's m4. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 1999/01/14 20:28:54 frueauf Exp $ d3 3 a5 12 --- macros.make.in.orig Thu Sep 18 21:56:04 1997 +++ macros.make.in Tue Jan 8 19:47:38 2002 @@@@ -19,7 +19,7 @@@@ # Preprocessing: M4 = @@M4@@ -M4FLAGS = -B10000 +M4FLAGS = CPP = @@CPP@@ CPPFLAGS = $(INCLUDES) $(DEFINES) @@CPPFLAGS@@ FPP = @@FPP@@ @@@@ -28,9 +28,9 @@@@ d12 5 a16 3 +CC = ${LIBTOOL} --mode=compile @@CC@@ +CXX = ${LIBTOOL} --mode=compile @@CXX@@ +FC = ${LIBTOOL} --mode=compile @@FC@@ d18 1 a18 1 CXXFLAGS = $(CFLAGS) @@CXXFLAGS@@ d20 2 a21 3 @@@@ -47,10 +47,10 @@@@ MATHLIB = @@MATHLIB@@ FLIBS = @@FLIBS@@ d23 1 d28 6 a33 4 +LINK.c = ${LIBTOOL} --mode=link @@CC@@ -o $@@ $(CFLAGS) $(LDFLAGS) +LINK.cxx = ${LIBTOOL} --mode=link @@CXX@@ -o $@@ $(CXXFLAGS) $(LDFLAGS) +LINK.F = ${LIBTOOL} --mode=link @@FC@@ -o $@@ $(FFLAGS) $(FLDFLAGS) +LINK.f = ${LIBTOOL} --mode=link @@FC@@ -o $@@ $(FFLAGS) $(FLDFLAGS) d36 2 a37 2 # NetCDF files: @@@@ -66,9 +66,9 @@@@ d42 1 a42 1 -ARFLAGS = cru # NB: SunOS 4 doesn't like `-' option prefix d44 2 a45 2 +AR = ${LIBTOOL} --mode=link @@CC@@ +ARFLAGS = -rpath $(LIBDIR) -version-info 3:4 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 11 a13 2 --- macros.make.in.orig Thu Sep 18 22:56:04 1997 +++ macros.make.in Sun Sep 27 19:11:17 1998 @ 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 @@