pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/sch Make this package compile when using gcc 3.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/469fb37bc3e8
branches: trunk
changeset: 475713:469fb37bc3e8
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun May 23 23:28:08 2004 +0000
description:
Make this package compile when using gcc 3.3.
diffstat:
misc/sch/distinfo | 3 ++-
misc/sch/patches/patch-aa | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 2d6ecd819b90 -r 469fb37bc3e8 misc/sch/distinfo
--- a/misc/sch/distinfo Sun May 23 23:03:40 2004 +0000
+++ b/misc/sch/distinfo Sun May 23 23:28:08 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 13:52:20 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/05/23 23:28:08 kristerw Exp $
SHA1 (sch-20010224.tar.gz) = 428f3581d4705d5816430efbb3b49634f2f38b32
Size (sch-20010224.tar.gz) = 185050 bytes
+SHA1 (patch-aa) = 1186dc4e76f6a1d3caede08b0d33d7683a5e70eb
diff -r 2d6ecd819b90 -r 469fb37bc3e8 misc/sch/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/sch/patches/patch-aa Sun May 23 23:28:08 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/05/23 23:28:08 kristerw Exp $
+--- ../opts.c.orig 2004-05-24 01:23:56.000000000 +0200
++++ ../opts.c 2004-05-24 01:24:52.000000000 +0200
+@@ -82,7 +82,7 @@
+ { "oldformat", v_bool, &oldformat, action_thru, 0 },
+ { "tabhour", v_int, &tabhour, action_thru, 0 },
+ { "verbose", v_bool, &verbose, action_thru, 0 },
+- { NULL, NULL, NULL },
++ { NULL, 0, NULL, NULL },
+ };
+
+ static int repaint;
Home |
Main Index |
Thread Index |
Old Index