Bug 259248 - net/dpdk-20.11: fix packaging error with dpdk-test binary
Summary: net/dpdk-20.11: fix packaging error with dpdk-test binary
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: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-18 15:39 UTC by Bruce Richardson
Modified: 2022-01-18 06:52 UTC (History)
1 user (show)

See Also:


Attachments
Patch to fix issue. (850 bytes, patch)
2021-10-18 15:39 UTC, Bruce Richardson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bruce Richardson 2021-10-18 15:39:06 UTC
Created attachment 228808 [details]
Patch to fix issue.

The dpdk-test binary is down in the plist as being installed if tools are enabled rather than if tests are enabled.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2021-10-19 13:06:57 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]


Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-10-20 06:01:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59a11060dd83a918ecf16e88e6d13e6952c13af2

commit 59a11060dd83a918ecf16e88e6d13e6952c13af2
Author:     Bruce Richardson <bruce.richardson@intel.com>
AuthorDate: 2021-10-19 13:18:53 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2021-10-20 05:52:53 +0000

    net/dpdk-20.11: fix packaging error

    dpdk-test binary is installed whith TESTS=on and not TOOLS=on

    While here, pet linters.

    PR:     259248
    Reported by:    bruce.richardson@intel.com (maintainer)

 net/dpdk-20.11/Makefile  | 11 +++++------
 net/dpdk-20.11/pkg-plist |  2 +-
 2 files changed, 6 insertions(+), 7 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-18 06:52:34 UTC
Committed,

Thanks!