Index: head/www/qupzilla-qt4/Makefile =================================================================== --- head/www/qupzilla-qt4/Makefile (revision 394645) +++ head/www/qupzilla-qt4/Makefile (revision 394646) @@ -1,50 +1,52 @@ # $FreeBSD$ PORTNAME= qupzilla PORTVERSION= 1.8.6 CATEGORIES= www MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -qt4 DISTNAME= QupZilla-${PORTVERSION} MAINTAINER= matthew@reztek.cz COMMENT= Web browser based on WebKit engine and Qt Framework LICENSE= GPLv3 LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell CONFLICTS= ${PORTNAME}-qt5* USES= desktop-file-utils execinfo pkgconfig qmake tar:xz USE_QT4= corelib gui network script sql webkit xml \ - linguist_build moc_build rcc_build uic_build \ + linguisttools_build moc_build rcc_build uic_build \ imageformats_run sql-sqlite3_run +USE_XORG= x11 +USE_OPENSSL= yes CONFIGURE_ENV= QUPZILLA_PREFIX=${PREFIX}/ USE_LDCONFIG= yes INSTALLS_ICONS= yes PLIST_SUB= VERSION=${PORTVERSION} OPTIONS_DEFINE= DBUS DEBUG GNOMEKEYRING KWALLET OPTIONS_DEFAULT=DBUS OPTIONS_SUB= yes DBUS_USE= QT4=dbus DBUS_CONFIGURE_ENV_OFF= DISABLE_DBUS="true" GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring GNOMEKEYRING_CONFIGURE_ENV= GNOME_INTEGRATION="true" KWALLET_USE= KDE4=kdelibs KWALLET_CONFIGURE_ENV= KDE_INTEGRATION="true" post-patch: @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ ${WRKSRC}/tests/autotests/qztoolstest.cpp \ ${WRKSRC}/src/lib/plugins/qtwebkit/spellcheck/speller.cpp @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ ${WRKSRC}/src/install.pri \ ${WRKSRC}/src/defines.pri \ ${WRKSRC}/src/lib/plugins/plugins.cpp .include Index: head/www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h =================================================================== --- head/www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h (revision 394645) +++ head/www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h (revision 394646) @@ -1,20 +1,20 @@ ---- src/lib/3rdparty/processinfo.h.orig 2014-09-26 12:35:35.000000000 +0400 -+++ src/lib/3rdparty/processinfo.h 2014-09-26 23:04:10.000000000 +0400 +--- src/lib/3rdparty/processinfo.h.orig 2015-01-26 14:26:15 UTC ++++ src/lib/3rdparty/processinfo.h @@ -18,16 +18,12 @@ #ifndef PROCESSINFO_H #define PROCESSINFO_H -#include +#include "qzcommon.h" - + #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC) #include #endif -#include - -#include "qzcommon.h" - /* * Code used from http://ubuntuforums.org/showpost.php?p=6593782&postcount=5 - * written by user WitchCraft + * written by user WitchCraft