[Bug 229115] [maintainer] sysutils/bbcp: silence pkg-fallout, portlint && disgruntled users.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 3 00:46:41 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229115

Steve Wills <swills at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |swills at FreeBSD.org

--- Comment #3 from Steve Wills <swills at FreeBSD.org> ---
The patch failed to apply automatically for me due to the paths not including
the category, and after applying it manually, the port fails to build:

--- ../obj/FreeBSD/bbcp_Protocol.o ---
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},
                                                  ^~~~~
bbcp_Protocol.C:928:51: note: insert an explicit cast to silence this issue
                        {(char *)" ", 1}, {csVal, csVsz},
                                                  ^~~~~
                                                  static_cast<size_t>( )
1 error generated.

Also, in files/FREEBSDUSERS there are so "space at end of line" issues and one
of the hyphens in a command line option is UTF-8.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list