Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2018 19:59:03 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470147 - head/devel/renpy
Message-ID:  <201805161959.w4GJx3IQ092233@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed May 16 19:59:02 2018
New Revision: 470147
URL: https://svnweb.freebsd.org/changeset/ports/470147

Log:
  devel/renpy: 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/renpy/work-py27/renpy-6.99.14.3-sdk/renpy/display/render.pyx:575:102: Cannot assign None to bint
  _renpy is out of date.
  _renpybidi is out of date.
  _renpysteam is out of date.
  renpy.audio.renpysound is out of date.
  renpy.parsersupport is out of date.
  renpy.pydict is out of date.
  renpy.style is out of date.
  renpy.styledata.styleclass is out of date.
  renpy.styledata.stylesets is out of date.
  renpy.styledata.style_selected_hover_functions is out of date.
  renpy.styledata.style_selected_idle_functions is out of date.
  renpy.styledata.style_selected_insensitive_functions is out of date.
  renpy.styledata.style_selected_functions is out of date.
  renpy.styledata.style_hover_functions is out of date.
  renpy.styledata.style_idle_functions is out of date.
  renpy.styledata.style_insensitive_functions is out of date.
  renpy.styledata.style_functions is out of date.
  renpy.styledata.style_activate_functions is out of date.
  renpy.styledata.style_selected_activate_functions is out of date.
  renpy.display.render is out of date.
  
  Command '['cython-2.7', '-Iinclude', '-Igen', '-I..', '../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/renpy/Makefile   (contents, props changed)

Modified: head/devel/renpy/Makefile
==============================================================================
--- head/devel/renpy/Makefile	Wed May 16 19:50:24 2018	(r470146)
+++ head/devel/renpy/Makefile	Wed May 16 19:59:02 2018	(r470147)
@@ -23,6 +23,7 @@ LIB_DEPENDS=	libfribidi.so:converters/fribidi \
 		libfreetype.so:print/freetype2
 RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}game_sdl2>=${PORTVERSION}:devel/py-game_sdl2@${FLAVOR}
 
+BROKEN=		fails to build with cython 0.28
 CONFLICTS_INSTALL?=	${PORTNAME}6-*
 
 # Upstream tends to reroll distfiles before moving under /release/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805161959.w4GJx3IQ092233>