Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2022 02:13:31 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: 1b330f0aa007 - main - sysutils/gnome-control-center: unbreak build with Meson 0.61.0
Message-ID:  <202201070213.2072DV7a027182@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=1b330f0aa007db26a1bf3bf37da9f1c2669ddc86

commit 1b330f0aa007db26a1bf3bf37da9f1c2669ddc86
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-04 23:30:20 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-07 02:13:22 +0000

    sysutils/gnome-control-center: unbreak build with Meson 0.61.0
    
    panels/applications/meson.build:10:5: ERROR: Function does not take positional arguments.
    panels/background/meson.build:10:5: ERROR: Function does not take positional arguments.
    panels/camera/meson.build:10:5: ERROR: Function does not take positional arguments.
    [...]
    
    PR:             260943
    Regressed by:   https://github.com/mesonbuild/meson/commit/61f2866a9fa1
---
 sysutils/gnome-control-center/Makefile | 3 +++
 sysutils/gnome-control-center/distinfo | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile
index 50b832847e01..391c1c35c46e 100644
--- a/sysutils/gnome-control-center/Makefile
+++ b/sysutils/gnome-control-center/Makefile
@@ -6,6 +6,9 @@ CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 DIST_SUBDIR=	gnome
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	416e354c0f46.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1130
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Control center for GNOME 3 project
 
diff --git a/sysutils/gnome-control-center/distinfo b/sysutils/gnome-control-center/distinfo
index 002149959b65..96bfefe0f54d 100644
--- a/sysutils/gnome-control-center/distinfo
+++ b/sysutils/gnome-control-center/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1638995403
 SHA256 (gnome/gnome-control-center-41.2.tar.xz) = 8271fc6b33ec2418a578304dd3e57d665f0d7cc706a99a97be419848618fe248
 SIZE (gnome/gnome-control-center-41.2.tar.xz) = 6619180
+SHA256 (gnome/416e354c0f46.patch) = 3aba0668132001f37385afd317164b815fe8ef244fa40dbee44e8f903314ab4d
+SIZE (gnome/416e354c0f46.patch) = 14773



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