Since we now require python 3.4 and newer, use ${PYTHON_CMD} instead of
hard-coding the python version.
Details
Built both flavors in poudriere:
x86_64 report: https://poudriere.bsdio.com:8080/build.html?mastername=current-amd64-freebsd-svn-bsdio&build=2020-02-04_23h51m27s
i386 report: https://poudriere.bsdio.com:8080/build.html?mastername=current-amd64-freebsd-svn-bsdio&build=2020-02-05_00h46m51s
Ran portlint.
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
And I know there are several problems with the Makefile, which I've learned through my updates to the uefi-edk2-bhyve port. But I'd like to get this fix committed and then, once the changes to uefi-edk2-bhyve are committed I'll fix the issues with this port based on what I've learned.
How are you testing these changes that you didn't catch this problem before?
Please, use poundriere for every change you are making and add the results in the "Test" part of the PHAB review (A link to somewhere with the poundriere tests).
Also those changes for ${BUILD_WRKSRC} to ${WRKSRC} are unnecessary IMHO, changes to PYTHON first and make the port buildable again and avoid more failures seems safer.
I was running portlint and just make etc. on my desktop. I'll test using poudriere from now on.
Please, use poundriere for every change you are making and add the results in the "Test" part of the PHAB review (A link to somewhere with the poundriere tests).
ok.
Also those changes for ${BUILD_WRKSRC} to ${WRKSRC} are unnecessary IMHO, changes to PYTHON first and make the port buildable again and avoid more failures seems safer.
That's fair. I'll revert the other changes.
@araujo Could you approve my latest changes please? I ran poudriere and put the successful results at:
x86_64 report: https://poudriere.bsdio.com:8080/build.html?mastername=current-amd64-freebsd-svn-bsdio&build=2020-02-04_23h51m27s
i386 report: https://poudriere.bsdio.com:8080/build.html?mastername=current-amd64-freebsd-svn-bsdio&build=2020-02-05_00h46m51s