Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2022 12:44:07 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: 8a4d68aa743b - main - security/gcr: unbreak build with Meson 0.61.0
Message-ID:  <202201121244.20CCi7a2011659@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=8a4d68aa743b45ff0b2c3b9e713c17c07a842a0e

commit 8a4d68aa743b45ff0b2c3b9e713c17c07a842a0e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-04-09 17:07:57 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-12 12:43:53 +0000

    security/gcr: unbreak build with Meson 0.61.0
    
    gcr/meson.build:188:2: ERROR: gnome.generate_gir got unknown keyword arguments "packages"
    
    PR:             260943
    Regressed by:   https://github.com/mesonbuild/meson/commit/be1d013453e3
---
 security/gcr/Makefile | 3 +++
 security/gcr/distinfo | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/security/gcr/Makefile b/security/gcr/Makefile
index 746646cf1751..30b6c6a33739 100644
--- a/security/gcr/Makefile
+++ b/security/gcr/Makefile
@@ -5,6 +5,9 @@ PORTVERSION=	3.40.0
 CATEGORIES=	security gnome
 MASTER_SITES=	GNOME
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	b3ca1d02bb01.patch:-p1 # https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/81
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Library for bits of crypto UI and parsing
 
diff --git a/security/gcr/distinfo b/security/gcr/distinfo
index 011a5ffff5d9..151895d14cf7 100644
--- a/security/gcr/distinfo
+++ b/security/gcr/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1617988077
 SHA256 (gcr-3.40.0.tar.xz) = b9d3645a5fd953a54285cc64d4fc046736463dbd4dcc25caf5c7b59bed3027f5
 SIZE (gcr-3.40.0.tar.xz) = 1011044
+SHA256 (b3ca1d02bb01.patch) = 5348ee2722499b0d57bad5747c9ff428d4a7ce88ebe2694be7a4e4975478a12d
+SIZE (b3ca1d02bb01.patch) = 1923



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