mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7d5e6b666c
Mk/Uses/qmake.mk: - Add support for out-of-source builds - Add support for Qt 5 ports - Respect WITH_DEBUG Mk/bsd.qt.mk: - Massive rework for Qt 5 ports - Remove '-phonon' from global configure args, thus allow qt4-designer and qt4-qtconfig to be built without Phonon support [1] devel/qmake4: - Improve mkspecs for gcc (mainly sync with linux version) and clang devel/qt4-corelib: - Convert to USES=iconv - Remove ancient patch devel/qt4-designer: - Remove reference to WRKSRC from installed pkgconfig files [2] - Don't build Qt Designer plugin for Phonon from outdated Qt sources. Separate port for plugin will be committed later devel/qt4-assistant-adp, devel/qt4-libqtassistantclient: - Convert to USES=qmake Clean up Qt4 ports: - Update comments - Update description; use common description - Consistently use QT_INCDIR, QT_LIBDIR, etc. - Use options helpers - Convert to new LIB_DEPENDS syntax - Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports - Rename/move several ports for unification with Qt 5 ports PR: ports/184620 [1] Reported by: Kevin Zheng <kevinz5000@gmail.com> PR: ports/181141 [2] Reported by: thierry PR: ports/185101 Exp-run by: bdrewery This is mostly solely avilla's work in area51, kudos to him! And a couple commits from myself, so you know who's collecting pointyhats :)
63 lines
2.2 KiB
Plaintext
63 lines
2.2 KiB
Plaintext
%%QT_INCDIR%%/Qt/QtXml
|
|
%%QT_INCDIR%%/Qt/qdom.h
|
|
%%QT_INCDIR%%/Qt/qxml.h
|
|
%%QT_INCDIR%%/QtXml/QDomAttr
|
|
%%QT_INCDIR%%/QtXml/QDomCDATASection
|
|
%%QT_INCDIR%%/QtXml/QDomCharacterData
|
|
%%QT_INCDIR%%/QtXml/QDomComment
|
|
%%QT_INCDIR%%/QtXml/QDomDocument
|
|
%%QT_INCDIR%%/QtXml/QDomDocumentFragment
|
|
%%QT_INCDIR%%/QtXml/QDomDocumentType
|
|
%%QT_INCDIR%%/QtXml/QDomElement
|
|
%%QT_INCDIR%%/QtXml/QDomEntity
|
|
%%QT_INCDIR%%/QtXml/QDomEntityReference
|
|
%%QT_INCDIR%%/QtXml/QDomImplementation
|
|
%%QT_INCDIR%%/QtXml/QDomNamedNodeMap
|
|
%%QT_INCDIR%%/QtXml/QDomNode
|
|
%%QT_INCDIR%%/QtXml/QDomNodeList
|
|
%%QT_INCDIR%%/QtXml/QDomNotation
|
|
%%QT_INCDIR%%/QtXml/QDomProcessingInstruction
|
|
%%QT_INCDIR%%/QtXml/QDomText
|
|
%%QT_INCDIR%%/QtXml/QXmlAttributes
|
|
%%QT_INCDIR%%/QtXml/QXmlContentHandler
|
|
%%QT_INCDIR%%/QtXml/QXmlDTDHandler
|
|
%%QT_INCDIR%%/QtXml/QXmlDeclHandler
|
|
%%QT_INCDIR%%/QtXml/QXmlDefaultHandler
|
|
%%QT_INCDIR%%/QtXml/QXmlEntityResolver
|
|
%%QT_INCDIR%%/QtXml/QXmlErrorHandler
|
|
%%QT_INCDIR%%/QtXml/QXmlInputSource
|
|
%%QT_INCDIR%%/QtXml/QXmlLexicalHandler
|
|
%%QT_INCDIR%%/QtXml/QXmlLocator
|
|
%%QT_INCDIR%%/QtXml/QXmlNamespaceSupport
|
|
%%QT_INCDIR%%/QtXml/QXmlParseException
|
|
%%QT_INCDIR%%/QtXml/QXmlReader
|
|
%%QT_INCDIR%%/QtXml/QXmlSimpleReader
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamAttribute
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamAttributes
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamEntityDeclaration
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamEntityDeclarations
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamEntityResolver
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamNamespaceDeclaration
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamNamespaceDeclarations
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamNotationDeclaration
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamNotationDeclarations
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamReader
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamStringRef
|
|
%%QT_INCDIR%%/QtXml/QXmlStreamWriter
|
|
%%QT_INCDIR%%/QtXml/QtXml
|
|
%%QT_INCDIR%%/QtXml/qdom.h
|
|
%%QT_INCDIR%%/QtXml/qxml.h
|
|
%%QT_INCDIR%%/QtXml/qxmlstream.h
|
|
%%QT_LIBDIR%%/libQtXml.la
|
|
%%QT_LIBDIR%%/libQtXml.prl
|
|
%%QT_LIBDIR%%/libQtXml.so
|
|
%%QT_LIBDIR%%/libQtXml.so.4
|
|
%%QT_LIBDIR%%/libQtXml.so.%%SHORTVER%%
|
|
%%QT_LIBDIR%%/libQtXml.so.%%FULLVER%%
|
|
%%DEBUG%%%%QT_LIBDIR%%/libQtXml.so.%%FULLVER%%.debug
|
|
libdata/pkgconfig/QtXml.pc
|
|
@dirrmtry %%QT_LIBDIR%%
|
|
@dirrm %%QT_INCDIR%%/QtXml
|
|
@dirrmtry %%QT_INCDIR%%/Qt
|
|
@dirrmtry %%QT_INCDIR%%
|