Use newer GCC:
dstring.o: In function `copy':
dstring.c:(.opd+0x240): multiple definition of `copy'
spice2poly/dlmain.o:dlmain.c:(.opd+0x6f0): first defined here
MFH: 2020Q3 (fix build blanket)
- mark dual licensed;
- regenerate patches;
- pet portlint (shuffle some Makefile lines).
New in 1.5 - 2020-07-07
-----------------------
* Implement tc[io]flush methods & deprecate broken purge_buffers methods
Please check your code for ftdi_usb_purge_rx_buffer(),
ftdi_usb_purge_tx_buffer() and ftdi_usb_purge_buffers()
and migrate to the new ftdi_tc[io]flush() methods.
Old code will continue to function, but you'll get
a deprecation warning during compilation.
* Add program to test buffer flush (purge) functionality
* Add kernel driver auto attach/detach.
See new AUTO_DETACH_REATACH_SIO_MODULE option
* Add ftdi_setflowctrl_xonxoff()
* ftdi_eeprom / eeprom handling:
* Unify handling of all boolean eeprom flags
* Add device release number support
* Add channel_a_driver support for type xxR chips
* Add support for group0 drive levels on x232H chips
* Fix handling of high_current_drive parameter
* Fix inverted handling of VCP driver field for TYPE_R chips
* New --verbose option for eeprom decode operation
* Add example code for async mode
* Add SPDX license identifiers to the core library & ftdi_eeprom
* Various python SWIG wrapper improvements
* Various cmake file improvements
* Fix small bugs in error code paths
Add NLS option to x11/xkeyboard-config. This was broken in the past, but is
fixed now.
PR: 243070 (based on)
Submitted by: Andrew Romanenko
MFH: 2020Q3
Event: Julu 2020 bugathon
- PORTDOCS / PORTEXAMPLES obviate the need to put docs and examples in
the plist.
- There should be no messing with ldconfig and soname, since the
.so exists only to be dynamically loaded at runtime, not actually
linked to.
- Fixed name in the COMMENT
- Does not build on lua 5.4, note this in USES
- Force the port to build exactly the version it's supposed to build,
rather than let it autodetect things. Hence MAKE_ENV and CPPFLAGS
- shebangfix on the examples is not strictly necessary but is cleaner.
PR: 247739
Submitted by: andrew@tao11.riddles.org.uk
Approved by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
PyCharm Professional is an advanced IDE developed by JetBrains and focused on
developer productivity. PyCharm provides smart code completion, code
inspections, on-the-fly error highlighting and quick-fixes, along with
automated code refactorings and rich navigation capabilities.
In addition to the features provided by the Community Edition, PyCharm
Professional has scientific, database & SQL tools, support for web development,
Python web development frameworks, the Python profiler and remote development.
WWW: https://www.jetbrains.com/pycharm/
PR: 242705
Submitted by: Guido Kollerie <guido@kollerie.com>
Reviewed by: koobs
High performance, energy-saving implmentation in C of lolcat
NOTE: in MOVED, the previous entry lolcat -> rubygem-lolcat has been removed
That is the only way to wupport this corner case.
Submitted by: gbe@FreeBSD.org (maintainer)
Differential Revision: https://reviews.freebsd.org/D25082