Bug 246541 - net/dpdk: update 19.11 -> 19.11.2
Summary: net/dpdk: update 19.11 -> 19.11.2
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-18 16:40 UTC by Bruce Richardson
Modified: 2020-06-16 23:53 UTC (History)
2 users (show)

See Also:


Attachments
patch to update to 19.11.2 (2.24 KB, patch)
2020-05-18 16:40 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 2020-05-18 16:40:29 UTC
Created attachment 214601 [details]
patch to update to 19.11.2

Latest point release of DPDK 19.11 is available so update to that.

Include a few other tweaks to the makefile:

* add explicit dependency on objdump used for some build checks in the build. [This wasn't installed in my latest 13 snapshot and gave some errors]
* add dependency on pkg-config since a number of libraries won't be found by meson even if installed. [Should "meson" port not depend on pkg-config to run, since it uses pkg-config extensively?]
* mark python as being used by the package generally, not just by tools component.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-06-16 23:53:34 UTC
A commit references this bug:

Author: lwhsu
Date: Tue Jun 16 23:53:17 UTC 2020
New revision: 539393
URL: https://svnweb.freebsd.org/changeset/ports/539393

Log:
  Update to 19.11.2

  PR:		246541
  Submitted by:	Bruce Richardson <bruce.richardson@intel.com> (maintainer)

Changes:
  head/net/dpdk/Makefile
  head/net/dpdk/distinfo
  head/net/dpdk/pkg-plist
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2020-06-16 23:53:52 UTC
Committed, with minor changes (fix pkg-plist). Thanks!