Bug 214531 - www/qupzilla-qt4: Repair the KWALLET option
Summary: www/qupzilla-qt4: Repair the KWALLET option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Tobias C. Berner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-15 13:34 UTC by Matthew Rezny
Modified: 2016-11-21 12:16 UTC (History)
1 user (show)

See Also:


Attachments
fix KWALLET option in www/qupzilla-qt4 (1.93 KB, patch)
2016-11-15 13:34 UTC, Matthew Rezny
rezny: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Rezny freebsd_committer freebsd_triage 2016-11-15 13:34:22 UTC
Created attachment 177021 [details]
fix KWALLET option in www/qupzilla-qt4

The recent move of all the KDE4 includes into ${LOCALBASE}/include/kde4 broke the KWALLET option. This patch fixes the option by inserting the right include path.

Also, convert USE_OPENSSL to USES=ssl.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-21 12:15:32 UTC
A commit references this bug:

Author: tcberner
Date: Mon Nov 21 12:14:43 UTC 2016
New revision: 426706
URL: https://svnweb.freebsd.org/changeset/ports/426706

Log:
  www/qupzilla-qt4: Repair the KWALLET option

  The recent move of all the KDE4 includes into ${LOCALBASE}/include/kde4 broke
  the KWALLET option. This patch fixes the option by inserting the right include
  path.

  Also, convert USE_OPENSSL to USES=ssl.

  PR:		214531
  Submitted by:	Matthew Rezny <matthew@reztek.cz> (maintainer)
  Approved by:	rakuco (mentor)

Changes:
  head/www/qupzilla-qt4/Makefile
  head/www/qupzilla-qt4/files/patch-src_plugins_KWalletPasswords_KWalletPasswords.pro
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2016-11-21 12:16:06 UTC
Committed. Thanks.