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.25 retrieving revision 1.45 diff -u -p -r1.25 -r1.45 --- pkgsrc/devel/netcdf/Makefile 2006/10/04 21:35:59 1.25 +++ pkgsrc/devel/netcdf/Makefile 2017/11/29 18:29:35 1.45 @@ -1,18 +1,23 @@ -# $NetBSD: Makefile,v 1.25 2006/10/04 21:35:59 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2017/11/29 18:29:35 minskim Exp $ -DISTNAME= netcdf-3.6.0-p1 -PKGNAME= netcdf-3.6.0p1 +DISTNAME= netcdf-4.4.1.1 CATEGORIES= devel -MASTER_SITES= ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ +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 -WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes -CPPFLAGS+= -Df2cFortran -Dunix +CONFIGURE_ARGS+= --disable-doxygen +CONFIGURE_ARGS+= --disable-examples +.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"