Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2022 12:35:46 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: 97acc601edf1 - main - games/aisleriot: unbreak build with Meson 0.61.0
Message-ID:  <202201241235.20OCZkRa099309@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=97acc601edf15e40dc77b024719fdd386cc4bf4b

commit 97acc601edf15e40dc77b024719fdd386cc4bf4b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-24 12:01:34 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-24 12:35:07 +0000

    games/aisleriot: 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
---
 games/aisleriot/Makefile | 3 +++
 games/aisleriot/distinfo | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/games/aisleriot/Makefile b/games/aisleriot/Makefile
index a81621fa1a22..f59f5ac2fa7b 100644
--- a/games/aisleriot/Makefile
+++ b/games/aisleriot/Makefile
@@ -6,6 +6,9 @@ CATEGORIES=	games gnome
 MASTER_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${PORTVERSION}/
 DIST_SUBDIR=	gnome3
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	4bf6fcf5c804.patch:-p1 # https://gitlab.gnome.org/GNOME/aisleriot/-/issues/916
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Collection of patience games written in guile scheme
 
diff --git a/games/aisleriot/distinfo b/games/aisleriot/distinfo
index f5f4e687a9f9..6847fecd4657 100644
--- a/games/aisleriot/distinfo
+++ b/games/aisleriot/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1634651003
 SHA256 (gnome3/aisleriot-3.22.19.tar.gz) = 63d890479e2b9cf15702e264c5bbab0f7f2bbce610aecbfcfb5e88c547150e2f
 SIZE (gnome3/aisleriot-3.22.19.tar.gz) = 8047432
+SHA256 (gnome3/4bf6fcf5c804.patch) = 0ccdd0dbfefdf7fe3ed6b5718b71d8004fe3dd6ec8cf7b1a29b518c1389a5b8b
+SIZE (gnome3/4bf6fcf5c804.patch) = 801



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