git: c79ebdd341c9 - main - devel/glib20: Remove stale patch

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 09 Jul 2024 12:15:09 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c79ebdd341c9dbfc95202647ea0f3e5e7cb8d29e

commit c79ebdd341c9dbfc95202647ea0f3e5e7cb8d29e
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-07-09 12:13:58 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-07-09 12:13:58 +0000

    devel/glib20: Remove stale patch
    
    This patch is guarding a deprecation warning for 11 years now.
    
    Context: https://github.com/freebsd/freebsd-ports/commit/7887c684adab042fed1bfcba2e91589ecd17c4a8#r130575626
    
    Tested by:      arrowd
    Sponsored by:   Serenity Cybersecurity, LLC
---
 devel/glib20/files/patch-gio_glib-compile-schemas.c | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/devel/glib20/files/patch-gio_glib-compile-schemas.c b/devel/glib20/files/patch-gio_glib-compile-schemas.c
deleted file mode 100644
index cdf50e71996a..000000000000
--- a/devel/glib20/files/patch-gio_glib-compile-schemas.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- gio/glib-compile-schemas.c.orig	2017-08-07 16:58:31.000000000 +0200
-+++ gio/glib-compile-schemas.c	2017-09-15 09:25:19.746310000 +0200
-@@ -1219,6 +1219,7 @@ parse_state_start_schema (ParseState  *state,
-       return;
-     }
- 
-+#if 0
-   if (path && (g_str_has_prefix (path, "/apps/") ||
-                g_str_has_prefix (path, "/desktop/") ||
-                g_str_has_prefix (path, "/system/")))
-@@ -1231,6 +1232,7 @@ parse_state_start_schema (ParseState  *state,
-       g_printerr ("%s\n", message);
-       g_free (message);
-     }
-+#endif
- 
-   state->schema_state = schema_state_new (path, gettext_domain,
-                                           extends, extends_name, list_of);