Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/netcdf/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/netcdf/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- pkgsrc/devel/netcdf/Makefile 2012/10/31 11:17:32 1.32 +++ pkgsrc/devel/netcdf/Makefile 2013/04/09 15:57:28 1.33 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2012/10/31 11:17:32 asau Exp $ +# $NetBSD: Makefile,v 1.33 2013/04/09 15:57:28 adam Exp $ -DISTNAME= netcdf-4.1.3 +DISTNAME= netcdf-4.2.1.1 CATEGORIES= devel MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ @@ -11,10 +11,11 @@ COMMENT= Library for array-oriented data USE_LANGUAGES= c c++ fortran77 USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-f90 +CONFIGURE_ARGS+= --disable-doxygen CONFIGURE_ARGS+= --disable-examples -CONFIGURE_ARGS+= --disable-netcdf-4 INFO_FILES= yes +.include "../../devel/hdf5/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"