svn commit: r521654 - head/net/dpdk

Rene Ladan rene at FreeBSD.org
Tue Dec 31 20:17:36 UTC 2019


Author: rene
Date: Tue Dec 31 20:17:35 2019
New Revision: 521654
URL: https://svnweb.freebsd.org/changeset/ports/521654

Log:
  net/dpdk: depend on OpenSSL via USES=ssl instead of directly
  
  Reported by:	antoine, mat

Modified:
  head/net/dpdk/Makefile

Modified: head/net/dpdk/Makefile
==============================================================================
--- head/net/dpdk/Makefile	Tue Dec 31 20:13:28 2019	(r521653)
+++ head/net/dpdk/Makefile	Tue Dec 31 20:17:35 2019	(r521654)
@@ -2,7 +2,7 @@
 
 PORTNAME=	dpdk
 DISTVERSION=	19.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://fast.dpdk.org/rel/
 
@@ -14,10 +14,9 @@ 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/openssl111
+LIB_DEPENDS=	libjansson.so:devel/jansson
 
-USES=		meson kmod shebangfix tar:xz
+USES=		meson kmod shebangfix ssl tar:xz
 MESON_ARGS=	-Dmachine=default -Ddefault_library=shared
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	usertools/dpdk-pmdinfo.py \


More information about the svn-ports-all mailing list