| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=559531
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python)
Notes:
svn path=/head/; revision=559094
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additional port changes:
* Changed MASTER_SITES to CHEESESHOP
* Added DISTNAME because CHEESESHOP has lhafile as name
* Updated/added to desctiption in pkg-descr
* Changed WWW URL to the https:// version
PR: 225839
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=461548
|
|
The interface is like zipfile extension included in regular
python distribution.
WWW: http://fengestad.no/python-lhafile/
PR: 211279
Submitted by: cs@innolan.dk
Notes:
svn path=/head/; revision=421451
|