mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to 19.11.2
PR: 246541 Submitted by: Bruce Richardson <bruce.richardson@intel.com> (maintainer)
This commit is contained in:
parent
61eba97f8d
commit
14d9f00be0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539393
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dpdk
|
||||
DISTVERSION= 19.11
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 19.11.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://fast.dpdk.org/rel/
|
||||
|
||||
@ -15,8 +14,10 @@ ONLY_FOR_ARCHS= amd64
|
||||
ONLY_FOR_ARCHS_REASON= Only works on 64-bit x86 hardware
|
||||
|
||||
LIB_DEPENDS= libjansson.so:devel/jansson
|
||||
BUILD_DEPENDS= objdump:devel/binutils
|
||||
|
||||
USES= meson kmod shebangfix tar:xz
|
||||
USES= meson kmod pkgconfig shebangfix tar:xz python:3.5+
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-stable-${PORTVERSION}
|
||||
MESON_ARGS= -Dmachine=default -Ddefault_library=shared
|
||||
USE_LDCONFIG= yes
|
||||
SHEBANG_FILES= usertools/dpdk-pmdinfo.py \
|
||||
@ -42,6 +43,5 @@ DEBUG_MESON_ON= --buildtype=debug
|
||||
DEBUG_MESON_OFF= --buildtype=release
|
||||
TESTS_MESON_TRUE= tests
|
||||
TOOLS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyelftools>=0:devel/py-pyelftools@${PY_FLAVOR}
|
||||
TOOLS_USES= python:3.5+
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1575029584
|
||||
SHA256 (dpdk-19.11.tar.xz) = 467133968843677bb1c276bb74a3458aa7c002cc21e295c51e3bd65497b112ab
|
||||
SIZE (dpdk-19.11.tar.xz) = 12380984
|
||||
TIMESTAMP = 1589809964
|
||||
SHA256 (dpdk-19.11.2.tar.xz) = 6978c493eb3cc14aaa943b659e74531d7e66e213f36b82b66ccb1c9de4e444bb
|
||||
SIZE (dpdk-19.11.2.tar.xz) = 12398636
|
||||
|
@ -14,6 +14,7 @@ bin/dpdk-test-eventdev
|
||||
bin/dpdk-test-pipeline
|
||||
bin/dpdk-test-sad
|
||||
bin/dpdk-testpmd
|
||||
include/bpf_def.h
|
||||
include/cmdline.h
|
||||
include/cmdline_cirbuf.h
|
||||
include/cmdline_parse.h
|
||||
@ -53,6 +54,8 @@ include/rte_bbdev_op.h
|
||||
include/rte_bbdev_pmd.h
|
||||
include/rte_bitmap.h
|
||||
include/rte_bitrate.h
|
||||
include/rte_bpf.h
|
||||
include/rte_bpf_ethdev.h
|
||||
include/rte_branch_prediction.h
|
||||
include/rte_build_config.h
|
||||
include/rte_bus.h
|
||||
@ -65,8 +68,6 @@ include/rte_byteorder_32.h
|
||||
include/rte_byteorder_64.h
|
||||
include/rte_cfgfile.h
|
||||
include/rte_class.h
|
||||
include/rte_cmp_arm64.h
|
||||
include/rte_cmp_x86.h
|
||||
include/rte_common.h
|
||||
include/rte_comp.h
|
||||
include/rte_compat.h
|
||||
@ -81,7 +82,6 @@ include/rte_crypto_asym.h
|
||||
include/rte_crypto_sym.h
|
||||
include/rte_cryptodev.h
|
||||
include/rte_cryptodev_pmd.h
|
||||
include/rte_cuckoo_hash.h
|
||||
include/rte_cycles.h
|
||||
include/rte_debug.h
|
||||
include/rte_dev.h
|
||||
@ -247,6 +247,9 @@ include/rte_table_lpm_ipv6.h
|
||||
include/rte_table_stub.h
|
||||
include/rte_tailq.h
|
||||
include/rte_tcp.h
|
||||
include/rte_telemetry.h
|
||||
include/rte_telemetry_internal.h
|
||||
include/rte_telemetry_parser.h
|
||||
include/rte_thash.h
|
||||
include/rte_time.h
|
||||
include/rte_timer.h
|
||||
@ -1003,6 +1006,9 @@ lib/librte_security.so.20.0
|
||||
lib/librte_stack.a
|
||||
lib/librte_stack.so
|
||||
lib/librte_stack.so.0.200
|
||||
lib/librte_telemetry.a
|
||||
lib/librte_telemetry.so
|
||||
lib/librte_telemetry.so.0.200
|
||||
lib/librte_table.a
|
||||
lib/librte_table.so
|
||||
lib/librte_table.so.20.0
|
||||
|
Loading…
Reference in New Issue
Block a user