From owner-svn-ports-head@FreeBSD.ORG Thu Jul 18 09:43:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BD71F748; Thu, 18 Jul 2013 09:43:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B11391E7; Thu, 18 Jul 2013 09:43:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6I9hKVi063891; Thu, 18 Jul 2013 09:43:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6I9hKta063890; Thu, 18 Jul 2013 09:43:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307180943.r6I9hKta063890@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 18 Jul 2013 09:43:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323212 - head/finance/qhacc 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.14 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: Thu, 18 Jul 2013 09:43:20 -0000 Author: bapt Date: Thu Jul 18 09:43:20 2013 New Revision: 323212 URL: http://svnweb.freebsd.org/changeset/ports/323212 Log: Mark as broken: graphing/BudgetingWindow.cpp: In member function 'virtual void BudgetingWindow::replot()': graphing/BudgetingWindow.cpp:123:70: error: cannot convert 'const QwtScaleDiv' to 'QwtScaleDiv*' in initialization Modified: head/finance/qhacc/Makefile Modified: head/finance/qhacc/Makefile ============================================================================== --- head/finance/qhacc/Makefile Thu Jul 18 09:40:06 2013 (r323211) +++ head/finance/qhacc/Makefile Thu Jul 18 09:43:20 2013 (r323212) @@ -16,6 +16,8 @@ LIB_DEPENDS= qwt6:${PORTSDIR}/x11-toolki OPTIONS_DEFINE= DOCS +BROKEN= Does not build + USE_QT4= corelib gui sql moc_build qmake_build rcc_build uic_build USE_GCC= 4.6+ USE_LDCONFIG= yes