Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2019 20:17:36 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521654 - head/net/dpdk
Message-ID:  <201912312017.xBVKHaO2096342@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912312017.xBVKHaO2096342>