Date: Sat, 5 Dec 2015 13:50:34 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r403066 - in branches/2015Q4/x11-toolkits: qt4-gui qt5-gui Message-ID: <201512051350.tB5DoYfh078158@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sat Dec 5 13:50:34 2015 New Revision: 403066 URL: https://svnweb.freebsd.org/changeset/ports/403066 Log: MFH: r402882 r402883 Remove x11-toolkit/qt4-gui's pkg-message. Back in mid-2012 (ports revisions r297367 and r299321), 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 (base r209037, present in all supported FreeBSD releases). According to theraven@: Suggesting lowering the maximum number of pages available for shared pages doesn't seem sensible. The other default limits look as if they ought to be high enough (kern.ipc.shmseg is the number of shm segments that each process can have open, so should be fine. kern.ipc.shmmni is the total number of shm objects, so might need lowering). Follow his advice and drop the suggestions from pkg-message. PR: 202927 Submitted by: theraven@ 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@ Approved by: ports-secteam (feld) Deleted: branches/2015Q4/x11-toolkits/qt4-gui/pkg-message branches/2015Q4/x11-toolkits/qt5-gui/pkg-message Modified: Directory Properties: branches/2015Q4/ (props changed)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512051350.tB5DoYfh078158>