diff options
| author | Jason E. Hale <jhale@FreeBSD.org> | 2025-11-20 05:00:30 -0500 |
|---|---|---|
| committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-11-20 05:10:14 -0500 |
| commit | 7d1558b2cf1b9ed36cad8931f16aa2df9283d37e (patch) | |
| tree | 80c9de0251483ef55056e2a23c60a8a63935470c | |
| parent | editors/libreoffice: update to 25.8.3 release (+) (diff) | |
multimedia/mediaelch: Fix build
Add upstream patch to suppress -Wno-c++20-extensions. With -pedantic,
this warning is treated as an error.
Reported by: pkg-fallout
MFH: 2025Q4
| -rw-r--r-- | multimedia/mediaelch/Makefile | 1 | ||||
| -rw-r--r-- | multimedia/mediaelch/distinfo | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/mediaelch/Makefile b/multimedia/mediaelch/Makefile index 4b1ad8e0646a..35651f626da2 100644 --- a/multimedia/mediaelch/Makefile +++ b/multimedia/mediaelch/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -${FLAVOR} PATCH_SITES= https://github.com/Komet/MediaElch/commit/ PATCHFILES+= dbea12fbf2c1fe603819392aa2a181cffa168548.patch:-p1 # Fix build with Qt >= 6.9.0 +PATCHFILES+= f125fad644d72f2740aeab64a2016ae2dd341b35.patch:-p1 # Suppress -Wc++20-extensions MAINTAINER= ports@freebsd.org COMMENT= Desktop utility to manage metadata and artwork for Kodi and Jellyfin diff --git a/multimedia/mediaelch/distinfo b/multimedia/mediaelch/distinfo index ca61d4434009..e1232c389bde 100644 --- a/multimedia/mediaelch/distinfo +++ b/multimedia/mediaelch/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1745679359 +TIMESTAMP = 1763632799 SHA256 (Komet-MediaElch-v2.12.0_GH0.tar.gz) = ffa6f19dbc7760cb3762d02c24392d5e2015dfa8890fc3c69d172b0930dbbb89 SIZE (Komet-MediaElch-v2.12.0_GH0.tar.gz) = 3365121 SHA256 (dbea12fbf2c1fe603819392aa2a181cffa168548.patch) = f23c3292fb0afab2fa056a1d5f8363f19148db2fad14532a1e5060097830dc3f SIZE (dbea12fbf2c1fe603819392aa2a181cffa168548.patch) = 4096 +SHA256 (f125fad644d72f2740aeab64a2016ae2dd341b35.patch) = 7a2ced59c874c76cd44627d1b5e62b862a41dbe3288945551cd55f5f78b1ae49 +SIZE (f125fad644d72f2740aeab64a2016ae2dd341b35.patch) = 2179 |
