Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2025 13:31:25 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a130e02e6110 - main - multimedia/kodi: Fix fallout caused by curl 8.16.0
Message-ID:  <202510041331.594DVP70097583@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a130e02e6110c6de33a4c41bbf6a4840069dddf0

commit a130e02e6110c6de33a4c41bbf6a4840069dddf0
Author:     yzrh <yzrh@noema.org>
AuthorDate: 2025-10-04 13:29:49 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-10-04 13:31:06 +0000

    multimedia/kodi: Fix fallout caused by curl 8.16.0
    
    /wrkdirs/usr/ports/multimedia/kodi/work/xbmc-21.2-Omega/xbmc/filesystem/CurlFile.cpp:48:5: error: cannot initialize an array element of type 'curl_proxytype' with an rvalue of type 'long'
       48 |     CURLPROXY_HTTP,   CURLPROXY_SOCKS4,          CURLPROXY_SOCKS4A,
          |     ^~~~~~~~~~~~~~
    /usr/local/include/curl/curl.h:791:35: note: expanded from macro 'CURLPROXY_HTTP'
      791 | #define CURLPROXY_HTTP            0L /* added in 7.10, new in 7.19.4 default is
          |                                   ^~
    
    PR:     289960 289428
    MFH:    2025Q4
---
 multimedia/kodi/Makefile | 3 ++-
 multimedia/kodi/distinfo | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile
index b8710f4e9c2f..e5b7372c1b14 100644
--- a/multimedia/kodi/Makefile
+++ b/multimedia/kodi/Makefile
@@ -10,7 +10,8 @@ DIST_SUBDIR=	${PORTNAME}
 # do not forget to fix devel/kodi-platform when updating kodi
 
 PATCH_SITES=	https://github.com/xbmc/xbmc/commit/
-PATCHFILES=	269053ebbfd3cc4a3156a511f54ab7f08a09a730.patch:-p1
+PATCHFILES=	269053ebbfd3cc4a3156a511f54ab7f08a09a730.patch:-p1 \
+		957b4faa0b765bc91e64c6d33f07e853decae0d0.patch:-p1
 
 MAINTAINER=	yzrh@noema.org
 COMMENT=	Award winning media center application
diff --git a/multimedia/kodi/distinfo b/multimedia/kodi/distinfo
index 059af28cd2b4..f633ee98fd68 100644
--- a/multimedia/kodi/distinfo
+++ b/multimedia/kodi/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1743432741
+TIMESTAMP = 1759400337
 SHA256 (kodi/apache-groovy-binary-4.0.16.zip) = b8c3bec88a3f5a62235d9429a97e371032bf7216f3e28724823a9169dd10befc
 SIZE (kodi/apache-groovy-binary-4.0.16.zip) = 29793704
 SHA256 (kodi/commons-lang3-3.14.0-bin.tar.gz) = 317c3e3fcd5fcca3781a7996ff1e0c50c13244ee961e94e5f6f6d84b84733b16
@@ -15,3 +15,5 @@ SHA256 (kodi/xbmc-libdvdread-6.1.3-Next-Nexus-Alpha2-2_GH0.tar.gz) = 719130091e3
 SIZE (kodi/xbmc-libdvdread-6.1.3-Next-Nexus-Alpha2-2_GH0.tar.gz) = 110513
 SHA256 (kodi/269053ebbfd3cc4a3156a511f54ab7f08a09a730.patch) = 72282e0c3d407c3337861995f093fbd955a4cad668f432c665931a6f276772e3
 SIZE (kodi/269053ebbfd3cc4a3156a511f54ab7f08a09a730.patch) = 1257
+SHA256 (kodi/957b4faa0b765bc91e64c6d33f07e853decae0d0.patch) = dd1a61b6ea81a68bcfd84fb0c49d5153364c4838f90741ee5cb5d4ba8940e0fc
+SIZE (kodi/957b4faa0b765bc91e64c6d33f07e853decae0d0.patch) = 851


home | help

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