svn commit: r484018 - branches/2018Q4/sysutils/bbcp

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:58:18 UTC 2018


Author: antoine
Date: Sun Nov  4 12:58:17 2018
New Revision: 484018
URL: https://svnweb.freebsd.org/changeset/ports/484018

Log:
  MFH: r484017
  
  Mark BROKEN: fails to build
  
  bbcp_Protocol.C:928:51: error: non-constant-expression cannot be narrowed from type 'int' to 'size_t' (aka 'unsigned long') in initializer list [-Wc++11-narrowing]
                          {(char *)" ", 1}, {csVal, csVsz},
                                                    ^~~~~
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/sysutils/bbcp/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/sysutils/bbcp/Makefile
==============================================================================
--- branches/2018Q4/sysutils/bbcp/Makefile	Sun Nov  4 12:57:57 2018	(r484017)
+++ branches/2018Q4/sysutils/bbcp/Makefile	Sun Nov  4 12:58:17 2018	(r484018)
@@ -12,6 +12,8 @@ COMMENT=	Secure, fast, and IPv6 capable Copy utility
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/src/COPYING.LESSER
 
+BROKEN=		fails to build
+
 USES=		tar:xz
 
 PLIST_FILES=	bin/bbcp


More information about the svn-ports-all mailing list