Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 12:02:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484000 - branches/2018Q4/finance/aqmoney
Message-ID:  <201811041202.wA4C2lwk070425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Manage your credit institute accounts using openhbci
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libopenhbci.so:finance/openhbci
 
 GNU_CONFIGURE=	yes



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