Date: Fri, 1 Sep 2017 21:45:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449106 - head/x11-toolkits/py-kivy Message-ID: <201709012145.v81LjKEr029077@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Sep 1 21:45:20 2017 New Revision: 449106 URL: https://svnweb.freebsd.org/changeset/ports/449106 Log: Mark BROKEN: fails to build cythoning kivy/graphics/opengl.pyx to kivy/graphics/opengl.c Error compiling Cython file: ------------------------------------------------------------ ... def glCheckFramebufferStatus(GLenum target): '''See: `glCheckFramebufferStatus() on Kronos website <http://www.khronos.org/opengles/sdk/docs/man/xhtml/glCheckFramebufferStatus.xml>`_ ''' cdef GLenum result result = c_opengl.CheckFramebufferStatus(target) ^ ------------------------------------------------------------ kivy/graphics/opengl.pyx:544:21: cimported module has no attribute 'CheckFramebufferStatus' Reported by: pkg-fallout Modified: head/x11-toolkits/py-kivy/Makefile Modified: head/x11-toolkits/py-kivy/Makefile ============================================================================== --- head/x11-toolkits/py-kivy/Makefile Fri Sep 1 20:04:29 2017 (r449105) +++ head/x11-toolkits/py-kivy/Makefile Fri Sep 1 21:45:20 2017 (r449106) @@ -14,6 +14,8 @@ COMMENT= Python NUI library for rapid application deve LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build + BUILD_DEPENDS= cython:lang/cython LIB_DEPENDS= libmtdev.so:devel/libmtdev TEST_DEPENDS= nosetests-${PYTHON_VER}:devel/py-nose
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709012145.v81LjKEr029077>