https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204850
Kubilay Kocak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-qa, patch CC| |[email protected] --- Comment #1 from Kubilay Kocak <[email protected]> --- It's probably worth trying to remove the need for: +do-install: + cd ${WRKSRC}/py-lib && ${PYTHON_CMD} ${PYSETUP} install ${PYDISTUTILS_INSTALLARGS} --root=${STAGEDIR} + I'm not sure that the issue with USE_PYTHON=distutils was that required removing it, but the replacement do-install doesn't look any different than what the default does. Can you elaborate on why this change was necessary? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
