Date: Sat, 31 Aug 2019 11:21:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510378 - head/science/netcdf Message-ID: <201908311121.x7VBLMam026221@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 31 11:21:21 2019 New Revision: 510378 URL: https://svnweb.freebsd.org/changeset/ports/510378 Log: Remove DAP option Since curl is required, enable DAP unconditionally. PR: 239295 Reported by: Leon Dietrich <doralitze@chaotikum.org> Modified: head/science/netcdf/Makefile Modified: head/science/netcdf/Makefile ============================================================================== --- head/science/netcdf/Makefile Sat Aug 31 11:21:16 2019 (r510377) +++ head/science/netcdf/Makefile Sat Aug 31 11:21:21 2019 (r510378) @@ -15,26 +15,25 @@ COMMENT= C library for machine-independent, array-orie LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= libhdf5.so:science/hdf5 +LIB_DEPENDS= libcurl.so:ftp/curl \ + libhdf5.so:science/hdf5 CONFLICTS_INSTALL= hdf-4.[0-9]* netcdf-3.[0-9]* netcdf3-3.[0-9]* -OPTIONS_DEFINE= DAP DOCS DOXYGEN SZIP -OPTIONS_DEFAULT=DAP SZIP -DAP_DESC= Build DAP client and remote testing +OPTIONS_DEFINE= DOCS DOXYGEN SZIP +OPTIONS_DEFAULT=SZIP SZIP_DESC= SZIP support (required if HDF5 was built with SZIP) USES= gmake libtool localbase ncurses pathfix pkgconfig:run -CONFIGURE_ARGS= --disable-filter-testing --enable-netcdf-4 +CONFIGURE_ARGS= --disable-filter-testing \ + --enable-dap --enable-netcdf-4 CPPFLAGS+= -fPIC -DPIC GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -DAP_CONFIGURE_ENABLE= dap -DAP_LIB_DEPENDS= libcurl.so:ftp/curl DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_ENABLE= doxygen DOXYGEN_IMPLIES= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908311121.x7VBLMam026221>