Date: Fri, 23 Sep 2016 20:21:37 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422694 - head/graphics/pygts Message-ID: <201609232021.u8NKLbre015023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Fri Sep 23 20:21:37 2016 New Revision: 422694 URL: https://svnweb.freebsd.org/changeset/ports/422694 Log: graphics/pygts: convert to autoplist - convert to autoplist - limit python version to 2.x ===> Configuring for pygts-0.3.1_5 Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 60 raise RuntimeError, result[0] ^ SyntaxError: invalid syntax *** Error code 1 Deleted: head/graphics/pygts/pkg-plist Modified: head/graphics/pygts/Makefile Modified: head/graphics/pygts/Makefile ============================================================================== --- head/graphics/pygts/Makefile Fri Sep 23 20:08:33 2016 (r422693) +++ head/graphics/pygts/Makefile Fri Sep 23 20:21:37 2016 (r422694) @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libgts.so:graphics/gts -USE_PYTHON= distutils -USES= pkgconfig python +USE_PYTHON= autoplist distutils +USES= pkgconfig python:2.7 post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gts/_gts.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609232021.u8NKLbre015023>