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.12 retrieving revision 1.46 diff -u -p -r1.12 -r1.46 --- pkgsrc/devel/netcdf/Makefile 2003/03/02 08:26:09 1.12 +++ pkgsrc/devel/netcdf/Makefile 2017/12/30 22:43:25 1.46 @@ -1,20 +1,24 @@ -# $NetBSD: Makefile,v 1.12 2003/03/02 08:26:09 jtb Exp $ +# $NetBSD: Makefile,v 1.46 2017/12/30 22:43:25 bacon Exp $ -DISTNAME= netcdf-3.5.0 -WRKSRC= ${WRKDIR}/${DISTNAME}/src +DISTNAME= netcdf-4.4.1.1 CATEGORIES= devel -MASTER_SITES= ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= https://www.unidata.ucar.edu/downloads/netcdf/ftp/ -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.unidata.ucar.edu/packages/netcdf/index.html +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.unidata.ucar.edu/software/netcdf/index.html COMMENT= Library for array-oriented data access -USE_BUILDLINK2= # defined -USE_FORTRAN= # defined -USE_CXX= # defined -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined -CPPFLAGS+= -Df2cFortran -Dunix +USE_TOOLS+= m4 +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +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"