svn commit: r482869 - head/Mk/Uses

Tobias C. Berner tcberner at FreeBSD.org
Tue Oct 23 18:30:53 UTC 2018


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


More information about the svn-ports-all mailing list