summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING6
-rw-r--r--x11-toolkits/qt5-gui/pkg-message12
2 files changed, 3 insertions, 15 deletions
diff --git a/UPDATING b/UPDATING
index a84bf7fe39a0..77694c696e52 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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
-
-======================================================================