[Bug 243555] sysutils/bandwhich: CLI utility for displaying current network utilization

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 27 10:58:52 UTC 2020


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

daniel.engberg.lists at pyret.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel.engberg.lists at pyret.
                   |                            |net

--- Comment #4 from daniel.engberg.lists at pyret.net ---
Hi Anders!

L1: This wrong, it should say the follwing:
# $FreeBSD$
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-samplem.html

L4: (Style fix) Use PORTVERSION instead

L5: Should be net-mgmt

L13: Remove cargo (implied by USES=)

Any specific reason why you're using the following?
CARGO_USE_GITHUB=       yes
CARGO_CONFIGURE=        no

You can probably remove these lines and use "make cargo-crates" instead
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/building.html#using-cargo

Since it's just one binary you can use PLIST_FILES= instead
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-desc.html

Don't forget to strip the binary (unless it breaks) if it's not done
automatically.
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/install.html

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


More information about the freebsd-ports-bugs mailing list