Summary: | devel/py-game: Renamed to devel/py-pygame, Adopted, and updated to 1.9.4 | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Nathan <ndowens04> | ||||||||||||||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||||||||||||||
Status: | Closed FIXED | ||||||||||||||||||
Severity: | Affects Many People | CC: | 0mp, koobs, yuri | ||||||||||||||||
Priority: | --- | ||||||||||||||||||
Version: | Latest | ||||||||||||||||||
Hardware: | Any | ||||||||||||||||||
OS: | Any | ||||||||||||||||||
Bug Depends on: | |||||||||||||||||||
Bug Blocks: | 210199 | ||||||||||||||||||
Attachments: |
|
I've got to update a few ports that depends on py-pygame, to fix the naming in their ports. Will add blocks once I file the bugs to fix Created attachment 195540 [details]
Updates ${PYGAME} ref
Created attachment 195541 [details]
devel/Makefile update
Created attachment 195542 [details]
ports/MOVED updated
Created attachment 195546 [details]
Update/Rename/Adopt
What is the reason of renaming it? (In reply to Yuri Victorovich from comment #6) > What is the reason of renaming it? Per koobs@freebsd. He asked me to fix he naming since I was updating the port Created attachment 195569 [details]
Update/Rename/Adopt
The way it was, kept causing rebuilds of py-pygame as dep; This patch fixes it
Created attachment 195571 [details]
games/childsplay: Updated to 3.3, fixes run issues
(In reply to Nathan from comment #9) Nathan, You need to update your ports tree because the patch is against the old version. Also next time please create separate PRs for patches in unrelated ports. I will commit this one, no problem. Thanks! Yuri (In reply to Yuri Victorovich from comment #10) > (In reply to Nathan from comment #9) > > Nathan, > > You need to update your ports tree because the patch is against the old > version. > > Also next time please create separate PRs for patches in unrelated ports. I > will commit this one, no problem. > > Thanks! > Yuri Ok, I added it here, because someone when I did seperate PRs suggested to make a single large one lol, which the way I was doing it, I thought was more correct anyway A commit references this bug: Author: yuri Date: Sun Jul 29 04:21:34 UTC 2018 New revision: 475625 URL: https://svnweb.freebsd.org/changeset/ports/475625 Log: games/childsplay: Update 2.6.5 -> 3.3 Port changes: * Use DISTVERSION * Order USExx * Remove post-patch * Add NO_ARCH PR: 230115 Submitted by: Nathan <ndowens.fbsd@yandex.com> Changes: head/games/childsplay/Makefile head/games/childsplay/distinfo head/games/childsplay/pkg-plist Here a lot of ports need to be bumped. I need to retest all of them. yuri, any status on this? (In reply to Nathan from comment #14) I'll look. Update to 1.9.5 committed. Thank you for taking maintainership! A commit references this bug: Author: yuri Date: Wed Apr 17 07:14:23 UTC 2019 New revision: 499148 URL: https://svnweb.freebsd.org/changeset/ports/499148 Log: devel/py-game: Update 1.9.1 -> 1.9.5; ndowens.fbsd@yandex.com takes maintainership The PR also contained the rename py-game -> py-pygame. I didn't rename it, IMO it isn't urgent, and can be done later if really needed. There are quite a few ports that have a similar name mismatch (missing "py" in the name). PR: 230115 Submitted by: Nathan <ndowens@yahoo.com> (new maintainer) Changes: head/devel/py-game/Makefile head/devel/py-game/distinfo head/devel/py-game/files/ head/devel/py-game/pkg-descr head/devel/py-game/pkg-plist A commit references this bug: Author: jbeich Date: Fri Apr 19 02:36:45 UTC 2019 New revision: 499321 URL: https://svnweb.freebsd.org/changeset/ports/499321 Log: games/renpy6: unbreak after r499148 build/temp.freebsd-11.2-RELEASE-amd64-2.7/core.o:(.bss+0x0): multiple definition of `PyGAME_C_API' build/temp.freebsd-11.2-RELEASE-amd64-2.7/gen/_renpy.o:(.bss+0x0): first defined here build/temp.freebsd-11.2-RELEASE-amd64-2.7/subpixel.o:(.bss+0x0): multiple definition of `PyGAME_C_API' build/temp.freebsd-11.2-RELEASE-amd64-2.7/gen/_renpy.o:(.bss+0x0): first defined here ImportError: /usr/local/lib/python2.7/site-packages/_renpy.so: Undefined symbol "RWopsFromPython" ImportError: /usr/local/lib/python2.7/site-packages/_renpy.so: Undefined symbol "RWopsFromPythonThreaded" ImportError: /usr/local/lib/python2.7/site-packages/_renpy.so: Undefined symbol "PySurface_AsSurface" PR: 230115 Reported by: pkg-fallout Changes: head/games/renpy6/Makefile head/games/renpy6/files/patch-pygame-1.9.5 |
Created attachment 195539 [details] Update/Rename