From f1d34209723cebd67909cd68cdaee411c5f905d2 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 13 Apr 2021 19:22:14 +0000 Subject: glib2: updated to 2.68.1 Overview of changes in GLib 2.68.1 ================================== * Fix a crash in `GKeyFile` when parsing a file which contains translations using a `GKeyFile` instance which has loaded another file previously * Pin GIO DLL in memory on Windows (!2016) * Bugs fixed: - g_key_file_load_from_file segfaults on "Key[*]="like lines - !1997 Backport !1996 Include glibconfig.h to get the G_OS_UNIX token to glib-2-68 - !2016 GIO W32: Pin gio DLL - !2021 Backport MR !2016 (GIO W32: Pin gio DLL) into glib-2-68 - !2022 Few fixes and notes for building on Visual Studio 2012 and earlier - !2034 Backport MR !2032 (gkeyfile: Drop a redundant check) into glib-2-68 - !2035 Backport !2026 Split g_test_log() messages that contain multiple lines to glib-2-68 * Translation updates: - English (United Kingdom) --- devel/glib2/patches/patch-glib_ghostutils.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 devel/glib2/patches/patch-glib_ghostutils.c (limited to 'devel/glib2/patches') diff --git a/devel/glib2/patches/patch-glib_ghostutils.c b/devel/glib2/patches/patch-glib_ghostutils.c deleted file mode 100644 index cac677de8f1..00000000000 --- a/devel/glib2/patches/patch-glib_ghostutils.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-glib_ghostutils.c,v 1.2 2021/03/31 10:11:38 wiz Exp $ - -Include glibconfig.h to get the G_OS_UNIX token -https://gitlab.gnome.org/GNOME/glib/-/commit/1fafbb82b0049dc76a72ebaeccda46db7166e7f2 - ---- glib/ghostutils.c.orig 2021-03-18 13:28:31.903625000 +0000 -+++ glib/ghostutils.c -@@ -18,6 +18,7 @@ - */ - - #include "config.h" -+#include "glibconfig.h" - - #include - -- cgit v1.2.3