aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-03-20 17:56:10 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-03-20 18:15:56 +0000
commitfbb7f3200ac08bfc348716c4eabebc66743d5c1a (patch)
tree22377832abcddc01b6f29823fca6ea187cbb1b55
parent24fe7ad2a080add8969378cab3170031de573b78 (diff)
downloadports-fbb7f3200ac08bfc348716c4eabebc66743d5c1a.tar.gz
ports-fbb7f3200ac08bfc348716c4eabebc66743d5c1a.zip
x11/babl: unbreak build with Meson 0.62.0
meson.build:58:5: ERROR: configuration_data.set10 got unknown keyword arguments "Description" PR: 262465 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/574525673f6b
-rw-r--r--x11/babl/Makefile3
-rw-r--r--x11/babl/distinfo2
2 files changed, 5 insertions, 0 deletions
diff --git a/x11/babl/Makefile b/x11/babl/Makefile
index d5d304437095..1181d7c588cb 100644
--- a/x11/babl/Makefile
+++ b/x11/babl/Makefile
@@ -5,6 +5,9 @@ PORTVERSION= 0.1.88
CATEGORIES= x11
MASTER_SITES= GIMP
+PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+= 9a74120fbdd2.patch:-p1 # https://gitlab.gnome.org/GNOME/babl/-/merge_requests/45
+
MAINTAINER= gnome@FreeBSD.org
COMMENT= Dynamic pixel format conversion library
diff --git a/x11/babl/distinfo b/x11/babl/distinfo
index 6a53d119e7c8..d7dcde731eb9 100644
--- a/x11/babl/distinfo
+++ b/x11/babl/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1626439807
SHA256 (babl-0.1.88.tar.xz) = 4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039
SIZE (babl-0.1.88.tar.xz) = 299972
+SHA256 (9a74120fbdd2.patch) = df02d8731e95992dafdd98d9c9889d1ec0a23eec247d7a9b05f3a7261652f905
+SIZE (9a74120fbdd2.patch) = 1177