svn commit: r366945 - head/science/paraview

John Marino marino at FreeBSD.org
Mon Sep 1 19:53:12 UTC 2014


Author: marino
Date: Mon Sep  1 19:53:11 2014
New Revision: 366945
URL: http://svnweb.freebsd.org/changeset/ports/366945
QAT: https://qat.redports.org/buildarchive/r366945/

Log:
  science/paraview: alternative fix with USES+= execinfo instead
  
  Also bump this port as the LIB_DEPENDS has changed
  
  confirmed by:	adamw

Modified:
  head/science/paraview/Makefile

Modified: head/science/paraview/Makefile
==============================================================================
--- head/science/paraview/Makefile	Mon Sep  1 19:52:11 2014	(r366944)
+++ head/science/paraview/Makefile	Mon Sep  1 19:53:11 2014	(r366945)
@@ -3,7 +3,7 @@
 
 PORTNAME=	paraview
 PORTVERSION=	4.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.paraview.org/files/v${VERMAJORMINOR}/
 DISTNAME=	ParaView-v${PORTVERSION}-source
@@ -28,8 +28,7 @@ LIB_DEPENDS=	libhdf5.so:${PORTSDIR}/scie
 		libpcre.so:${PORTSDIR}/devel/pcre \
 		libffi.so:${PORTSDIR}/devel/libffi \
 		libdrm.so:${PORTSDIR}/graphics/libdrm \
-		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
-		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash	\
 		${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:${PORTSDIR}/math/py-matplotlib
 
@@ -43,7 +42,7 @@ USE_XORG=	x11 xt xext ice xdmcp xau xcb 
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes
 USE_GSTREAMER=	yes
-USES=		cmake:outsource shebangfix gmake
+USES=		cmake:outsource gmake execinfo shebangfix
 
 CMAKE_ARGS+=	-DBUILD_SHARED_LIBS="ON" \
 		-DVTK_USE_SYSTEM_PNG="ON" \


More information about the svn-ports-head mailing list