git: 158e516b8e3a - main - emulators/dolphin-emu: Switch to dolphin-provided mbedtls2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Jan 2025 15:26:49 UTC
The branch main has been updated by martymac: URL: https://cgit.FreeBSD.org/ports/commit/?id=158e516b8e3a1d8a07eb0d2a6863362c33d4be9a commit 158e516b8e3a1d8a07eb0d2a6863362c33d4be9a Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2025-01-14 15:20:21 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2025-01-14 15:26:41 +0000 emulators/dolphin-emu: Switch to dolphin-provided mbedtls2 following the deprecation of security/mbedtls2. --- emulators/dolphin-emu/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 19ca3e81cf07..6281d1b0b1fc 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -1,6 +1,6 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0.21264 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org @@ -10,15 +10,13 @@ WWW= https://www.dolphin-emu.org LICENSE= BSD3CLAUSE CC0-1.0 GPLv2+ MIT LICENSE_COMB= multi -DEPRECATED= Depends on expired security/mbedtls2 -EXPIRATION_DATE=2025-03-31 - BUILD_DEPENDS= libfmt>=10.1:devel/libfmt \ vulkan-headers>0:graphics/vulkan-headers # Notes on dependencies: # - alsa support has been disabled (not optimal) # - enet and soundtouch come from Externals/ as Dolphin's versions diverge # (see comments in CMakeLists.txt) +# - mbedtls2 comes from Externals/ as it has been deprecated in the ports tree # Various problems that may be addressed in the future: # - freesurround comes from Externals/ as it is not available from ports yet # - cubeb comes from Externals/ as it is not available from ports yet @@ -44,7 +42,6 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libsndio.so:audio/sndio \ libsfml-system.so:devel/sfml \ libminiupnpc.so:net/miniupnpc \ - libmbedtls.so:security/mbedtls2 \ libcurl.so:ftp/curl \ libhidapi.so:comms/hidapi \ libxkbcommon.so:x11/libxkbcommon