svn commit: r506962 - head/science/paraview

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jul 19 20:34:29 UTC 2019


Author: pkubaj
Date: Fri Jul 19 20:34:28 2019
New Revision: 506962
URL: https://svnweb.freebsd.org/changeset/ports/506962

Log:
  science/paraview: fix build on GCC architectures
  
  Needs newer GCC than what is in base:
  CMake Error at VTK/CMake/vtkCompilerChecks.cmake:4 (message):
    GCC 4.8 or later is required.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/science/paraview/Makefile

Modified: head/science/paraview/Makefile
==============================================================================
--- head/science/paraview/Makefile	Fri Jul 19 19:33:13 2019	(r506961)
+++ head/science/paraview/Makefile	Fri Jul 19 20:34:28 2019	(r506962)
@@ -32,7 +32,7 @@ LIB_DEPENDS=	libhdf5.so:science/hdf5 \
 RUN_DEPENDS=	bash:shells/bash	\
 		${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
 
-USES=		alias cmake gl jpeg localbase python:2.7 qt:5 shebangfix
+USES=		alias cmake compiler:c11 gl jpeg localbase python:2.7 qt:5 shebangfix
 USE_QT=		core gui help network sql widgets x11extras xmlpatterns \
 		buildtools_build qmake_build
 USE_GL=		gl glu


More information about the svn-ports-all mailing list