Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 12:58:17 +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: r484018 - branches/2018Q4/sysutils/bbcp
Message-ID:  <201811041258.wA4CwH03098138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041258.wA4CwH03098138>