From 2063c28c2da7c0027cce187be24b4c83d7e425ee Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Nov 2018 13:09:30 +0000 Subject: [PATCH] MFH: r484021 Mark BROKEN: fails to build BackupStoreInfo.cpp:154:3: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'int32_t' (aka 'int') in initializer list [-Wc++11-narrowing] htonl(AccountID), // mAccountID ^~~~~~~~~~~~~~~~ Reported by: pkg-fallout --- sysutils/boxbackup/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile index fef4c7e33e6b..e0f3976cf831 100644 --- a/sysutils/boxbackup/Makefile +++ b/sysutils/boxbackup/Makefile @@ -15,6 +15,8 @@ LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt +BROKEN= fails to build + USES= autoreconf perl5 ssl tar:tgz GNU_CONFIGURE= yes CFLAGS+= -I${OPENSSLINC} -std=c++98