svn commit: r484000 - branches/2018Q4/finance/aqmoney

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:02:48 UTC 2018


Author: antoine
Date: Sun Nov  4 12:02:47 2018
New Revision: 484000
URL: https://svnweb.freebsd.org/changeset/ports/484000

Log:
  MFH: r483999
  
  Mark BROKEN: fails to build
  
  dump.cpp:1069:33: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
      result+="content=\"AqMoney "k_AQMONEY_VERSION_STRING"\">\n";
                                  ^
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/finance/aqmoney/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/finance/aqmoney/Makefile
==============================================================================
--- branches/2018Q4/finance/aqmoney/Makefile	Sun Nov  4 12:02:29 2018	(r483999)
+++ branches/2018Q4/finance/aqmoney/Makefile	Sun Nov  4 12:02:47 2018	(r484000)
@@ -9,6 +9,8 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Manage your credit institute accounts using openhbci
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libopenhbci.so:finance/openhbci
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-branches mailing list