From owner-svn-ports-head@freebsd.org Wed May 16 19:59:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9AECEAE3FF; Wed, 16 May 2018 19:59:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8902979364; Wed, 16 May 2018 19:59:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A2FB1EB80; Wed, 16 May 2018 19:59:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GJx3b9092234; Wed, 16 May 2018 19:59:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GJx3IQ092233; Wed, 16 May 2018 19:59:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805161959.w4GJx3IQ092233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 May 2018 19:59:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470147 - head/devel/renpy X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/renpy X-SVN-Commit-Revision: 470147 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 19:59:04 -0000 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/