git: 5c35fa4abd31 - main - x11/gnome-terminal: unbreak build with Meson 0.61.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 12:26:30 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5c35fa4abd31f1bdee21d37ea5d3a2a814f0e1aa
commit 5c35fa4abd31f1bdee21d37ea5d3a2a814f0e1aa
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-25 11:58:30 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-25 12:24:56 +0000
x11/gnome-terminal: unbreak build with Meson 0.61.0
data/meson.build:20:5: ERROR: Function does not take positional arguments.
PR: 260943
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
---
x11/gnome-terminal/Makefile | 3 +++
x11/gnome-terminal/distinfo | 2 ++
2 files changed, 5 insertions(+)
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index af175dd665ad..8911929ad92f 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -6,6 +6,9 @@ CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
+PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+= 9a168cc23962.patch:-p1 # meson 0.61
+
MAINTAINER= gnome@FreeBSD.org
COMMENT= Terminal component for the GNOME Desktop
diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo
index 8b3927e781a5..a95480fb493d 100644
--- a/x11/gnome-terminal/distinfo
+++ b/x11/gnome-terminal/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1638998993
SHA256 (gnome/gnome-terminal-3.42.2.tar.xz) = 8a9c8e5ef7a3a73b246a947e1190bb08ec98935af860cf0b3aa2fbf4606817a0
SIZE (gnome/gnome-terminal-3.42.2.tar.xz) = 1806388
+SHA256 (gnome/9a168cc23962.patch) = 47ef721df168ba3e7e451df0669b01bec2ce3d553d4e59dcfb10462215470ba2
+SIZE (gnome/9a168cc23962.patch) = 1150