|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.2.4_2 19 Aug 2026 13:25:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-simpleparse: Fix build with Python 3.12+
cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing -fPIC -DMX_BUILDING_MXTEXTTOOLS=1 -DPY_SSIZE_T_CLEAN=1
-DDEBUG=1 -Isimpleparse/stt/TextTools/mxTextTools
-I/usr/local/include/python3.12 -c
simpleparse/stt/TextTools/mxTextTools/mxTextTools.c -o
build/temp.freebsd-15.0-RELEASE-p11-amd64-cpython-312/simpleparse/stt/TextTools/mxTextTools/mxTextTools.o
simpleparse/stt/TextTools/mxTextTools/mxTextTools.c:244:13: warning: call to
undeclared function 'PyUnicode_GET_SIZE'; ISO C99 and later do not support
implicit function declarations [-Wimplicit-function-declaration]
244 | return PyUnicode_GET_SIZE(so->match);
| ^
simpleparse/stt/TextTools/mxTextTools/mxTextTools.c:389:15: warning:
'PyObject_AsCharBuffer' is deprecated [-Wdeprecated-declarations]
389 | else if (PyObject_AsCharBuffer(so->match, &match,
&match_len))
| ^
/usr/local/include/python3.12/abstract.h:351:1: note: 'PyObject_AsCharBuffer'
has been explicitly marked deprecated here
351 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.12/pyport.h:317:54: note: expanded from macro
'Py_DEPRECATED'
317 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^(Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|