Date: Sun, 22 Oct 2023 07:45:45 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a98f932a68f6 - main - devel/glib20: Remove another stale patch Message-ID: <202310220745.39M7jjjB098911@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=a98f932a68f6dc89221e27f2c58532591d32ada4 commit a98f932a68f6dc89221e27f2c58532591d32ada4 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-10-22 07:44:00 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-10-22 07:45:42 +0000 devel/glib20: Remove another stale patch Approved by: rnagy [1] [1] https://github.com/freebsd/freebsd-ports/commit/9c491d7c0f531ffaa275d5585c3cbaefc97936c5#commitcomment-130605472 --- devel/glib20/files/patch-glib_gfileutils.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/devel/glib20/files/patch-glib_gfileutils.c b/devel/glib20/files/patch-glib_gfileutils.c deleted file mode 100644 index f26011803925..000000000000 --- a/devel/glib20/files/patch-glib_gfileutils.c +++ /dev/null @@ -1,14 +0,0 @@ -https://gitlab.gnome.org/GNOME/glib/merge_requests/832 - -Index: glib/gfileutils.c ---- glib/gfileutils.c.orig -+++ glib/gfileutils.c -@@ -259,7 +259,7 @@ g_mkdir_with_parents (const gchar *pathname, - - if (!g_file_test (fn, G_FILE_TEST_EXISTS)) - { -- if (g_mkdir (fn, mode) == -1 && errno != EEXIST) -+ if (g_mkdir (fn, mode) == -1 && errno != EEXIST && (p ? (errno != ENOENT) : (-1))) - { - int errno_save = errno; - if (errno != ENOENT || !p)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310220745.39M7jjjB098911>