svn commit: r470142 - head/devel/renpy6

Jan Beich jbeich at FreeBSD.org
Wed May 16 19:35:51 UTC 2018


Author: jbeich
Date: Wed May 16 19:35:50 2018
New Revision: 470142
URL: https://svnweb.freebsd.org/changeset/ports/470142

Log:
  devel/renpy6: mark BROKEN after r470010
  
  Error compiling Cython file:
  ------------------------------------------------------------
  ..
  IMAGEDISSOLVE = 2
  PIXELLATE = 3
  
  cdef class Render:
  
      def __init__(Render self, float width, float height, draw_func=None, layer_name=None, bint opaque=None): #@DuplicatedSignature
                                                                                                       ^
  ------------------------------------------------------------
  
  /wrkdirs/usr/ports/devel/renpy6/work-py27/renpy-6.18.3-sdk/renpy/display/render.pyx:451:102: Cannot assign None to bint
  _renpy is out of date.
  _renpybidi is out of date.
  pysdlsound.sound is out of date.
  renpy.style is out of date.
  renpy.styleclass is out of date.
  renpy.display.render is out of date.
  
  Command '['cython-2.7', '-Iinclude', '-Igen', '-a', '../renpy/display/render.pyx', '-o', 'gen/renpy.display.render.c']' returned non-zero exit status 1
  
  PR:		228235
  Reported by:	pkg-fallout

Modified:
  head/devel/renpy6/Makefile   (contents, props changed)

Modified: head/devel/renpy6/Makefile
==============================================================================
--- head/devel/renpy6/Makefile	Wed May 16 18:59:47 2018	(r470141)
+++ head/devel/renpy6/Makefile	Wed May 16 19:35:50 2018	(r470142)
@@ -4,6 +4,7 @@ PORTVERSION=	6.18.3
 PORTREVISION=	6
 PKGNAMESUFFIX=	6
 
+BROKEN=		fails to build with cython 0.28
 CONFLICTS_INSTALL=	${PORTNAME}-[0-9]*
 
 MASTERDIR=	${.CURDIR}/../renpy


More information about the svn-ports-all mailing list