diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-07 07:44:44 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-07 07:44:44 +0800 |
commit | 762e83725ff5305f5153965a97371e772a3af674 (patch) | |
tree | da5d110d41d5eed475573f29942b9526855e31ed /games | |
parent | fc4e30781c28dc28eff6af0c2bf10d2fd1b84e51 (diff) | |
download | freebsd-ports-gnome-762e83725ff5305f5153965a97371e772a3af674.tar.gz freebsd-ports-gnome-762e83725ff5305f5153965a97371e772a3af674.tar.zst freebsd-ports-gnome-762e83725ff5305f5153965a97371e772a3af674.zip |
devel/renpy: update to 6.99.11
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-11
Temporarily mark games/katawa-shoujo as BROKEN. Other games may work fine.
$ katawa-shoujo
ValueError('list.remove(x): x not in list',)
Full traceback:
File "game/ui_settings.rpy", line 2, in script
File "/usr/local/share/renpy/renpy/ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/usr/local/share/renpy/renpy/python.py", line 1641, in py_exec_bytecode
exec bytecode in globals, locals
File "game/ui_settings.rpy", line 21, in <module>
File "/usr/local/share/renpy/renpy/defaultstore.py", line 91, in __setattr__
renpy.store._set_script_version(value) # E1101 @UndefinedVariable
File "renpy/common/00compat.rpy", line 134, in _set_script_version
config.window_auto_hide.remove("call screen")
File "/usr/local/share/renpy/renpy/python.py", line 568, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list
While running game code:
File "game/ui_settings.rpy", line 2, in script
File "game/ui_settings.rpy", line 21, in <module>
File "renpy/common/00compat.rpy", line 134, in _set_script_version
config.window_auto_hide.remove("call screen")
ValueError: list.remove(x): x not in list
Diffstat (limited to 'games')
-rw-r--r-- | games/katawa-shoujo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/katawa-shoujo/Makefile b/games/katawa-shoujo/Makefile index 7f0d24664bda..60ce0ff4c7fc 100644 --- a/games/katawa-shoujo/Makefile +++ b/games/katawa-shoujo/Makefile @@ -24,6 +24,8 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept RUN_DEPENDS= renpy:devel/renpy +BROKEN= game/ui_settings.rpy:2: ValueError('list.remove(x): x not in list',) + USES= tar:bz2 NO_ARCH= yes NO_BUILD= yes |