Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2020 10:58:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243555] sysutils/bandwhich: CLI utility for displaying current network utilization
Message-ID:  <bug-243555-7788-4Q5ERYm9J8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243555-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243555-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243555

daniel.engberg.lists@pyret.net changed:

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

--- Comment #4 from daniel.engberg.lists@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=3D)

Any specific reason why you're using the following?
CARGO_USE_GITHUB=3D       yes
CARGO_CONFIGURE=3D        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=3D 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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243555-7788-4Q5ERYm9J8>