[Midnightbsd-cvs] mports [19827] trunk/textproc/qt4-xml: fix qt4 xml build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 19 22:24:44 EDT 2015


Revision: 19827
          http://svnweb.midnightbsd.org/mports/?rev=19827
Author:   laffer1
Date:     2015-08-19 22:24:43 -0400 (Wed, 19 Aug 2015)
Log Message:
-----------
fix qt4 xml build

Modified Paths:
--------------
    trunk/textproc/qt4-xml/Makefile
    trunk/textproc/qt4-xml/pkg-plist

Modified: trunk/textproc/qt4-xml/Makefile
===================================================================
--- trunk/textproc/qt4-xml/Makefile	2015-08-20 02:19:35 UTC (rev 19826)
+++ trunk/textproc/qt4-xml/Makefile	2015-08-20 02:24:43 UTC (rev 19827)
@@ -3,11 +3,12 @@
 
 PORTNAME=	xml
 DISTVERSION=	${QT4_VERSION}
-CATEGORIES?=	textproc
+CATEGORIES=	textproc
 PKGNAMEPREFIX=	qt4-
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Qt XML library
+COMMENT=	Qt XML library with SAX and DOM implementations
+
 LICENSE=	gpl3
 
 USE_QT4=	qmake_build moc_build corelib
@@ -38,8 +39,6 @@
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 
-EXTRA_PATCHES=	${.CURDIR}/../../devel/qt4/files/patch-configure
-
 pre-configure:
 	${MKDIR} ${WRKSRC}/mkspecs
 	${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake

Modified: trunk/textproc/qt4-xml/pkg-plist
===================================================================
--- trunk/textproc/qt4-xml/pkg-plist	2015-08-20 02:19:35 UTC (rev 19826)
+++ trunk/textproc/qt4-xml/pkg-plist	2015-08-20 02:24:43 UTC (rev 19827)
@@ -1,62 +1,57 @@
-include/qt4/Qt/QtXml
-include/qt4/Qt/qdom.h
-include/qt4/Qt/qxml.h
-include/qt4/QtXml/QDomAttr
-include/qt4/QtXml/QDomCDATASection
-include/qt4/QtXml/QDomCharacterData
-include/qt4/QtXml/QDomComment
-include/qt4/QtXml/QDomDocument
-include/qt4/QtXml/QDomDocumentFragment
-include/qt4/QtXml/QDomDocumentType
-include/qt4/QtXml/QDomElement
-include/qt4/QtXml/QDomEntity
-include/qt4/QtXml/QDomEntityReference
-include/qt4/QtXml/QDomImplementation
-include/qt4/QtXml/QDomNamedNodeMap
-include/qt4/QtXml/QDomNode
-include/qt4/QtXml/QDomNodeList
-include/qt4/QtXml/QDomNotation
-include/qt4/QtXml/QDomProcessingInstruction
-include/qt4/QtXml/QDomText
-include/qt4/QtXml/QXmlAttributes
-include/qt4/QtXml/QXmlContentHandler
-include/qt4/QtXml/QXmlDTDHandler
-include/qt4/QtXml/QXmlDeclHandler
-include/qt4/QtXml/QXmlDefaultHandler
-include/qt4/QtXml/QXmlEntityResolver
-include/qt4/QtXml/QXmlErrorHandler
-include/qt4/QtXml/QXmlInputSource
-include/qt4/QtXml/QXmlLexicalHandler
-include/qt4/QtXml/QXmlLocator
-include/qt4/QtXml/QXmlNamespaceSupport
-include/qt4/QtXml/QXmlParseException
-include/qt4/QtXml/QXmlReader
-include/qt4/QtXml/QXmlSimpleReader
-include/qt4/QtXml/QXmlStreamAttribute
-include/qt4/QtXml/QXmlStreamAttributes
-include/qt4/QtXml/QXmlStreamEntityDeclaration
-include/qt4/QtXml/QXmlStreamEntityDeclarations
-include/qt4/QtXml/QXmlStreamEntityResolver
-include/qt4/QtXml/QXmlStreamNamespaceDeclaration
-include/qt4/QtXml/QXmlStreamNamespaceDeclarations
-include/qt4/QtXml/QXmlStreamNotationDeclaration
-include/qt4/QtXml/QXmlStreamNotationDeclarations
-include/qt4/QtXml/QXmlStreamReader
-include/qt4/QtXml/QXmlStreamStringRef
-include/qt4/QtXml/QXmlStreamWriter
-include/qt4/QtXml/QtXml
-include/qt4/QtXml/qdom.h
-include/qt4/QtXml/qxml.h
-include/qt4/QtXml/qxmlstream.h
-lib/qt4/libQtXml.la
-lib/qt4/libQtXml.prl
-lib/qt4/libQtXml.so
-lib/qt4/libQtXml.so.4
-lib/qt4/libQtXml.so.%%SHLIB_SHVER%%
-lib/qt4/libQtXml.so.%%SHLIB_VER%%
-%%DEBUG%%lib/qt4/libQtXml.so.%%SHLIB_VER%%.debug
+%%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.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
- at dirrmtry lib/qt4
- at dirrm include/qt4/QtXml
- at dirrmtry include/qt4/Qt
- at dirrmtry include/qt4



More information about the Midnightbsd-cvs mailing list