Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 19:53:11 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366945 - head/science/paraview
Message-ID:  <201409011953.s81JrBa2027932@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409011953.s81JrBa2027932>