non port: devel/py-ice37/Makefile |
SVNWeb
|
Number of commits found: 7 |
Mon, 1 Nov 2021
|
[ 13:59 Dmitry Marakasov (amdmi3) ] bbc2585
devel/py-ice37: limit supported python versions
modules/IcePy/Util.cpp:228:20: error: cannot initialize a variable of type
'PyFrameObject *' (aka '_frame *') with an lvalue of type 'struct
_interpreter_frame *'
PyFrameObject *f = PyThreadState_GET()->frame;
Approved by: portmgr blanket
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 24 Dec 2020
|
[ 13:46 kai ] (Only the first 10 of 166 ports in this commit are shown above. )
Relax hardcoded paths to fix build with Python 3.8.7
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)
|
Mon, 15 Apr 2019
|
[ 05:55 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
Mon, 27 Aug 2018
|
[ 16:37 grembo ] (Only the first 10 of 74 ports in this commit are shown above. )
Add ZeroC Ice 3.7.1 as new ports devel/{ice37|php-ice37|py-ice37}
Upgrading from Ice 3.6 isn't trivial, as it requires application
code changes. Therefore a new set of ports was created.
Marked devel/{ice|php5-ice|py-ice} as conflicting (and vice versa).
PR: 221141
|
[ 12:09 grembo ]
Add ZeroC Ice 3.7.1 python language mapping as devel/py-ice37
Upgrading from Ice 3.6 (devel/py-ice) is non-trivial (requires
application code changed), therefore a separate port was required.
PR: 221141
|
Number of commits found: 7 |