pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/libnotify Fix C99ism so that this builds unde...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9942107902a9
branches:  trunk
changeset: 510797:9942107902a9
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Apr 04 13:27:44 2006 +0000

description:
Fix C99ism so that this builds under NetBSD 1.6.2.

diffstat:

 sysutils/libnotify/distinfo         |   3 ++-
 sysutils/libnotify/patches/patch-aa |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r c1d58faa2e8c -r 9942107902a9 sysutils/libnotify/distinfo
--- a/sysutils/libnotify/distinfo       Tue Apr 04 12:25:07 2006 +0000
+++ b/sysutils/libnotify/distinfo       Tue Apr 04 13:27:44 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/03/30 21:00:29 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2006/04/04 13:27:44 jmmv Exp $
 
 SHA1 (libnotify-0.3.2.tar.gz) = 689bc631cfe9af87fb5439a6266fcc5305be289b
 RMD160 (libnotify-0.3.2.tar.gz) = 934eb851b385b304a207657b01f9c24368e35c12
 Size (libnotify-0.3.2.tar.gz) = 337224 bytes
+SHA1 (patch-aa) = 9ff274136d023426b89a7cf2a89f22305e218db5
diff -r c1d58faa2e8c -r 9942107902a9 sysutils/libnotify/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libnotify/patches/patch-aa       Tue Apr 04 13:27:44 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 2006/04/04 13:27:44 jmmv Exp $
+
+--- tests/test-server-info.c.orig      2006-01-20 10:53:53.000000000 +0100
++++ tests/test-server-info.c
+@@ -26,10 +26,10 @@
+ int
+ main(int argc, char **argv)
+ {
+-      notify_init("TestCaps");
+       GList *l, *caps;
+       char *name, *vendor, *version, *spec_version;
+ 
++      notify_init("TestCaps");
+       if (!notify_get_server_info(&name, &vendor, &version, &spec_version))
+       {
+               fprintf(stderr, "Failed to receive server info.\n");



Home | Main Index | Thread Index | Old Index