Date: Sun, 4 Nov 2018 13:09:31 +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: r484022 - branches/2018Q4/sysutils/boxbackup Message-ID: <201811041309.wA4D9Vn0003605@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:09:30 2018 New Revision: 484022 URL: https://svnweb.freebsd.org/changeset/ports/484022 Log: 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 Modified: branches/2018Q4/sysutils/boxbackup/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/sysutils/boxbackup/Makefile ============================================================================== --- branches/2018Q4/sysutils/boxbackup/Makefile Sun Nov 4 13:09:11 2018 (r484021) +++ branches/2018Q4/sysutils/boxbackup/Makefile Sun Nov 4 13:09:30 2018 (r484022) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041309.wA4D9Vn0003605>