Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2022 12:35:42 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a49e9541141c - main - games/gnome-tetravex: unbreak build with Meson 0.61.0
Message-ID:  <202201241235.20OCZgFu099231@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit a49e9541141cc2706db54a548f2d106a249ef266
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-24 11:50:55 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-24 12:35:06 +0000

    games/gnome-tetravex: unbreak build with Meson 0.61.0
    
    data/meson.build:37:2: ERROR: Function does not take positional arguments.
    
    PR:             260943
    Reported by:    antoine (via exp-run)
    Regressed by:   https://github.com/mesonbuild/meson/commit/61f2866a9fa1
---
 games/gnome-tetravex/Makefile | 3 +++
 games/gnome-tetravex/distinfo | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/games/gnome-tetravex/Makefile b/games/gnome-tetravex/Makefile
index 62eb57300813..bfb9cdb14fb4 100644
--- a/games/gnome-tetravex/Makefile
+++ b/games/gnome-tetravex/Makefile
@@ -6,6 +6,9 @@ CATEGORIES=	games gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	80912d06f5e5.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-tetravex/-/merge_requests/20
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Gnome tetravex
 
diff --git a/games/gnome-tetravex/distinfo b/games/gnome-tetravex/distinfo
index 9551e0dfc630..e6076777f441 100644
--- a/games/gnome-tetravex/distinfo
+++ b/games/gnome-tetravex/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1606281247
 SHA256 (gnome3/gnome-tetravex-3.38.2.tar.xz) = 1fcdf10979b9a3526009d783a1c88a389918f360da4edb44fba25c71f186911b
 SIZE (gnome3/gnome-tetravex-3.38.2.tar.xz) = 1004632
+SHA256 (gnome3/80912d06f5e5.patch) = 16b93b4ab3488cc8aec30e8b8d029952acc096caf716b65edec2fb558f8c81e0
+SIZE (gnome3/80912d06f5e5.patch) = 1308



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