svn commit: r323212 - head/finance/qhacc

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 18 09:43:20 UTC 2013


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


More information about the svn-ports-all mailing list