svn commit: r345575 - head/devel/qt4-qtsolutions-soap

Antoine Brodin antoine at FreeBSD.org
Sat Feb 22 09:49:12 UTC 2014


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"
 


More information about the svn-ports-head mailing list