svn commit: r372521 - head/science/kst2
Max Brazhnikov
makc at FreeBSD.org
Thu Nov 13 14:26:55 UTC 2014
Author: makc
Date: Thu Nov 13 14:26:54 2014
New Revision: 372521
URL: https://svnweb.freebsd.org/changeset/ports/372521
QAT: https://qat.redports.org/buildarchive/r372521/
Log:
science/kst2:
- NetCDF 4 is not supported yet, set INGORE if NETCDF option is requested.
PR: 194936
Reported by: nwhitehorn
Modified:
head/science/kst2/Makefile
Modified: head/science/kst2/Makefile
==============================================================================
--- head/science/kst2/Makefile Thu Nov 13 14:08:44 2014 (r372520)
+++ head/science/kst2/Makefile Thu Nov 13 14:26:54 2014 (r372521)
@@ -36,7 +36,7 @@ FITS_LIB_DEPENDS= libcfitsio.so:${PORTSD
MATLAB_DESC= Support for data in MATLAB format
MATLAB_LIB_DEPENDS= libmatio.so:${PORTSDIR}/math/matio
-NETCDF_DESC= Support for data in NetCDF format
+NETCDF_DESC= Support for data in NetCDF format (broken)
NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
TOOLKIT_DESC= Qt toolkit
@@ -62,6 +62,8 @@ pre-configure:
.if !${PORT_OPTIONS:MNETCDF}
${REINPLACE_CMD} -e '/find_package(Netcdf)/d' \
${CMAKE_SOURCE_PATH}/CMakeLists.txt
+.else
+IGNORE= does not support NetCDF 4
.endif
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list