svn commit: r467566 - in head: databases/akonadi deskutils/kmail
Adriaan de Groot
adridg at FreeBSD.org
Tue Apr 17 07:43:44 UTC 2018
Author: adridg
Date: Tue Apr 17 07:43:43 2018
New Revision: 467566
URL: https://svnweb.freebsd.org/changeset/ports/467566
Log:
Provide Akonadi (server) and KMail (client) with a pkg-message that
provides a workaround for "the world is going to end!" messages.
Approved by: tcberner (mentor, implicit)
Added:
head/databases/akonadi/pkg-message (contents, props changed)
head/deskutils/kmail/pkg-message (contents, props changed)
Added: head/databases/akonadi/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/akonadi/pkg-message Tue Apr 17 07:43:43 2018 (r467566)
@@ -0,0 +1,12 @@
+===============================================================================
+
+KDE Applications versions of Akonadi, KMail, and Kontact use large
+messages on the local machine. The default size on FreeBSD is too
+small, which causes local connection problems, and Akonadi-based
+applications will be flaky (e.g. mailboxes do not display, messages
+cannot be found). Increasing the buffer size is recommended:
+
+ sysctl net.local.stream.recvspace=65536
+ sysctl net.local.stream.sendspace=65536
+
+===============================================================================
Added: head/deskutils/kmail/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/kmail/pkg-message Tue Apr 17 07:43:43 2018 (r467566)
@@ -0,0 +1,12 @@
+===============================================================================
+
+KDE Applications versions of Akonadi, KMail, and Kontact use large
+messages on the local machine. The default size on FreeBSD is too
+small, which causes local connection problems, and Akonadi-based
+applications will be flaky (e.g. mailboxes do not display, messages
+cannot be found). Increasing the buffer size is recommended:
+
+ sysctl net.local.stream.recvspace=65536
+ sysctl net.local.stream.sendspace=65536
+
+===============================================================================
More information about the svn-ports-all
mailing list