svn commit: r484071 - head/misc/qbrew

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:22:05 UTC 2018


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 at 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=	*


More information about the svn-ports-all mailing list