Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2014 02:40:02 GMT
From:      Matthew Rezny <matthew@reztek.cz>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/188579: www/qupzilla lacks options for DE integration
Message-ID:  <201404160240.s3G2e2JI034863@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188579; it has been noted by GNATS.

From: Matthew Rezny <matthew@reztek.cz>
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--
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404160240.s3G2e2JI034863>