Page MenuHomeFreeBSD

Fix python34 to include non-ABI-suffixed binary links to ABI-suffixed versions
ClosedPublic

Authored by antoine on Jun 15 2014, 12:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 14 2024, 5:28 PM
Unknown Object (File)
Apr 8 2024, 1:55 PM
Unknown Object (File)
Apr 8 2024, 7:46 AM
Unknown Object (File)
Apr 8 2024, 7:24 AM
Unknown Object (File)
Feb 3 2024, 4:48 AM
Unknown Object (File)
Sep 29 2023, 9:00 AM
Unknown Object (File)
Jun 21 2023, 6:36 PM
Unknown Object (File)
Nov 26 2022, 3:19 PM
Subscribers

Details

Reviewers
koobs
Summary
  • the DISABLED_EXTENSIONS patch didn't work, it patched configure.ac but autoconf is not used -> patch configure
  • when there was an ABI, the python3.4-config and python-3.4${ABI}.pc symlinks were not created, shuffle a bit the makefile to create them

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

antoine retitled this revision from to Fix python34.
antoine updated this object.
antoine edited the test plan for this revision. (Show Details)
antoine added subscribers: koobs, wg, nivit, sbz.
koobs retitled this revision from Fix python34 to Fix python34 to include non-ABI-suffixed binary links to ABI-suffixed versions.Jun 16 2014, 11:33 AM

Looks good @antoine, thank you for fixing up the DISABLED_EXTENSIONS patch.

I presume this builds cleanly in poudriere?

lang/python34/files/patch-Makefile.pre.in
9

Create symlinks for non-ABI-suffixed python*-config and python-*.pc

koobs edited edge metadata.

Ship it!

This revision is now accepted and ready to land.Jun 16 2014, 12:57 PM