svn commit: r484017 - head/sysutils/bbcp

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:57:59 UTC 2018


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

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

Modified: head/sysutils/bbcp/Makefile
==============================================================================
--- head/sysutils/bbcp/Makefile	Sun Nov  4 12:55:16 2018	(r484016)
+++ head/sysutils/bbcp/Makefile	Sun Nov  4 12:57:57 2018	(r484017)
@@ -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