also take maintainership.
Signed-off-by: Christopher Hall <hsw@bitmark.com>
Paths
| Differential D39304 Authored by arrowd on Mar 29 2023, 4:01 AM.
Tags None Referenced Files
Subscribers
Details
Summary also take maintainership. Signed-off-by: Christopher Hall <hsw@bitmark.com> Test Plan poudriere testport -j 13_1-amd64 devel/py-pyinstaller
Diff Detail
Event TimelineHerald added a subscriber: mat. · View Herald TranscriptMar 29 2023, 4:01 AM2023-03-29 04:01:44 (UTC+0) Harbormaster completed remote builds in B50626: Diff 119573.Mar 29 2023, 4:01 AM2023-03-29 04:01:45 (UTC+0) Comment Actions The docs building was remove because the latest source on PyPi does not include dock source. Harbormaster completed remote builds in B53820: Diff 128207.Oct 4 2023, 9:18 AM2023-10-04 09:18:03 (UTC+0) Comment Actions This port alone throws pkg_resources.DistributionNotFound: The 'pyinstaller-hooks-contrib>=2021.4' distribution was not found and is required by pyinstaller when running just pyinstaller command. It looks like the devel/py-pyinstaller-hooks-contrib port be a dependency of this port, not the other way around? hsw_bitmark.com updated this revision to Diff 132589.Jan 11 2024, 2:57 AM2024-01-11 02:57:21 (UTC+0) Comment Actionspyinstaller need run dependency on its hooks Harbormaster completed remote builds in B55363: Diff 132589.Jan 11 2024, 2:57 AM2024-01-11 02:57:26 (UTC+0) Comment Actions There are one too many places for existing bugs, apologies for not checking this platform for an update to py-pysintaller-6.3.0. As a result of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275494#c38, I started to work on some Ports, py-pyinstaller being the first. I am not too confident on the work I have done, and would appreciate a review. Cheers.
Revision Contents
Diff 132589 devel/py-pyinstaller/Makefile
devel/py-pyinstaller/distinfo
devel/py-pyinstaller/files/patch-bootloader_src_main.c
devel/py-pyinstaller/files/patch-bootloader_wscript
|
No need for 0x%p, the %p formatting already puts a 0x on. Also, no need for the (void*) cast of bp to print it.