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
24 lines
561 B
Makefile
24 lines
561 B
Makefile
# Created by: Heiner Strauss <heiner@bilch.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aqmoney
|
|
PORTVERSION= 0.6.3
|
|
CATEGORIES= finance
|
|
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
|
|
PLIST_FILES= bin/aqmoney \
|
|
man/man1/aqmoney.1.gz
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC}/src -name "*.cpp" -o -name "*.h" | ${XARGS} \
|
|
${REINPLACE_CMD} -e 's|class HBCI::SimpleConfig;|namespace HBCI{class SimpleConfig;}|'
|
|
|
|
.include <bsd.port.mk>
|