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.53 diff -u -p -r1.32 -r1.53 --- pkgsrc/devel/netcdf/Makefile 2012/10/31 11:17:32 1.32 +++ pkgsrc/devel/netcdf/Makefile 2019/07/20 22:46:00 1.53 @@ -1,20 +1,25 @@ -# $NetBSD: Makefile,v 1.32 2012/10/31 11:17:32 asau Exp $ +# $NetBSD: Makefile,v 1.53 2019/07/20 22:46:00 wiz Exp $ -DISTNAME= netcdf-4.1.3 +DISTNAME= netcdf-4.6.1 +PKGREVISION= 4 CATEGORIES= devel -MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ +MASTER_SITES= https://www.unidata.ucar.edu/downloads/netcdf/ftp/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.unidata.ucar.edu/software/netcdf/index.html +HOMEPAGE= https://www.unidata.ucar.edu/software/netcdf/index.html COMMENT= Library for array-oriented data access -USE_LANGUAGES= c c++ fortran77 +USE_TOOLS+= m4 +USE_LANGUAGES= c c++ 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 "../../mk/dlopen.buildlink3.mk" +BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*} + +.include "../../devel/hdf5/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"