From owner-svn-ports-all@freebsd.org Thu Dec 3 16:36:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC8A4A40EFC; Thu, 3 Dec 2015 16:36:26 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0B45125B; Thu, 3 Dec 2015 16:36:26 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB3GaPLu060014; Thu, 3 Dec 2015 16:36:25 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB3GaPlV060013; Thu, 3 Dec 2015 16:36:25 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512031636.tB3GaPlV060013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 3 Dec 2015 16:36:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402882 - in head: . x11-toolkits/qt4-gui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2015 16:36:27 -0000 Author: rakuco Date: Thu Dec 3 16:36:25 2015 New Revision: 402882 URL: https://svnweb.freebsd.org/changeset/ports/402882 Log: 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@ MFH: 2015Q4 Deleted: head/x11-toolkits/qt4-gui/pkg-message Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Dec 3 16:34:55 2015 (r402881) +++ head/UPDATING Thu Dec 3 16:36:25 2015 (r402882) @@ -5,11 +5,25 @@ they are unavoidable. 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 + 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: + * kern.ipc.shmall + * kern.ipc.shmni + * kern.ipc.shmseg + See base r209037 and ports PR 202927 for more context. 20151203: AFFECTS: users of sysutils/logstash AUTHOR: junovitch@FreeBSD.org - + Logstash has been updated to the 2.1.0 release. The embedded ElasticSearch instance is no longer supported. If in use, end users must update logstash.conf to point to the URL of an ElasticSearch instance.