Page MenuHomeFreeBSD

[PATCH] net/ntopng: Unbreak
ClosedPublic

Authored by bofh on Dec 24 2014, 11:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 9 2024, 7:09 AM
Unknown Object (File)
Jan 30 2024, 1:40 PM
Unknown Object (File)
Jan 30 2024, 1:40 PM
Unknown Object (File)
Jan 29 2024, 2:35 AM
Unknown Object (File)
Dec 21 2023, 5:24 PM
Unknown Object (File)
Dec 19 2023, 11:39 PM
Unknown Object (File)
Nov 29 2023, 11:52 PM
Unknown Object (File)
Nov 22 2023, 1:45 AM
Subscribers
None

Details

Reviewers
bapt
marino
Summary
  • Unbreak
  • Change EXTRACT_SUFX to USES
Test Plan

http://pdr.s.ubze.ro/bulk/latest-per-pkg/ntopng/1.2.1_1/

Due to failure of devel/icu can't provide log of 9.3-RELEASE in i386.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bofh retitled this revision from to [PATCH] net/ntopng: Unbreak.
bofh updated this object.
bofh edited the test plan for this revision. (Show Details)
bofh added reviewers: bapt, marino.
bofh set the repository for this revision to rP FreeBSD ports repository.

The actual patch is fine.
However, we also need to review the commit message.

Is the "summary" your intended commit message?
Personally I always put my commit messages in this format:

line 1: One line synopsis of commit, usually starting with <category>/<portname>:
line 2: blank
line 3 ...: meaningful commit message ("why" is more important than "what", but it's okay to list what changed -- just add the reasons if it's not obvious)
next line: blank
link lines: PR/ submittted by / approved by/ reviewed by block

Hi,

It will be something like the following:
Line1 : Title
Line2 : Blank
Line3-required : Summary
Next : Blank
Linked Links : PR/Submitted by/Reviewed by etc

Okay, great!

For this review, just prewrite the message and paste it as a comment to this review.
For future reviews, paste the intended commit message as the summary.

Then as a reviewer, I or bapt will be approving both the commit and the message.

Ideally, you'd paste the actual message. However, my last mentee found the review block to be a problem and only provided up to the review block (so a couple of minor issues there slipped though).

I actually pre-write all my messages and commit with "svn commit -F <filename>". Not only does that give an additional chance to edit the message (which I often use) but that might help populate the summary block here.

However, you don't have to prewrite the message. I find it very helpful but it's your choice how you want to work.

net/ntopng: Unbreak

- Unbreak
- Change EXTRACT_SUFX to USES


PR:     196189
Differential Revision:  https://reviews.freebsd.org/D1364
Submitted by:   peter@pean.org
Reviewed by:    marino
Approved by:    marino
Obtained from:
MFC after:
MFH:
Relnotes:
Security:
Sponsored by:
marino edited edge metadata.

okay, fortunately this effort was not wasted! (on the email, the PR number is expanded to an URL, but here on the site it looks correct).

  1. empty fields like these: Obtained from:, MFC after:, MFH:, Relnotes:, Security:, Sponsored by:

should be omitted

  1. if the reviewer and approver are the same person, you only need the "approved" line (the review is assumed)
  1. The form would be "approved by: marino (mentor)". You always list the hat of the approver in parentheses
  1. Since either bapt or I may approve it, you can just list "approved by: xxx (mentor)" and change "xxx" after approval

I'll approve the commit contingent on you making those changes to the commit message!

This revision is now accepted and ready to land.Dec 24 2014, 12:14 PM