Bug 214531

Summary: www/qupzilla-qt4: Repair the KWALLET option
Product: Ports & Packages Reporter: Matthew Rezny <rezny>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Some People CC: tcberner
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fix KWALLET option in www/qupzilla-qt4 rezny: maintainer-approval+

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.