pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/libgda/patches Not needed any longer (after ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f1b490e944c
branches:  trunk
changeset: 510727:7f1b490e944c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 02 22:47:58 2006 +0000

description:
Not needed any longer (after 1.9.102 update).

diffstat:

 databases/libgda/patches/patch-ag |  22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diffs (26 lines):

diff -r 729cb8173cf7 -r 7f1b490e944c databases/libgda/patches/patch-ag
--- a/databases/libgda/patches/patch-ag Sun Apr 02 22:46:55 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2005/10/26 10:08:24 drochner Exp $
-
---- libgda/gda-log.c.orig      2005-10-26 11:28:57.000000000 +0200
-+++ libgda/gda-log.c
-@@ -111,7 +111,7 @@ gda_log_message (const gchar *format, ..
- #ifdef LIBGDA_WIN32
-       g_log ("Gda", G_LOG_LEVEL_INFO, "%s", msg);
- #else
--      syslog (LOG_USER | LOG_INFO, msg);
-+      syslog (LOG_USER | LOG_INFO, "%s", msg);
- #endif
-       g_free (msg);
- }
-@@ -144,7 +144,7 @@ gda_log_error (const gchar * format, ...
- #ifdef LIBGDA_WIN32
-       g_log ("Gda", G_LOG_LEVEL_ERROR, "%s", msg);
- #else
--      syslog (LOG_USER | LOG_ERR, msg);
-+      syslog (LOG_USER | LOG_ERR, "%s", msg);
- #endif
-       g_free (msg);
- }



Home | Main Index | Thread Index | Old Index