Index: head/devel/qt5-assistant/Makefile =================================================================== --- head/devel/qt5-assistant/Makefile (revision 457275) +++ head/devel/qt5-assistant/Makefile (revision 457276) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= assistant DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt 5 documentation browser -USE_QT5= core gui help network printsupport sql webkit widgets \ +USE_QT5= core gui help network printsupport sql widgets \ buildtools_build sql-sqlite3_run QT_DIST= tools USES= qmake DESKTOP_ENTRIES="Qt 5 Assistant" "" \ "${PREFIX}/share/pixmaps/assistant-qt5.png" \ "${PREFIX}/${QT_BINDIR_REL}/assistant" \ "Development;Qt;" true BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}/${PORTNAME} INSTALL_WRKSRC= ${WRKSRC}/src/${PORTNAME}/${PORTNAME} post-install: ${INSTALL_DATA} ${INSTALL_WRKSRC}/images/assistant-128.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/assistant-qt5.png .include Index: head/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro =================================================================== --- head/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro (nonexistent) +++ head/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro (revision 457276) @@ -0,0 +1,13 @@ +Do not use QtWebKit even if it is present to reduce the port's dependencies. +--- src/assistant/assistant/assistant.pro ++++ src/assistant/assistant/assistant.pro +@@ -1,8 +1,4 @@ +-qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) { +- BROWSER = qtwebkit +-} else { +- BROWSER = qtextbrowser +-} ++BROWSER = qtextbrowser + + QT += widgets network help sql help + qtHaveModule(printsupport): QT += printsupport Property changes on: head/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property