diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-07-09 15:13:58 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-07-09 15:13:58 +0300 |
commit | c79ebdd341c9dbfc95202647ea0f3e5e7cb8d29e (patch) | |
tree | 066436da9c92a15c1e682624045403388fb4ff8f | |
parent | lang/python311: fix stage with DEBUG option ON (diff) |
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
-rw-r--r-- | devel/glib20/files/patch-gio_glib-compile-schemas.c | 18 |
1 files changed, 0 insertions, 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); |