Bug 253603 - lang/python38: use libmpdec from ports
Summary: lang/python38: use libmpdec from ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-17 22:08 UTC by Stefan Krah
Modified: 2021-05-16 15:31 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
build --with-system-libmpdec (3.73 KB, patch)
2021-02-17 22:08 UTC, Stefan Krah
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Krah 2021-02-17 22:08:14 UTC
Created attachment 222540 [details]
build --with-system-libmpdec

I hope you prefer separate issues rather than a large patch. This is the same
as  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253601 for Python-3.8.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-05-16 15:28:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09397e741e930c1354b9feb73b80027268ab4a0f

commit 09397e741e930c1354b9feb73b80027268ab4a0f
Author:     Stefan Krah <skrah@bytereef.org>
AuthorDate: 2021-05-16 15:19:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-16 15:24:46 +0000

    lang/python38: Use libmpdec from ports

    - Bump PORTREVISION for dependency and package change

    PR:             253603

 lang/python38/Makefile                               |  8 ++++++--
 .../files/patch-Modules___decimal___decimal.c (new)  | 20 ++++++++++++++++++++
 lang/python38/files/patch-setup.py (new)             | 11 +++++++++++
 3 files changed, 37 insertions(+), 2 deletions(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2021-05-16 15:31:40 UTC
Committed. Thanks!