Created attachment 226637 [details] patch to add symlink for newer versions of python This fixes: pkg-config --libs python3-embed
Thanks Steve. Why is this scoped to 38 only? Is it only expected/provided, or only added in those >= 38 versions? Are there consumer ports that use this currently?
(In reply to Steve Wills from comment #0) What is "echo ${PS}"? Is this a debug command forgot to be removed? Please use PYTHON_REL instead of PYTHO_VER. (In reply to Kubilay Kocak from comment #1) You could find them in lang/python{38,39,310}.
Created attachment 226675 [details] updated patch
Comment on attachment 226675 [details] updated patch Reviewed by: koobs, sunpoet (python, maintainer) Approved by: koobs (python, maintainer) MFH: 2020Q3 (blanket: bugfix, missing file)
This PR is still relevant to me. Is there an issue blocking it from being committed?
This affects also me. Is anything missing before it can be applied? Thanks
(In reply to Domenico Andreoli from comment #6) Pygolo issue: https://gitlab.com/pygolo/py/-/issues/14.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee63b76b5c1d8543b408f8c246200d4dd0ffb57e commit ee63b76b5c1d8543b408f8c246200d4dd0ffb57e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 19:53:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 19:53:34 +0000 lang/python3: Add python3-embed.pc - Remove -f from LN - Cosmetic change - Bump PORTREVISION for package change PR: 257362 lang/python3/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-)
Thanks!