svn commit: r484072 - branches/2018Q4/misc/qbrew

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


Author: antoine
Date: Sun Nov  4 14:22:22 2018
New Revision: 484072
URL: https://svnweb.freebsd.org/changeset/ports/484072

Log:
  MFH: r484071
  
  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:
  branches/2018Q4/misc/qbrew/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/misc/qbrew/Makefile
==============================================================================
--- branches/2018Q4/misc/qbrew/Makefile	Sun Nov  4 14:22:04 2018	(r484071)
+++ branches/2018Q4/misc/qbrew/Makefile	Sun Nov  4 14:22:22 2018	(r484072)
@@ -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-branches mailing list