ports/188579: www/qupzilla lacks options for DE integration

Matthew Rezny matthew at reztek.cz
Wed Apr 16 02:40:02 UTC 2014


The following reply was made to PR ports/188579; it has been noted by GNATS.

From: Matthew Rezny <matthew at reztek.cz>
To: bug-followup at 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--
 


More information about the freebsd-ports-bugs mailing list