svn commit: r484022 - branches/2018Q4/sysutils/boxbackup

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:09:31 UTC 2018


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


More information about the svn-ports-branches mailing list