Date: Fri, 19 Aug 2016 16:04:00 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420477 - head/graphics/py-mayavi Message-ID: <201608191604.u7JG40x2087458@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Aug 19 16:04:00 2016 New Revision: 420477 URL: https://svnweb.freebsd.org/changeset/ports/420477 Log: - Add missing USES=execinfo, fixing build on 9.x PR: 211937 Submitted by: Vladimir.Chukharev@gmail.com (maintainer) Modified: head/graphics/py-mayavi/Makefile Modified: head/graphics/py-mayavi/Makefile ============================================================================== --- head/graphics/py-mayavi/Makefile Fri Aug 19 15:39:21 2016 (r420476) +++ head/graphics/py-mayavi/Makefile Fri Aug 19 16:04:00 2016 (r420477) @@ -3,6 +3,7 @@ PORTNAME= mayavi PORTVERSION= 4.5.0 +PORTREVISION= 1 CATEGORIES= graphics science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,7 +31,7 @@ RUN_DEPENDS= vtk6>=6.1.0_8:math/vtk6 \ ${PYTHON_PKGNAMEPREFIX}scimath>=4.1.2:science/py-scimath \ ${PYTHON_PKGNAMEPREFIX}traitsui>=4.5.1:graphics/py-traitsui -USES= python:-2.7 tar:bzip2 +USES= execinfo python:-2.7 tar:bzip2 USE_PYTHON= autoplist distutils USE_WX= 2.8+ WX_COMPS= python:run @@ -47,6 +48,6 @@ pre-configure: fi post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/tvtk/array_ext.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tvtk/array_ext.so .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608191604.u7JG40x2087458>