diff --git a/devel/glib2/patches/patch-glib_gfileutils_c b/devel/glib2/patches/patch-glib_gfileutils_c index 4f7530dc5b3..c7fc42e950a 100644 --- a/devel/glib2/patches/patch-glib_gfileutils_c +++ b/devel/glib2/patches/patch-glib_gfileutils_c @@ -1,9 +1,6 @@ -$OpenBSD: patch-glib_gfileutils_c,v 1.4 2019/03/10 09:00:29 ajacoutot Exp $ +$OpenBSD: patch-glib_gfileutils_c,v 1.5 2019/05/12 16:24:04 ajacoutot Exp $ -Try to create the complete path right away and fall back to creating all path -elements one by one. - -Ignore ENOENT errors up until the last element to help programs using unveil(2). +https://gitlab.gnome.org/GNOME/glib/merge_requests/832 Index: glib/gfileutils.c --- glib/gfileutils.c.orig diff --git a/devel/glib2/patches/patch-glib_gutils_c b/devel/glib2/patches/patch-glib_gutils_c index 42d82974b53..ad66ed98d67 100644 --- a/devel/glib2/patches/patch-glib_gutils_c +++ b/devel/glib2/patches/patch-glib_gutils_c @@ -1,7 +1,6 @@ -$OpenBSD: patch-glib_gutils_c,v 1.10 2019/05/01 12:09:11 robert Exp $ +$OpenBSD: patch-glib_gutils_c,v 1.11 2019/05/12 16:24:04 ajacoutot Exp $ -Check if the XDG directories actually exist before adding them to the list which -is specially important for programs using unveil(2). +https://gitlab.gnome.org/GNOME/glib/merge_requests/833 Index: glib/gutils.c --- glib/gutils.c.orig