summaryrefslogtreecommitdiff
path: root/time/wmtime/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-17 23:32:09 +0000
committerwiz <wiz@pkgsrc.org>2000-12-17 23:32:09 +0000
commitdf7948804e18401baeb9f3f2ca9b7ded3f4f66c7 (patch)
tree73288b5bb97270ccddd92731e20bbfff8858d306 /time/wmtime/patches
parent389033175de2a6d1922929cf5b7598f2da56932a (diff)
downloadpkgsrc-df7948804e18401baeb9f3f2ca9b7ded3f4f66c7.tar.gz
New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime, misc/remind, sysutils/logtime, and 19 more from x11.
Diffstat (limited to 'time/wmtime/patches')
-rw-r--r--time/wmtime/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/wmtime/patches/patch-aa b/time/wmtime/patches/patch-aa
new file mode 100644
index 00000000000..7043f19276b
--- /dev/null
+++ b/time/wmtime/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 23:32:21 wiz Exp $
+
+--- wmtime.c Wed May 20 06:34:53 1998
++++ wmtime.c.orig Sat Nov 28 18:44:59 1998
+@@ -89,7 +89,7 @@
+ char *ProgName;
+ int digital = 0;
+ char day_of_week[7][3] = { "SU", "MO", "TU", "WE", "TH", "FR", "SA" };
+-char mon_of_year[12][4] = { "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOW", "DEC" };
++char mon_of_year[12][4] = { "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC" };
+
+ /* functions */
+ void usage(void);