diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-03 16:39:24 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-03 16:39:24 +0000 |
commit | 7995b78e56669fb79d41d93dc1f89515855c0ff4 (patch) | |
tree | d999b04115b6bdcb243198e5196dc31db08b3b2f | |
parent | 83ce6cca0692551e66e63b36d4a00ecc9e8a3d1a (diff) | |
download | freebsd-ports-7995b78e56669fb79d41d93dc1f89515855c0ff4.zip |
Drop x11-toolkits/qt5-gui's pkg-message too.
It contains the same suggestions that were dropped from its Qt4 counterpart
in r402882. Mention both ports in UPDATING.
PR: 202927
Submitted by: theraven@
MFH: 2015Q4
-rw-r--r-- | UPDATING | 6 | ||||
-rw-r--r-- | x11-toolkits/qt5-gui/pkg-message | 12 |
2 files changed, 3 insertions, 15 deletions
@@ -6,15 +6,15 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20151203: - AFFECTS: users of x11-toolkits/qt4-gui + AFFECTS: users of x11-toolkits/qt4-gui or x11-toolkits/qt5-gui AUTHOR: kde@FreeBSD.org Back in mid-2012, pkg-message was added to the port suggesting changes to the default shared memory limits in loader.conf(5). Since then, the default limits have been changed and the values suggested by the port are no longer sensible. If you have changed the following values in loader.conf(5) due to - qt4-gui's pkg-message, please considering removing them and using the default - settings: + qt4-gui's or qt5-gui's pkg-message, please considering removing them and + using the default settings: * kern.ipc.shmall * kern.ipc.shmni * kern.ipc.shmseg diff --git a/x11-toolkits/qt5-gui/pkg-message b/x11-toolkits/qt5-gui/pkg-message deleted file mode 100644 index 5e52fed6afd6..000000000000 --- a/x11-toolkits/qt5-gui/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -====================================================================== - -Qt paint engine makes common use of shared memory. To avoid MIT-SHM -errors (i.e., blank windows), you probably need to raise shared memory -limits in loader.conf(5). The following should be safe values for the -KDE Plasma Desktop: - -kern.ipc.shmall=32768 -kern.ipc.shmmni=1024 -kern.ipc.shmseg=1024 - -====================================================================== |