pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/telepathy-mission-control Don't define a function...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c8a461c2617
branches:  trunk
changeset: 610430:4c8a461c2617
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 24 15:39:21 2012 +0000

description:
Don't define a function inline without providing the implementation.

diffstat:

 chat/telepathy-mission-control/distinfo                      |   4 ++-
 chat/telepathy-mission-control/patches/patch-src_mcd-debug.c |  13 ++++++++++++
 chat/telepathy-mission-control/patches/patch-src_mcd-debug.h |  13 ++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r f1e3b96fc559 -r 4c8a461c2617 chat/telepathy-mission-control/distinfo
--- a/chat/telepathy-mission-control/distinfo   Wed Oct 24 15:38:43 2012 +0000
+++ b/chat/telepathy-mission-control/distinfo   Wed Oct 24 15:39:21 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2012/05/06 20:03:03 dholland Exp $
+$NetBSD: distinfo,v 1.3 2012/10/24 15:39:21 joerg Exp $
 
 SHA1 (telepathy-mission-control-4.67.tar.gz) = bd0c140e735b180c316b787078b773d7b6a324f8
 RMD160 (telepathy-mission-control-4.67.tar.gz) = c0980b4761a942750b63e5c7a24d55a85d690e9f
@@ -6,3 +6,5 @@
 SHA1 (patch-aa) = 605b62d4ec8e739f092f65aca5bfd8b633327e42
 SHA1 (patch-libmcclient_dbus-api_h) = b55a8a462b55b2392f5a895619e4e7f0337f62d0
 SHA1 (patch-libmissioncontrol_dbus-api_h) = e0db59b285d92f23e37f1c1e6136d3d42de52f06
+SHA1 (patch-src_mcd-debug.c) = efdc57bb9334ac3aab38588d45d8a8685d0d404d
+SHA1 (patch-src_mcd-debug.h) = e2ecec3fb322bb6a307e9e816c5a617b95e6c5b5
diff -r f1e3b96fc559 -r 4c8a461c2617 chat/telepathy-mission-control/patches/patch-src_mcd-debug.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-mission-control/patches/patch-src_mcd-debug.c      Wed Oct 24 15:39:21 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_mcd-debug.c,v 1.1 2012/10/24 15:39:21 joerg Exp $
+
+--- src/mcd-debug.c.orig       2012-10-24 13:23:51.000000000 +0000
++++ src/mcd-debug.c
+@@ -119,7 +119,7 @@ void mcd_debug_init ()
+       mc_debug = atoi (mc_debug_str);
+ }
+ 
+-inline gint mcd_debug_get_level ()
++gint mcd_debug_get_level ()
+ {
+     return mc_debug;
+ }
diff -r f1e3b96fc559 -r 4c8a461c2617 chat/telepathy-mission-control/patches/patch-src_mcd-debug.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-mission-control/patches/patch-src_mcd-debug.h      Wed Oct 24 15:39:21 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_mcd-debug.h,v 1.1 2012/10/24 15:39:21 joerg Exp $
+
+--- src/mcd-debug.h.orig       2012-10-24 13:23:53.000000000 +0000
++++ src/mcd-debug.h
+@@ -35,7 +35,7 @@ G_BEGIN_DECLS
+ 
+ void mcd_debug_init ();
+ 
+-inline gint mcd_debug_get_level ();
++gint mcd_debug_get_level ();
+ 
+ void mcd_debug_ref (gpointer obj, const gchar *filename, gint linenum);
+ void mcd_debug_unref (gpointer obj, const gchar *filename, gint linenum);



Home | Main Index | Thread Index | Old Index