Date: Tue, 23 Oct 2018 18:30:52 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482869 - head/Mk/Uses Message-ID: <201810231830.w9NIUqBY084868@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Tue Oct 23 18:30:52 2018 New Revision: 482869 URL: https://svnweb.freebsd.org/changeset/ports/482869 Log: qt.mk: move 'declarative' to the Qt4 only list. - qt5 has that port split into the components 'quick' and 'qml' at the moment, so it should not be in the 'All' list. PR: 232552 Reported by: yuri Modified: head/Mk/Uses/qt.mk Modified: head/Mk/Uses/qt.mk ============================================================================== --- head/Mk/Uses/qt.mk Tue Oct 23 18:29:23 2018 (r482868) +++ head/Mk/Uses/qt.mk Tue Oct 23 18:30:52 2018 (r482869) @@ -137,7 +137,7 @@ _USES_POST+= qt _QT_MK_POST_INCLUDED= qt.mk # The Qt components supported by qt.mk: list of shared, and version specific ones -_USE_QT_ALL= assistant dbus declarative designer doc gui help \ +_USE_QT_ALL= assistant dbus 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 \ @@ -145,7 +145,7 @@ _USE_QT_ALL= assistant dbus declarative designer doc xml xmlpatterns _USE_QT4_ONLY= accessible assistant-adp assistantclient clucene codecs-cn codecs-jp \ - codecs-kr codecs-tw corelib demo graphicssystems-opengl \ + codecs-kr codecs-tw corelib declarative demo graphicssystems-opengl \ help-tools iconengines inputmethods makeqpf moc phonon \ phonon-gst porting qdoc3 qmlviewer qt3support qtconfig \ qtestlib qvfb rcc uic uic3 xmlpatterns-tool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810231830.w9NIUqBY084868>