Date: Sun, 4 Nov 2018 12:02:29 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483999 - head/finance/aqmoney Message-ID: <201811041202.wA4C2TkJ070293@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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.wA4C2TkJ070293>