svn commit: r416054 - head/Mk

Kurt Jaeger pi at FreeBSD.org
Sat May 28 17:22:12 UTC 2016


Author: pi
Date: Sat May 28 17:22:11 2016
New Revision: 416054
URL: https://svnweb.freebsd.org/changeset/ports/416054

Log:
  Mk/bsd.qt.mk: preparing structures for the eventual update to qt-5.6
  
  PR:		209326
  Submitted by:	rakuco, T.C.Berner <tcberner at gmail.com>, Ralf Nolden <nolden at kde.org>

Modified:
  head/Mk/bsd.qt.mk

Modified: head/Mk/bsd.qt.mk
==============================================================================
--- head/Mk/bsd.qt.mk	Sat May 28 17:19:43 2016	(r416053)
+++ head/Mk/bsd.qt.mk	Sat May 28 17:22:11 2016	(r416054)
@@ -306,13 +306,13 @@ _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
 
 _USE_QT5_ONLY=	3d buildtools canvas3d concurrent connectivity core \
-				enginio graphicaleffects location paths phonon4 \
+				enginio examples graphicaleffects location paths phonon4 \
 				printsupport qdbus qdoc qev qml quick quickcontrols \
 				sensors serialport sql-tds uiplugin uitools webchannel \
 				websockets widgets x11extras
@@ -383,6 +383,9 @@ doc_PATH=			${_QT_RELNAME}-doc>=${_QT_VE
 enginio_PORT=		net/${_QT_RELNAME}-enginio
 enginio_PATH=		${QT_LIBDIR}/libEnginio.so
 
+examples_PORT=		misc/${_QT_RELNAME}-examples
+examples_PATH=		${_QT_RELNAME}-examples>=${_QT_VERSION:R:R}
+
 graphicaleffects_PORT=	graphics/${_QT_RELNAME}-graphicaleffects
 graphicaleffects_PATH=	${QT_QMLDIR}/QtGraphicalEffects/qmldir
 


More information about the svn-ports-head mailing list