summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidar Karlsen <vidar@karlsen.tech>2025-01-05 13:13:23 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2025-01-05 13:13:23 +0000
commite420c86e1c23b2187fbf2f64ed0c18b78fb9deff (patch)
treeb5498dec03f95af9b56551747418b164b42a19e1
parentmultimedia/wireplumber: Update to 0.5.7 (diff)
x11/openrgb: Undeprecate: Switch dep from mbedtls2 to mbedtls3
PR: 283857
-rw-r--r--x11/openrgb/Makefile13
-rw-r--r--x11/openrgb/files/patch-Controllers_LianLiController_LianLiUniHub__AL10Controller.h (renamed from x11/openrgb/files/patch-Controllers-LianLiController-LianLiUniHub_AL10Controller.h)0
-rw-r--r--x11/openrgb/files/patch-OpenRGB.pro2
-rw-r--r--x11/openrgb/files/patch-dependencies_hueplusplus-1.0.0_src_EntertainmentMode.cpp10
4 files changed, 16 insertions, 9 deletions
diff --git a/x11/openrgb/Makefile b/x11/openrgb/Makefile
index 44a54cf4bd88..6eeb0e704f52 100644
--- a/x11/openrgb/Makefile
+++ b/x11/openrgb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openrgb
PORTVERSION= 0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= vidar@karlsen.tech
@@ -9,18 +9,15 @@ WWW= https://openrgb.org
LICENSE= GPLv2
-DEPRECATED= Depends on expired security/mbedtls2
-EXPIRATION_DATE=2025-03-31
-
BUILD_DEPENDS= git>0:devel/git \
hidapi>0:comms/hidapi \
- mbedtls2>0:security/mbedtls2 \
+ mbedtls3>0:security/mbedtls3 \
qt5-qmake>0:devel/qt5-qmake
LIB_DEPENDS= libGL.so:graphics/libglvnd \
libhidapi.so:comms/hidapi \
- libmbedcrypto.so:security/mbedtls2 \
- libmbedtls.so:security/mbedtls2 \
- libmbedx509.so:security/mbedtls2
+ libmbedcrypto.so:security/mbedtls3 \
+ libmbedtls.so:security/mbedtls3 \
+ libmbedx509.so:security/mbedtls3
USES= gmake gl qmake qt:5
diff --git a/x11/openrgb/files/patch-Controllers-LianLiController-LianLiUniHub_AL10Controller.h b/x11/openrgb/files/patch-Controllers_LianLiController_LianLiUniHub__AL10Controller.h
index 91fdaaa963a5..91fdaaa963a5 100644
--- a/x11/openrgb/files/patch-Controllers-LianLiController-LianLiUniHub_AL10Controller.h
+++ b/x11/openrgb/files/patch-Controllers_LianLiController_LianLiUniHub__AL10Controller.h
diff --git a/x11/openrgb/files/patch-OpenRGB.pro b/x11/openrgb/files/patch-OpenRGB.pro
index 7a3c10f01119..1f09724626e8 100644
--- a/x11/openrgb/files/patch-OpenRGB.pro
+++ b/x11/openrgb/files/patch-OpenRGB.pro
@@ -1,6 +1,6 @@
--- OpenRGB.pro.orig 2022-11-28 03:44:33 UTC
+++ OpenRGB.pro
-@@ -42,7 +42,7 @@ TEMPLATE = app
+@@ -42,7 +42,7 @@ win32:BUILDDATE = $$system(date /t)
# Automatically generated build information #
#-----------------------------------------------------------------------------------------------#
win32:BUILDDATE = $$system(date /t)
diff --git a/x11/openrgb/files/patch-dependencies_hueplusplus-1.0.0_src_EntertainmentMode.cpp b/x11/openrgb/files/patch-dependencies_hueplusplus-1.0.0_src_EntertainmentMode.cpp
new file mode 100644
index 000000000000..b92d4a5c7887
--- /dev/null
+++ b/x11/openrgb/files/patch-dependencies_hueplusplus-1.0.0_src_EntertainmentMode.cpp
@@ -0,0 +1,10 @@
+--- dependencies/hueplusplus-1.0.0/src/EntertainmentMode.cpp.orig 2022-11-28 03:44:33 UTC
++++ dependencies/hueplusplus-1.0.0/src/EntertainmentMode.cpp
+@@ -21,7 +21,6 @@
+ **/
+
+ #include "hueplusplus/EntertainmentMode.h"
+-#include "mbedtls/certs.h"
+ #include "mbedtls/ctr_drbg.h"
+ #include "mbedtls/debug.h"
+ #include "mbedtls/entropy.h"