1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/gnome-settings-daemon: fix comparison with Meson option

meson.build:86:3: ERROR: The `==` operator of str does not accept objects of type bool (True)

https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/commit/28e28e9e5983

PR:		259080
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/a6c9a151d3ce
This commit is contained in:
Jan Beich 2021-11-03 14:41:52 +00:00
parent 890021e113
commit 501557fb79
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,9 @@ CATEGORIES= sysutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
PATCHFILES+= 28e28e9e5983.patch:-p1 # meson >= 0.60
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 settings daemon

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1620259243
SHA256 (gnome/gnome-settings-daemon-3.38.2.tar.xz) = 32c3d516cce1115ef08ef25f3a718d163b7b333b9068ccf2a6806ddcf21dd78c
SIZE (gnome/gnome-settings-daemon-3.38.2.tar.xz) = 1439328
SHA256 (gnome/28e28e9e5983.patch) = e12a423f16d68e6fd7fe9c2953b77c25aef85ca39d757f5e6debd53f266e0292
SIZE (gnome/28e28e9e5983.patch) = 909