pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gnome-online-accounts/patches Remove obsolete patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/544e4066d590
branches:  trunk
changeset: 308779:544e4066d590
user:      youri <youri%pkgsrc.org@localhost>
date:      Thu May 31 14:55:10 2018 +0000

description:
Remove obsolete patch.

diffstat:

 net/gnome-online-accounts/patches/patch-src_daemon_goadaemon.c |  24 ----------
 1 files changed, 0 insertions(+), 24 deletions(-)

diffs (28 lines):

diff -r 6db64b3ca976 -r 544e4066d590 net/gnome-online-accounts/patches/patch-src_daemon_goadaemon.c
--- a/net/gnome-online-accounts/patches/patch-src_daemon_goadaemon.c    Thu May 31 14:53:10 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-src_daemon_goadaemon.c,v 1.1 2016/02/04 13:59:38 wiz Exp $
-
-'%m' is only supported in syslog(3).
-https://bugzilla.gnome.org/show_bug.cgi?id=761262
-
---- src/daemon/goadaemon.c.orig        2015-06-09 10:34:12.000000000 +0000
-+++ src/daemon/goadaemon.c
-@@ -17,6 +17,7 @@
-  */
- 
- #include "config.h"
-+#include <errno.h>
- #include <glib/gi18n.h>
- #include <gio/gdesktopappinfo.h>
- #include <rest/rest-proxy.h>
-@@ -248,7 +249,7 @@ goa_daemon_init (GoaDaemon *self)
-   path = g_strdup_printf ("%s/goa-1.0", g_get_user_config_dir ());
-   if (g_mkdir_with_parents (path, 0755) != 0)
-     {
--      g_warning ("Error creating directory %s: %m", path);
-+      g_warning ("Error creating directory %s: %s", path, strerror(errno));
-     }
-   g_free (path);
- 



Home | Main Index | Thread Index | Old Index