pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/imwheel Fix multiline string literals so it compil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2840eb76580f
branches: trunk
changeset: 466114:2840eb76580f
user: zuntum <zuntum%pkgsrc.org@localhost>
date: Sun Jan 11 20:46:49 2004 +0000
description:
Fix multiline string literals so it compiles with gcc3.
diffstat:
x11/imwheel/distinfo | 3 ++-
x11/imwheel/patches/patch-ac | 23 +++++++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r cec694410802 -r 2840eb76580f x11/imwheel/distinfo
--- a/x11/imwheel/distinfo Sun Jan 11 20:31:44 2004 +0000
+++ b/x11/imwheel/distinfo Sun Jan 11 20:46:49 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/04/27 13:32:01 zuntum Exp $
+$NetBSD: distinfo,v 1.2 2004/01/11 20:46:49 zuntum Exp $
SHA1 (imwheel-0.9.9.tar.gz) = cbf5d40f764d4b7382538954b68bb9a6c4faa336
Size (imwheel-0.9.9.tar.gz) = 411882 bytes
SHA1 (patch-aa) = f869d434415e526b24451205383009be76829f28
SHA1 (patch-ab) = 2547c10c55626568e9447f2a5f2258e83d26e506
+SHA1 (patch-ac) = ce2d5ef56c685a68ae735b1d5a354b7b163e5ee5
diff -r cec694410802 -r 2840eb76580f x11/imwheel/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/imwheel/patches/patch-ac Sun Jan 11 20:46:49 2004 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ac,v 1.1 2004/01/11 20:46:49 zuntum Exp $
+
+--- util.c.orig 2000-10-31 13:06:05.000000000 +0100
++++ util.c
+@@ -330,12 +330,12 @@ void WritePID()
+ fclose(f);
+ if(pid>0 && useFifo)
+ {
+- fprintf(stderr,"\
+-ERROR: imwheel is already running or there is a stale pid file
+- check on processes listed below.
+- run with -k to kill running imwheels.
+- remove pid file %s.
+- or run with -p to avoid the pid file altogether.\n",PIDFILE);
++ fprintf(stderr,
++"ERROR: imwheel is already running or there is a stale pid file\n"
++" check on processes listed below.\n"
++" run with -k to kill running imwheels.\n"
++" remove pid file %s.\n"
++" or run with -p to avoid the pid file altogether.\n",PIDFILE);
+ if((f=fopen(PIDFILE,"r")))
+ {
+ while(fscanf(f,"%d",&pid)>0)
Home |
Main Index |
Thread Index |
Old Index