CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/09/02 10:53:49
Modified files:
lang/python/3.10: Makefile
lang/python/3.10/files: CHANGES.OpenBSD
lang/python/3.9/files: CHANGES.OpenBSD
Removed files:
lang/python/3.10/patches: patch-Makefile_pre_in
Log message:
Python tidying:
in one of the 3.9.x updates we accidentally lost the "Make sure
CPPFLAGS/LDFLAGS passed to ./configure don't end up -in
PY_CPPFLAGS/PY_LDFLAGS and thus leaking to python extensions" in
a merge.
The original problem this was fixing was a path to the ports WRKDIR
appearing in the built package. (which showed up in "python3.9 -m
sysconfig|grep LDSH" etc).
However that problem no longer shows up in 3.9, so it seems sensible
to sync 3.10 to what we have now for 3.9 and remove the patch, and
update CHANGES.OpenBSD (removing the bogus entry for 3.9, and the
no-longer-needed one for 3.10).
ok kmos@