svn commit: r470152 - head/x11/xpra

Jan Beich jbeich at FreeBSD.org
Wed May 16 20:34:47 UTC 2018


Author: jbeich
Date: Wed May 16 20:34:46 2018
New Revision: 470152
URL: https://svnweb.freebsd.org/changeset/ports/470152

Log:
  x11/xpra: mark BROKEN after r470010
  
  [21/28] Cythonizing xpra/x11/bindings/keyboard_bindings.pyx
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "setup.py", line 2484, in <module>
      setup_options["ext_modules"] = cythonize(ext_modules, gdb_debug=False)
    File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 1026, in cythonize
      cythonize_one(*args)
    File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 1146, in cythonize_one
      raise CompileError(None, pyx_file)
  Cython.Compiler.Errors.CompileError: xpra/x11/bindings/keyboard_bindings.pyx
  
  PR:		228235

Modified:
  head/x11/xpra/Makefile   (contents, props changed)

Modified: head/x11/xpra/Makefile
==============================================================================
--- head/x11/xpra/Makefile	Wed May 16 20:34:07 2018	(r470151)
+++ head/x11/xpra/Makefile	Wed May 16 20:34:46 2018	(r470152)
@@ -12,6 +12,8 @@ COMMENT=	Xpra gives you persistent remote applications
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build with cython 0.28
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gtk2>2:x11-toolkits/py-gtk2@${FLAVOR} \
 		${PYNUMPY}
 LIB_DEPENDS=	libturbojpeg.so:graphics/libjpeg-turbo \


More information about the svn-ports-all mailing list