From owner-svn-ports-head@FreeBSD.ORG Mon Sep 1 19:53:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 150B6E15; Mon, 1 Sep 2014 19:53:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 002751A48; Mon, 1 Sep 2014 19:53:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s81JrBP4027933; Mon, 1 Sep 2014 19:53:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s81JrBa2027932; Mon, 1 Sep 2014 19:53:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409011953.s81JrBa2027932@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 1 Sep 2014 19:53:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366945 - head/science/paraview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 19:53:12 -0000 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" \