Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2022 10:15:01 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: 0937999100c2 - main - devel/devhelp: unbreak build with Meson 0.61.0
Message-ID:  <202201231015.20NAF152075023@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=0937999100c234f62fcc83e209a9ced0cc3eea49

commit 0937999100c234f62fcc83e209a9ced0cc3eea49
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-23 10:14:30 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-23 10:14:53 +0000

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

diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile
index d500e59ba4cd..436c638336ab 100644
--- a/devel/devhelp/Makefile
+++ b/devel/devhelp/Makefile
@@ -6,6 +6,9 @@ CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 DIST_SUBDIR=	gnome
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	f1c27fd4eaa5.patch:-p1 # https://gitlab.gnome.org/GNOME/devhelp/-/merge_requests/42
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Developer help browser for GNOME 3
 
diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo
index 28f26aca40ff..882389f28cad 100644
--- a/devel/devhelp/distinfo
+++ b/devel/devhelp/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1633280533
 SHA256 (gnome/devhelp-41.2.tar.xz) = ecaa90b0f4daa8fb2030f6dc690bf533ff99a773437fe0e18acfe82d997f60d2
 SIZE (gnome/devhelp-41.2.tar.xz) = 1455736
+SHA256 (gnome/f1c27fd4eaa5.patch) = 7625169b84a7df3b91716b5f15823e5e43c1f04dfe4585716bbaf692c56bae77
+SIZE (gnome/f1c27fd4eaa5.patch) = 1613



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