2019-04-30 devel/poco-ssl: Newer version available; use devel/poco instead
2019-04-30 audio/linux-skype_oss_wrapper: Only useful for net-im/skype4
2019-04-30 net-im/skype4: Unsupported upstream
Safe and secure by default chat client
CoyIM is a chat client that is safe and secure by default: no settings to
change, no plugins to install, no computer configuration to change.
WWW: https://coy.im
PR: 237542
Submitted by: Santhosh Raju <santhosh.raju@gmail.com>
While I'm here, document maximum pinned versions to prevent / highlight
QA issues in future, for myself and others.
PR: 236580
Submitted by: Derek Schrock <dereks lifeofadishwasher com>
New release of libqmatrixclient
https://github.com/QMatrixClient/libqmatrixclient/releases/tag/0.5.1.2
with crash fixes when there are expired tokens or abandoned connections.
This helps when clients are stuck showing some dialog and the connection
goes away under water.
New RC of quaternion, using the updated library.
https://github.com/QMatrixClient/Quaternion/releases/tag/0.0.9.4-rc3
Needs a PORTREVISION bump because I'm using DISTVERSIONSUFFIX. This
will go away when 0.0.9.5 is reached.
Bump spectral so that it picks up the new libqmatrixclient.
QQ for Linux is no longer supported. No updates almost for 10 years since
this port is added.
PR: 236519
Submitted by: ykla <yklaxds@gmail.com>
Approved by: maintainer timeout
- While it looked like everything was being static-linked, so that
cmark, libsodium and olm could be build-dep, they're linked in.
Then "pkg install" pulls them in, but "pkg autoremove" gets
rid of them again, leading to an unusable nheko. Fix the deps.
These are effectively *run* dependencies, since the build is not
affected; however, installing just spectral without image support
or QQC2 into a twm environment gives you one that won't start,
or won't show everything you might encounter in Matrix.
Doesn't fix the referenced PR, but is related.
PR: 236598
Changelog is at https://github.com/QMatrixClient/libqmatrixclient/releases:
- fix linkification, fixed quirks for room names, url validation
- improved support for "upgraded" (v3) rooms
Not bumping consumers (net-im/quaternion) because there's no immediate
need, and there's a newer Quaternion release on the horizon anyway.
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early
Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850
- Replace current 2015 Hunspell implementation (by Sergey Ilinykh and
Vitaly Tonkacheyev) with 2009 one by Alexander Tsvyashchenko, which
turned out to be better alternative:
* Much faster (suggestions appear almost instantly vs. several
hundreds milliseconds with the original implementation)
* Better multilanguage support (tested with English and Russian)
* Ability to limit number of suggestions in the settings dialog
* Working "add word to the dictionary" feature
Obtained from: http://endl.ch/content/psi-spell-checking-hunspell-support
dependency and is actually what upstream CMakeLists.txt defaults to
- Disable WebKit by default: there's no need for a messenger to pull such
a heavy dependency unless someone really know that they're doing (there
is an option to use lighter WebEngine instead, but it is very entangled
with WebKit, patches welcome)
- Reword COMMENT, rearrange knob order, and assume maintainership
lib/http/session.cpp:60:22: error: no member named 'cout' in namespace 'std'
std::cout << "shutdown: " << ec.message() << std::endl;
~~~~~^
lib/http/session.cpp:155:22: error: no member named 'cerr' in namespace 'std'
std::cerr << ec.message() << "\n";
~~~~~^