From owner-svn-ports-head@FreeBSD.ORG Sat Feb 22 09:49:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0347F96F; Sat, 22 Feb 2014 09:49:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E184D1511; Sat, 22 Feb 2014 09:49:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1M9nBP8068949; Sat, 22 Feb 2014 09:49:11 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1M9nBXj068948; Sat, 22 Feb 2014 09:49:11 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402220949.s1M9nBXj068948@svn.freebsd.org> From: Antoine Brodin Date: Sat, 22 Feb 2014 09:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345575 - head/devel/qt4-qtsolutions-soap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2014 09:49:12 -0000 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 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"