aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2015-12-04 00:39:24 +0800
committerrakuco <rakuco@FreeBSD.org>2015-12-04 00:39:24 +0800
commit2c5960e4726ef319c48d984410c207870957b2b2 (patch)
treed999b04115b6bdcb243198e5196dc31db08b3b2f /x11-toolkits
parent3e890fb660e192f01dcffc2ee3084a1194229cf7 (diff)
downloadfreebsd-ports-gnome-2c5960e4726ef319c48d984410c207870957b2b2.tar.gz
freebsd-ports-gnome-2c5960e4726ef319c48d984410c207870957b2b2.tar.zst
freebsd-ports-gnome-2c5960e4726ef319c48d984410c207870957b2b2.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
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qt5-gui/pkg-message12
1 files changed, 0 insertions, 12 deletions
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
-
-======================================================================