non port: devel/renpy/Makefile |
Number of commits found: 63 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Saturday, 2 Jun 2018
|
16:21 jbeich
devel/renpy: update to 7.0.0
Changes: https://www.renpy.org/release/7.0 (see Announcment)
Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-0
MFH: 2018Q2 (stabilization, no in-tree consumers)
|
Wednesday, 16 May 2018
|
22:50 jbeich
devel/renpy: unbreak with cython 0.28
PR: 228235
Obtained from: upstream
|
19:59 jbeich
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
|
Friday, 11 May 2018
|
15:26 amdmi3
- Fix build when python3 is the default
Approved by: portmgr blanket
|
Wednesday, 2 May 2018
|
15:07 jbeich
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
|
Friday, 6 Apr 2018
|
12:14 jbeich
devel/renpy: update to 6.99.14.3
Changes: https://www.renpy.org/release/6.99.14.3 (see Announcment)
Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14-3
MFH: 2018Q2 (mainly regression fixes, no in-tree consumers)
|
Wednesday, 28 Mar 2018
|
09:16 jbeich
devel/renpy: update to 6.99.14.2
Changes: https://www.renpy.org/release/6.99.14.2 (see Announcment)
Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14-2
MFH: 2018Q1 (minor changes, no in-tree consumers)
|
Monday, 5 Feb 2018
|
12:46 jbeich
devel/renpy: update to 6.99.14.1
Changes: https://www.renpy.org/release/6.99.14.1 (see Announcment)
Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14-1
MFH: 2018Q1
|
Monday, 15 Jan 2018
|
11:59 jbeich
devel/renpy: drop oldtutorial in favor of renpy6
It's not shown in the launcher, anyway.
|
11:58 jbeich
devel/renpy: update to 6.99.14
Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14
MFH: 2018Q1 (compat with new games; all 6.99.* are unstable until 7.0)
|
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
Saturday, 18 Nov 2017
|
19:32 zeising
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
|
Wednesday, 8 Nov 2017
|
01:54 jbeich
devel/renpy6: unbreak after r453509
find: gui: No such file or directory
Reported by: pkg-fallout
|
Sunday, 5 Nov 2017
|
01:18 jbeich
devel/renpy: partially unbreak creating a project after r421471
/usr/local/share/renpy/gui/game does not appear to be a Ren'Py game
|
Monday, 30 Oct 2017
|
19:22 jbeich
devel/renpy6: unbreak after r453203
find: tutorial/recrop.py: No such file or directory
find: oldtutorial: No such file or directory
|
18:36 jbeich
devel/renpy: update to 6.99.13
Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-13
|
Saturday, 21 Oct 2017
|
06:50 jbeich
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine
|
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Monday, 8 May 2017
|
00:57 jbeich
devel/renpy: switch to HTTPS
Homepage link "http://www.renpy.org/" is a permanent redirect to
"https://www.renpy.org/" and should be updated
Reported by: Repology
|
Tuesday, 25 Apr 2017
|
08:20 riggs
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Thursday, 2 Mar 2017
|
11:16 jbeich
devel/renpy: update to 6.99.12.4
6.99.12.4.2187: February 28, 2017
This release fixes a number of bugs, including one that would
cause the renpy.input function to crash. It improves the console
(accessed with shift+O), and updates translations.
Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-4
MFH: 2017Q1
|
Wednesday, 15 Feb 2017
|
03:35 jbeich
devel/renpy: update to 6.99.12.3
6.99.12.3.2123: February 12, 2017
This release fixes a number of bugs. It also adds and renames gui
variables so that every text property can be controlled by a gui
variable, and adds support for the new Ren'Py Interactive Director.
Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-3
MFH: 2017Q1
|
Saturday, 31 Dec 2016
|
16:06 jbeich
devel/py-game_sdl2, devel/renpy: update to 6.99.12.2
6.99.12.2.2029: December 31, 2016
This fixes a bug that could prevent viewport children from becoming
focused, and a bug that prevented the RAPT and Renios DLC from being
downloaded properly. It also adds functionality to support the
interactive director.
Changes: http://www.renpy.org/latest.html (see Announcement)
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-2
MFH: 2016Q4 (no consumers apart from bug 195975)
|
Sunday, 25 Dec 2016
|
07:28 jbeich
devel/py-game_sdl2, devel/renpy: update to 6.99.12.1
6.99.12.1.2012: December 23, 2016
This fixes a major issue that could cause MultiPersistent data to
not work on systems using non-ASCII character sets. It also fixes
other bugs, and updates the Indonesian translation.
Changes: http://www.renpy.org/latest.html (see Announcement)
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-1
MFH: 2016Q4 (no consumers apart from bug 195975)
|
Tuesday, 20 Dec 2016
|
14:49 jbeich
devel/py-game_sdl2, devel/renpy: update to 6.99.12
Changes: http://www.renpy.org/latest.html (see Announcement)
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12
MFH: 2016Q4 (no consumers apart from bug 195975)
|
Sunday, 11 Dec 2016
|
15:22 jbeich
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
|
Tuesday, 6 Sep 2016
|
23:44 jbeich
devel/renpy: add 6.18 slave for compatibility with games/katawa-shoujo
PKGNAMESUFFIX is based on 6.99.11 being "the latest in a series of
releases that will culminate in Ren'Py 7".
|
23:44 jbeich
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
|
23:44 jbeich
Fix bin/renpy's shebang after r410677 and appease stage-qa
Warning: Bad symlink '/usr/local/bin/renpy' pointing to an absolute pathname
'/usr/local/share/renpy/renpy.py'
|
Friday, 25 Mar 2016
|
15:36 jbeich
devel/py-game_sdl2, devel/renpy: update to 6.99.10
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-10
|
Wednesday, 16 Mar 2016
|
12:58 jbeich
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
|
Wednesday, 9 Mar 2016
|
01:48 jbeich
devel/py-game_sdl2, devel/renpy: update to 6.99.9
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-9
|
Saturday, 27 Feb 2016
|
19:51 jbeich
devel/renpy: prepare for ffmpeg 3.0 update
Obtained from: upstream
|
Sunday, 7 Feb 2016
|
16:25 jbeich
Clarify LICENSE
|
Friday, 8 Jan 2016
|
00:47 jbeich
devel/py-game_sdl2, devel/renpy: update to 6.99.8
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-8
MFH: 2016Q1 (on 6.99.* train since 2015Q2)
|
Tuesday, 3 Nov 2015
|
13:01 jbeich
devel/py-game_sdl2, devel/renpy: update to 6.99.7
Changes: http://www.renpy.org/latest.html
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-7
|
Monday, 19 Oct 2015
|
14:50 amdmi3
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756
|
Sunday, 20 Sep 2015
|
01:13 jbeich
Convert the rest to USE_GL
Tested by: make describe (only touched ports)
Approved by: portmgr blanket
|
Tuesday, 15 Sep 2015
|
23:57 jbeich
devel/py-game_sdl2, devel/renpy: update to 6.99.6
Python C module build only requires pygame_sdl2 headers and they haven't
changed since initial release, so drop version from BUILD_DEPENDS.
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-6
|
Friday, 28 Aug 2015
|
14:57 jbeich
Convert my ports to _VARS option helper
|
Thursday, 20 Aug 2015
|
13:12 jbeich
devel/py-game_sdl2, devel/renpy: adjust GENTOO mirrors
- 6.99.5 is now in the main repo thus mirrored
- they don't use/mirror -sdk tarball, only -source one
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b01b6
|
Wednesday, 29 Jul 2015
|
22:09 antoine
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
|
Friday, 24 Jul 2015
|
00:50 jbeich
devel/renpy: unbreak bundled python in distributions
Don't remove *.pyo that ends up in game packages to fix
$ tar xf foo-game-linux.tar.bz2
$ cd foo-game-linux
$ /compat/linux/bin/bash -x foo-game.sh
+ SCRIPT=foo-game.sh
+ '[' -L foo-game.sh ']'
++ dirname foo-game.sh
+ ROOT=.
++ cd .
++ pwd
+ ROOT=/path/to/foo-game-dists/foo-game-linux
++ basename foo-game.sh .sh
+ BASEFILE=foo-game
+ '[' -z '' ']'
+ case "$(uname -s)-$(uname -m)" in
++ uname -s
++ uname -m
+ RENPY_PLATFORM=linux-i686
+ ROOT1=/path/to/foo-game-dists/foo-game-linux
+ ROOT2=/path/to/foo-game-dists/foo-game-linux
+ for BASE in '"$ROOT"' '"$ROOT1"' '"$ROOT2"'
+ LIB=/path/to/foo-game-dists/foo-game-linux/lib/linux-i686
+ test -d /path/to/foo-game-dists/foo-game-linux/lib/linux-i686
+ break
+ exec /path/to/foo-game-dists/foo-game-linux/lib/linux-i686/foo-game -EO
/path/to/foo-game-dists/foo-game-linux/foo-game.py
Could not find platform independent libraries <prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
PR: 201322
|
00:06 jbeich
devel/py-game_sdl2, devel/renpy: update to 6.99.5 and switch to -sdk
- Install runtimes necessary to build game distributions for non-FreeBSD [1]
- Use vendor bytecode to avoid an issue with saves and workaround build
now failing without X11 connection
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-5
PR: 201322 [1]
|
Sunday, 19 Jul 2015
|
07:42 jbeich
Convert my ports to target option helpers
|
Thursday, 25 Jun 2015
|
12:57 jbeich
devel/renpy: disable GENTOO mirrors until they host 6.99.*
|
Sunday, 31 May 2015
|
02:26 jbeich
devel/py-game_sdl2, devel/renpy: update to 6.99.4
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-4
|
Friday, 29 May 2015
|
04:56 jbeich
devel/renpy: fix TKINTER regressing after r382557
Traceback (most recent call last):
File "choose_directory.rpy", line 61, in choose_directory
File "/usr/local/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/local/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
|
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Monday, 27 Apr 2015
|
14:12 jbeich
Skip release with no changes in -source tarballs
http://lemmasoft.renai.us/forums/viewtopic.php?p=369024#p369024
|
Sunday, 26 Apr 2015
|
00:35 jbeich
- Update to 6.99.2
- py-game_sdl2 now supports python3
Changes: http://www.renpy.org/doc/html/changelog.html
|
Monday, 6 Apr 2015
|
20:15 jbeich
Don't extract python bytecode from the distfile
No PORTREVISION bump: distutils defaults to building without -O
and the following files aren't even installed.
$ ls **/*.py[co]
module/generate_styles.pyo module/setuplib.pyo
|
Wednesday, 1 Apr 2015
|
20:14 jbeich
Update distfile to re-rolled 6.99.1 (again)
Given the version is now properly announced and also exists under
/release/ directory I don't expect another re-roll.
Changes: http://renpy.org/latest.html
Pointy hat: jbeich
|
Sunday, 29 Mar 2015
|
09:34 jbeich
Pet portlint(1)
|
09:32 jbeich
Update distfile to re-rolled 6.99.1
Lots of changes there as expected of a new prerelease snapshot until
the announcement is made. Bumping PORTREVISION instead of going back
to 6.99.0 or 6.18.3 with PORTEPOCH.
Pointy hat: jbeich
|
Saturday, 28 Mar 2015
|
21:23 jbeich
Update to 6.99.1
Changes: http://www.renpy.org/doc/html/changelog.html
|
21:14 jbeich
Install pre-built Ren'Py bytecode
|
Friday, 20 Mar 2015
|
09:27 jbeich
Install pre-built python bytecode
|
Thursday, 26 Feb 2015
|
14:50 jbeich
- Don't try to use files generated by old Cython versions
- Fix -Wimplicit-function-declaration warning [1] which could affect
A/V sync due to integer overflow every 72 minutes of the day
Obtained from: https://github.com/renpy/renpy/commit/2be0638 [1]
|
14:50 jbeich
Ignore some potential updates
|
Monday, 16 Feb 2015
|
08:12 jbeich
Improve style/consistency among the ports I maintain
- Convert to COPYTREE_SHARE
- Drop unnecessary MKDIR before COPYTREE_SHARE
- Drop bsd.port.options.mk if only DOCS requires it without dependencies
- Use separate backup if several REINPLACE_CMD against the same file
- audio/alsa-utils: convert to LIBS
Differential Revision: https://reviews.freebsd.org/D1851
Approved by: bapt (mentor)
|
Tuesday, 3 Feb 2015
|
18:43 jbeich
Add new port devel/renpy
PR: 195768
Differential Revision: https://reviews.freebsd.org/D1577
Reviewed by: games (amdmi3, earlier version)
Approved by: flo (mentor, earlier version)
Approved by: bapt (mentor)
Ren'Py is a visual novel engine that helps you use words, images, and
sounds to tell stories with the computer. These can be both visual
novels and life simulation games. The easy to learn script language
allows you to efficiently write large visual novels, while its Python
scripting is enough for complex simulation games.
WWW: http://www.renpy.org/
|
Number of commits found: 63 |