Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:09:11 +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: r484021 - head/sysutils/boxbackup
Message-ID:  <201811041309.wA4D9BHt003471@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 13:09:11 2018
New Revision: 484021
URL: https://svnweb.freebsd.org/changeset/ports/484021

Log:
  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:
  head/sysutils/boxbackup/Makefile

Modified: head/sysutils/boxbackup/Makefile
==============================================================================
--- head/sysutils/boxbackup/Makefile	Sun Nov  4 13:04:46 2018	(r484020)
+++ head/sysutils/boxbackup/Makefile	Sun Nov  4 13:09:11 2018	(r484021)
@@ -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.wA4D9BHt003471>