2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-06-22 13:33:41 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
py-game: Fix X11_TYPE=native and python27 build under NetBSD 9
* Detect libX11 library in /usr/X11R7 too.
* And this change does not break python37 build.
|
2020-05-23 11:04:04 by Roland Illig | Files touched by this commit (1) |
Log message:
devel/py-game: remove nonexistent files from REPLACE_PYTHON
|
2019-06-06 23:46:12 by Adam Ciarcinski | Files touched by this commit (11) | |
Log message:
py-game: updated to 1.9.6
1.9.6:
Whilst we focus like a shark-lazer on pygame 2, here is a bonus pygame 1.9.6 \
with a couple of small regression bug fixes.
- mp3 via smpeg was missing in manylinux builds.
- mixer thread deadlock issue when controlling it from different threads.
- pygame.version.vernum now has major, minor, and patch attributes.
1.9.5:
Every single source file has been heavily modified and moved in this release. \
Initial (source code only) support for SDL2 has been merged in. We also support \
compiling with SDL1 in the same code base, so the migration to pygame 2 is \
easier. pygame 2 will be released with SDL2 being the default backend when some \
remaining issues are ironed out. The 1.9.x releases will continue with SDL1 \
until then. Also, the C API of pygame is undergoing a transformation with lots \
of cleanups. Then there have been plenty of other cleanups all throughout the \
python code as well. There's still lots to clean up, but things should be \
significantly easier for people to contribute (👋 hello and thanks new \
contributors!). The documentation has been improved with better examples links, \
search functionality, and improved navigation. Support for older Macs, and newer \
Macs has been improved. The mask, midi, draw, and math modules have gotten lots \
of polish with rough edges removed.
|
2018-05-10 23:53:32 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-game: add pkg-config dependency needed for previous
|
2018-05-10 23:52:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-game: fix build with latest freetype2.
|
2017-12-22 20:05:44 by Havard Eidnes | Files touched by this commit (3) |
Log message:
If localbase is set, avoid nulling out the search path (use +=).
Also search for X11 includes in X11R6/include and X11R7/include.
Fixes the configure phase on NetBSD/amd64 with native X11.
Bump PKGREVISION.
|
2017-06-21 00:37:53 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Revert all but the conditional include of libX11 on Darwin.
|