Bug 271004 - net/pkt-gen: Add man pages and bump version
Summary: net/pkt-gen: Add man pages and bump version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Olivier Cochard
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2023-04-22 17:11 UTC by Jose Luis Duran
Modified: 2023-10-05 14:57 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (olivier)


Attachments
net/pkt-gen: Add man pages and bump version (4.24 KB, patch)
2023-04-22 17:11 UTC, Jose Luis Duran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Duran 2023-04-22 17:11:59 UTC
Created attachment 241657 [details]
net/pkt-gen: Add man pages and bump version

Add man pages.

Upstream has added the fixes to silence warnings on 32-bit platforms. Although the patches are now not needed, keep them, given the history:

- 9dbc959df336df5705037db8c4b340074dfc529f
- aaa201ef81ee4b302c46cd09160b583339c19747
- 289d41817be3eb14823fb9b550dd0e1186f654b8

While here, remove duplication in the patches.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-10-05 14:56:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8bf95465fbd86d2e91e4f9bb3bb776c12d2859f0

commit 8bf95465fbd86d2e91e4f9bb3bb776c12d2859f0
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2023-10-05 14:48:30 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2023-10-05 14:55:35 +0000

    net/pkt-gen: Update to 2023.04.22 and add man pages

    PR:             271004
    Reported by:    Jose Luis Duran <jlduran@gmail.com>
    Event:          Oslo Hackathon at Modirum

 net/pkt-gen/Makefile                                  | 13 +++++++++----
 net/pkt-gen/distinfo                                  |  6 +++---
 net/pkt-gen/files/patch-apps_nmreplay_GNUmakefile     |  5 ++---
 net/pkt-gen/files/patch-apps_pkt-gen_GNUmakefile      |  5 ++---
 net/pkt-gen/files/patch-apps_pkt-gen_pkt-gen.c (gone) | 13 -------------
 net/pkt-gen/files/patch-libnetmap_GNUmakefile         |  5 ++---
 6 files changed, 18 insertions(+), 29 deletions(-)
Comment 2 Olivier Cochard freebsd_committer freebsd_triage 2023-10-05 14:57:15 UTC
Thanks a lot for the patch!