Version: 5.4.2, Package name: qtserialport-5.4.2 |
Maintained by: Aaron Bieber |
Master sites: |
Description The QtSerialPort module is an add-on module for the Qt library, providing a single interface for both hardware and virtual serial ports. |
Filesize: 315.612 KB |
Version History (View Complete History) |
|
2020-01-24 22:05:18 by Rafael Sadowski | Files touched by this commit (4) |
Log message: Remove qtserialport (qt4) After cad/fritzing is updated there are no consumers. Ok jca@, abieber@ (maintainer) |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-05-12 08:29:02 by Marc Espie | Files touched by this commit (16) |
Log message: more @bin and other removal |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-01-21 11:25:02 by Vadim Zhukov | Files touched by this commit (4) |
Log message: Having comms/qtserialport and x11/qt5/qtserialport not conflicting is not enough for stable builds: all their dependees should depend on either <5.6 or >=5.6 version as well. Issue reported by naddy@ |
2016-12-25 08:10:27 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Allow side-by-side installation with qtserialport 5.6+. |
2016-03-26 14:37:36 by Vadim Zhukov | Files touched by this commit (38) |
Log message: Zap more lines from qmake-based ports by moving them from the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to the "MODULES=devel/qmake x11/qtX" logic. Discussed with espie@ a few weeks ago. |
2016-03-07 05:01:19 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Convert to MODQMAKE, -3 Makefile lines. |