svn commit: r483999 - head/finance/aqmoney

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


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

Log:
  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:
  head/finance/aqmoney/Makefile

Modified: head/finance/aqmoney/Makefile
==============================================================================
--- head/finance/aqmoney/Makefile	Sun Nov  4 12:00:12 2018	(r483998)
+++ head/finance/aqmoney/Makefile	Sun Nov  4 12:02:29 2018	(r483999)
@@ -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-all mailing list