Date: Sat, 22 Feb 2014 09:49:11 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345575 - head/devel/qt4-qtsolutions-soap Message-ID: <201402220949.s1M9nBXj068948@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Feb 22 09:49:11 2014 New Revision: 345575 URL: http://svnweb.freebsd.org/changeset/ports/345575 QAT: https://qat.redports.org/buildarchive/r345575/ Log: Mark broken: does not build c++ -c -O2 -pipe -fno-strict-aliasing -O2 -pthread -D_THREAD_SAFE -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4 -I../src -I. -I/usr/local/include/qt4 -I/usr/local/include -o qtsoap.o ../src/qtsoap.cpp In file included from ../src/qtsoap.cpp:40: ../src/qtsoap.h:44:10: fatal error: 'QtXml/QtXml' file not found #include <QtXml/QtXml> Reported by: pkg-fallout since november 2013 Modified: head/devel/qt4-qtsolutions-soap/Makefile Modified: head/devel/qt4-qtsolutions-soap/Makefile ============================================================================== --- head/devel/qt4-qtsolutions-soap/Makefile Sat Feb 22 09:40:52 2014 (r345574) +++ head/devel/qt4-qtsolutions-soap/Makefile Sat Feb 22 09:49:11 2014 (r345575) @@ -2,6 +2,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../qt4-qtsolutions-singleapplication +BROKEN= Does not build .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402220949.s1M9nBXj068948>