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.40 retrieving revision 1.47 diff -u -p -r1.40 -r1.47 --- pkgsrc/devel/netcdf/Makefile 2017/01/01 16:05:57 1.40 +++ pkgsrc/devel/netcdf/Makefile 2018/01/01 21:18:08 1.47 @@ -1,20 +1,25 @@ -# $NetBSD: Makefile,v 1.40 2017/01/01 16:05:57 adam Exp $ +# $NetBSD: Makefile,v 1.47 2018/01/01 21:18:08 adam Exp $ -DISTNAME= netcdf-4.2.1.1 -PKGREVISION= 5 +DISTNAME= netcdf-4.4.1.1 +PKGREVISION= 1 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_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"