From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 16 02:40:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB10F554 for ; Wed, 16 Apr 2014 02:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 98BCA1C94 for ; Wed, 16 Apr 2014 02:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3G2e2sl034864 for ; Wed, 16 Apr 2014 02:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3G2e2JI034863; Wed, 16 Apr 2014 02:40:02 GMT (envelope-from gnats) Date: Wed, 16 Apr 2014 02:40:02 GMT Message-Id: <201404160240.s3G2e2JI034863@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Matthew Rezny Subject: Re: ports/188579: www/qupzilla lacks options for DE integration X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Matthew Rezny List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 02:40:02 -0000 The following reply was made to PR ports/188579; it has been noted by GNATS. From: Matthew Rezny To: bug-followup@freebsd.org Cc: Subject: Re: ports/188579: www/qupzilla lacks options for DE integration Date: Wed, 16 Apr 2014 04:33:14 +0200 This is a multi-part message in MIME format. --nextPart6941279.JpmPV7oCQE Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Upstream managed to break the KWallet Passwords plugin in the 1.6.4 release. Seems silly now to have one PR wherein the version bump breaks the option that was added. Fortunately, the fix is easy and we can apply it locally with the addition of another patch file. --nextPart6941279.JpmPV7oCQE Content-Disposition: attachment; filename="patch-src__plugins__KWalletPasswords__kwalletplugin.cpp" Content-Transfer-Encoding: 7Bit Content-Type: text/x-c++src; charset="UTF-8"; name="patch-src__plugins__KWalletPasswords__kwalletplugin.cpp" --- src/plugins/KWalletPasswords/kwalletplugin.cpp.orig 2014-04-16 04:16:20.000000000 +0200 +++ src/plugins/KWalletPasswords/kwalletplugin.cpp 2014-04-16 04:16:37.000000000 +0200 @@ -59,7 +59,7 @@ bool KWalletPlugin::testPlugin() { - return (QupZilla::VERSION == QLatin1String("1.6.3")); + return (QupZilla::VERSION == QLatin1String("1.6.4")); } QTranslator* KWalletPlugin::getTranslator(const QString &locale) --nextPart6941279.JpmPV7oCQE--