Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2018 19:35:50 +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: r470142 - head/devel/renpy6
Message-ID:  <201805161935.w4GJZo90081350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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