Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:22:04 +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: r484071 - head/misc/qbrew
Message-ID:  <201811041422.wA4EM4wj048589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 14:22:04 2018
New Revision: 484071
URL: https://svnweb.freebsd.org/changeset/ports/484071

Log:
  Mark BROKEN: fails to build
  
  src/beerxmlreader.cpp:257:16: error: no viable conversion from returned value of type 'bool' to function return type 'Recipe'
          return false;
                 ^~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/misc/qbrew/Makefile

Modified: head/misc/qbrew/Makefile
==============================================================================
--- head/misc/qbrew/Makefile	Sun Nov  4 14:20:06 2018	(r484070)
+++ head/misc/qbrew/Makefile	Sun Nov  4 14:22:04 2018	(r484071)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://www.usermode.org/code/
 MAINTAINER=	david@usermode.org
 COMMENT=	Homebrewer's recipe calculator
 
+BROKEN=		fails to build
+
 USES=		qmake qt:4
 USE_QT=		moc_build uic_build rcc_build xml gui
 PORTDOCS=	*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041422.wA4EM4wj048589>