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.
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
Committed. Thanks.