mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/openrgb: Undeprecate: Switch dep from mbedtls2 to mbedtls3
PR: 283857
This commit is contained in:
parent
1fcd4e09b1
commit
e420c86e1c
4 changed files with 16 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
Loading…
Add table
Reference in a new issue