From owner-svn-ports-head@FreeBSD.ORG Wed Nov 28 22:00:08 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A84851D; Wed, 28 Nov 2012 22:00:08 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1FCBA8FC12; Wed, 28 Nov 2012 22:00:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASM01Mh038097; Wed, 28 Nov 2012 22:00:01 GMT (envelope-from itetcu@svn.freebsd.org) Received: (from itetcu@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASM013v038096; Wed, 28 Nov 2012 22:00:01 GMT (envelope-from itetcu@svn.freebsd.org) Message-Id: <201211282200.qASM013v038096@svn.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 28 Nov 2012 22:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307942 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 22:00:08 -0000 Author: itetcu Date: Wed Nov 28 22:00:01 2012 New Revision: 307942 URL: http://svnweb.freebsd.org/changeset/ports/307942 Log: Add a note about a workaround for the latest Opera under KDE crashing on start. Feature safe: yes Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Nov 28 21:51:55 2012 (r307941) +++ head/UPDATING Wed Nov 28 22:00:01 2012 (r307942) @@ -5,6 +5,15 @@ 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. +20121128: + AFFECTS: Users of www/opera + AUTHOR: itetcu@FreeBSD.org + + If you are running KDE and you are using KDE's File dialog toolkit, and if + your Opera crashes on start with a 'libpng error: incorrect data check' + you can work around it by setting 'Dialog Toolkit=4' in your + .opera/operaprefs.ini [File Selector] section. + 20121112: AFFECTS: Users of devel/git AUTHOR: wxs@FreeBSD.org