Date: Wed, 1 Jun 2016 19:10:05 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416257 - in head: Mk devel/qt5 Message-ID: <201606011910.u51JA5cm090504@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Wed Jun 1 19:10:05 2016 New Revision: 416257 URL: https://svnweb.freebsd.org/changeset/ports/416257 Log: devel/qt5, Mk/bsd.qt.mk: Add qt5-doc to the list of ports devel/qt5 depends on The patch moves the "doc" port in bsd.qt.mk from _USE_QT4_ONLY to _USE_QT_ALL and bumps the PORTREVISION in devel/qt5 for the inclusion of the qt5-doc port into the qt5 metaport. Pre-Work for updating qtcreator to 4.0 for adding options to install qt5-doc and qt5-examples to make qtcreator actually usable for serious qt development. PR: 209910 Submitted by: Ralf Nolden <nolden@kde.org> (kde) Modified: head/Mk/bsd.qt.mk head/devel/qt5/Makefile Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Wed Jun 1 19:02:56 2016 (r416256) +++ head/Mk/bsd.qt.mk Wed Jun 1 19:10:05 2016 (r416257) @@ -298,7 +298,7 @@ CONFIGURE_ARGS+=--with-qt-includes=${QT_ --with-extra-libs=${LOCALBASE}/lib .endif # !defined(QT_NONSTANDARD) -_USE_QT_ALL= assistant clucene dbus declarative designer gui help \ +_USE_QT_ALL= assistant clucene dbus declarative designer doc gui help \ imageformats l10n linguist linguisttools multimedia \ network opengl pixeltool qdbusviewer qmake script \ scripttools sql sql-ibase sql-mysql sql-odbc sql-pgsql \ @@ -306,7 +306,7 @@ _USE_QT_ALL= assistant clucene dbus decl xml xmlpatterns _USE_QT4_ONLY= accessible assistant-adp assistantclient codecs-cn codecs-jp \ - codecs-kr codecs-tw corelib demo doc graphicssystems-opengl \ + codecs-kr codecs-tw corelib demo graphicssystems-opengl \ help-tools iconengines inputmethods makeqpf moc phonon \ phonon-gst porting qdoc3 qmlviewer qt3support qtconfig \ qtestlib qvfb rcc uic uic3 xmlpatterns-tool Modified: head/devel/qt5/Makefile ============================================================================== --- head/devel/qt5/Makefile Wed Jun 1 19:02:56 2016 (r416256) +++ head/devel/qt5/Makefile Wed Jun 1 19:10:05 2016 (r416257) @@ -2,6 +2,7 @@ PORTNAME= qt5 DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= kde@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606011910.u51JA5cm090504>