pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/evilwm Fix C99-isms to make this package compile wi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9161843e0f24
branches: trunk
changeset: 495662:9161843e0f24
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Thu Jun 16 22:24:35 2005 +0000
description:
Fix C99-isms to make this package compile with gcc 2.95.
diffstat:
wm/evilwm/distinfo | 3 ++-
wm/evilwm/patches/patch-ab | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r dd66e8f837a9 -r 9161843e0f24 wm/evilwm/distinfo
--- a/wm/evilwm/distinfo Thu Jun 16 22:06:51 2005 +0000
+++ b/wm/evilwm/distinfo Thu Jun 16 22:24:35 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.12 2005/06/07 15:01:09 sketch Exp $
+$NetBSD: distinfo,v 1.13 2005/06/16 22:24:35 kristerw Exp $
SHA1 (evilwm-0.99.18.tar.gz) = a7f9f2acac87c182752050024bffc52e35aa9614
RMD160 (evilwm-0.99.18.tar.gz) = 16cb77abf6422b64ea3edee3781fc7623ed4f5d7
Size (evilwm-0.99.18.tar.gz) = 25688 bytes
SHA1 (patch-aa) = 400defe9475a1e611073d7fc2e4a91e89ddcebd4
+SHA1 (patch-ab) = be46c316e7727a1b6119724bb7c05cfa074654f2
diff -r dd66e8f837a9 -r 9161843e0f24 wm/evilwm/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/evilwm/patches/patch-ab Thu Jun 16 22:24:35 2005 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.3 2005/06/16 22:24:35 kristerw Exp $
+
+--- misc.c.orig Fri Jun 17 00:18:56 2005
++++ misc.c Fri Jun 17 00:19:15 2005
+@@ -34,7 +34,6 @@
+ }
+
+ void handle_signal(int signo) {
+- (void)signo; /* unused */
+ int i;
+ /* SIGCHLD check no longer necessary */
+ /* Quit Nicely */
+@@ -52,7 +51,6 @@
+ }
+
+ int handle_xerror(Display *dsply, XErrorEvent *e) {
+- (void)dsply; /* unused */
+ Client *c = find_client(e->resourceid);
+
+ /* If this error actually occurred while setting up the new
Home |
Main Index |
Thread Index |
Old Index