Index: head/net/dpdk/Makefile =================================================================== --- head/net/dpdk/Makefile (revision 521640) +++ head/net/dpdk/Makefile (revision 521641) @@ -1,46 +1,47 @@ # $FreeBSD$ PORTNAME= dpdk DISTVERSION= 19.11 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://fast.dpdk.org/rel/ MAINTAINER= bruce.richardson@intel.com COMMENT= DPDK: Software libraries for packet processing LICENSE= BSD3CLAUSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Only works on 64-bit x86 hardware LIB_DEPENDS= libjansson.so:devel/jansson \ - libcrypto.so:security/openssl + libcrypto.so:security/openssl111 USES= meson kmod shebangfix tar:xz MESON_ARGS= -Dmachine=default -Ddefault_library=shared USE_LDCONFIG= yes SHEBANG_FILES= usertools/dpdk-pmdinfo.py \ usertools/dpdk-telemetry-client.py \ usertools/dpdk-devbind.py \ examples/ipsec-secgw/test/pkttest.py \ examples/ipsec-secgw/test/pkttest.sh \ examples/ipsec-secgw/test/run_test.sh \ examples/ipsec-secgw/test/trs_ipv6opts.py \ examples/ipsec-secgw/test/tun_null_header_reconstruct.py \ examples/performance-thread/l3fwd-thread/test.sh \ OPTIONS_DEFINE= EXAMPLES DEBUG TOOLS TESTS OPTIONS_DEFAULT= TOOLS OPTIONS_SUB= yes DEBUG_DESC= Debugging support (unoptimized build, impacts performance) TOOLS_DESC= Install tool scripts TESTS_DESC= Build the automated unit test binary EXAMPLES_MESON_ON= -Dexamples=all 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