summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-09-01 21:45:20 +0000
committerantoine <antoine@FreeBSD.org>2017-09-01 21:45:20 +0000
commit7f8a7fa71ecd32634f5c1344cf364739078d2556 (patch)
tree7fa4b2dd8efb8ae85aef4221287d9333bbcbfca1
parent384e2b1a951a23b87a6225f074bea07e11fc0ffe (diff)
downloadFreeBSD-ports-7f8a7fa71ecd32634f5c1344cf364739078d2556.zip
FreeBSD-ports-7f8a7fa71ecd32634f5c1344cf364739078d2556.tar.gz
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
-rw-r--r--x11-toolkits/py-kivy/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile
index ecea2a4..cd1c272 100644
--- a/x11-toolkits/py-kivy/Makefile
+++ b/x11-toolkits/py-kivy/Makefile
@@ -14,6 +14,8 @@ COMMENT= Python NUI library for rapid application development
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
OpenPOWER on IntegriCloud