| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
|
| |
|
|
|
|
|
|
| |
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.0
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.1
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.2
PR: 273469
|
| |
|
|
|
|
| |
Changelog: https://pymodbus.readthedocs.io/en/latest/changelog.html
PR: 273045
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
| |
|
|
|
| |
PR: 271807
Reported by: maintainer
|
| |
|
|
|
|
|
|
|
| |
Changelog:
- https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.2.1
- https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.2.2
PR: 270375
Reported by: Christian Ullrich <chris@chrullrich.net> (maintainer)
|
| |
|
|
|
| |
PR: 270073
Reported by: maintainer
|
| |
|
|
|
|
|
|
| |
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.1.3
PR: 269594
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38722
|
| |
|
|
|
| |
ChangeLog: https://github.com/pymodbus-dev/pymodbus/blob/dev/CHANGELOG.rst
PR: 269168
|
|
|
Pymodbus is a full Modbus protocol implementation offering
asynchronous communications. It can also be used without any
third party dependencies (aside from pyserial) if a more
lightweight project is needed.
PR: 251614
|