summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-08 21:07:48 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-08 21:07:48 +0000
commit5d0ad11ea1b5c11d571148b57df529c4cb17543a (patch)
tree62065983b7eb6ef6df4541ed68866e7cb0df162b /time
parent27ea3183bc7b1c19de97fa5bdccb857b3618e34d (diff)
downloadpkgsrc-5d0ad11ea1b5c11d571148b57df529c4cb17543a.tar.gz
Don't use malloc.h.
Diffstat (limited to 'time')
-rw-r--r--time/plan/distinfo9
-rw-r--r--time/plan/patches/patch-ac14
-rw-r--r--time/plan/patches/patch-ad13
-rw-r--r--time/plan/patches/patch-ah14
-rw-r--r--time/plan/patches/patch-ai20
-rw-r--r--time/plan/patches/patch-aj14
-rw-r--r--time/plan/patches/patch-ak16
7 files changed, 94 insertions, 6 deletions
diff --git a/time/plan/distinfo b/time/plan/distinfo
index a293a9f7b52..6e4b55a9753 100644
--- a/time/plan/distinfo
+++ b/time/plan/distinfo
@@ -1,11 +1,16 @@
-$NetBSD: distinfo,v 1.8 2007/04/28 15:20:43 reed Exp $
+$NetBSD: distinfo,v 1.9 2007/08/08 21:07:48 joerg Exp $
SHA1 (plan-1.9.tar.gz) = 65afff961f801f888714993a9ed6e42a95b2d958
RMD160 (plan-1.9.tar.gz) = 7bed3f29c62341c264c9edeb60666d83092139ea
Size (plan-1.9.tar.gz) = 441599 bytes
SHA1 (patch-aa) = 8909b4fab90facef041879bc41d81e84a3bd7430
SHA1 (patch-ab) = 6670c398271e5ee6d32194c0b69850f381b5cc5c
+SHA1 (patch-ac) = cc9b1d9dacd1c84eeee0c9a82193d0d588ca64e4
+SHA1 (patch-ad) = 0a5e3b54576759d42381596925612509b4f94671
SHA1 (patch-ae) = 64c71d707c8e99837a2395fc0cf115eb9f71d9cd
SHA1 (patch-af) = 58fadadd62916452aa2036ddf9a26b7448149804
SHA1 (patch-ag) = e99b6cf76ea463b9e75ee6760aaa1ad2e3a1afa1
-SHA1 (patch-ai) = c5cd47ea2bb004219df7807f107ff26fdcc53f51
+SHA1 (patch-ah) = b5067b9d0cf20a599fb9b1288a89ebc0d5a7da92
+SHA1 (patch-ai) = 23c6a25095296d932435969c884ae706820d9a1d
+SHA1 (patch-aj) = 05bb2fcef75bc11c1904bc2bc54f171b42f04167
+SHA1 (patch-ak) = 4a76d71c457d43950b9d4c2beb9e6f86da2590aa
diff --git a/time/plan/patches/patch-ac b/time/plan/patches/patch-ac
new file mode 100644
index 00000000000..ec888545a54
--- /dev/null
+++ b/time/plan/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.3 2007/08/08 21:07:48 joerg Exp $
+
+--- weekcalc.c.orig 2007-08-08 20:37:57.000000000 +0000
++++ weekcalc.c
+@@ -8,9 +8,6 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
+-#if !defined NEWSOS4 && !defined STDLIBMALLOC
+-#include <malloc.h>
+-#endif
+ #include <time.h>
+ #include <Xm/Xm.h>
+ #include "cal.h"
diff --git a/time/plan/patches/patch-ad b/time/plan/patches/patch-ad
new file mode 100644
index 00000000000..a217c20106c
--- /dev/null
+++ b/time/plan/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.3 2007/08/08 21:07:48 joerg Exp $
+
+--- servmenu.c.orig 2007-08-08 20:39:15.000000000 +0000
++++ servmenu.c
+@@ -8,7 +8,7 @@
+
+ #include <stdio.h>
+ #include <time.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <Xm/Xm.h>
+ #include <Xm/DialogS.h>
+ #include <Xm/Form.h>
diff --git a/time/plan/patches/patch-ah b/time/plan/patches/patch-ah
new file mode 100644
index 00000000000..5728ccc5dd8
--- /dev/null
+++ b/time/plan/patches/patch-ah
@@ -0,0 +1,14 @@
+$NetBSD: patch-ah,v 1.3 2007/08/08 21:07:49 joerg Exp $
+
+--- yovcalc.c.orig 2007-08-08 20:40:01.000000000 +0000
++++ yovcalc.c
+@@ -8,9 +8,6 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
+-#if !defined NEWSOS4 && !defined STDLIBMALLOC
+-#include <malloc.h>
+-#endif
+ #include <time.h>
+ #include <Xm/Xm.h>
+ #include "cal.h"
diff --git a/time/plan/patches/patch-ai b/time/plan/patches/patch-ai
index 92a73672bf9..3c9ad505b11 100644
--- a/time/plan/patches/patch-ai
+++ b/time/plan/patches/patch-ai
@@ -1,8 +1,20 @@
-$NetBSD: patch-ai,v 1.2 2007/04/28 15:20:43 reed Exp $
+$NetBSD: patch-ai,v 1.3 2007/08/08 21:07:49 joerg Exp $
---- holiday.c.orig 2005-01-09 03:44:34.000000000 -0600
-+++ holiday.c 2007-04-26 09:22:32.000000000 -0500
-@@ -52,7 +52,7 @@
+--- holiday.c.orig 2005-01-09 09:44:34.000000000 +0000
++++ holiday.c
+@@ -20,11 +20,6 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <time.h>
+-#ifndef NEWSOS4
+-#ifndef STDLIBMALLOC
+-#include <malloc.h>
+-#endif
+-#endif
+ #ifdef CPP_PATH
+ #include <sys/types.h>
+ #include <sys/stat.h>
+@@ -52,7 +47,7 @@ static int calc_pascha(int);
extern int yyparse(void);
diff --git a/time/plan/patches/patch-aj b/time/plan/patches/patch-aj
new file mode 100644
index 00000000000..03c76100a2e
--- /dev/null
+++ b/time/plan/patches/patch-aj
@@ -0,0 +1,14 @@
+$NetBSD: patch-aj,v 1.3 2007/08/08 21:07:49 joerg Exp $
+
+--- daycalc.c.orig 2007-08-08 20:41:35.000000000 +0000
++++ daycalc.c
+@@ -8,9 +8,6 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
+-#if !defined NEWSOS4 && !defined STDLIBMALLOC
+-#include <malloc.h>
+-#endif
+ #include <time.h>
+ #include <Xm/Xm.h>
+ #include "cal.h"
diff --git a/time/plan/patches/patch-ak b/time/plan/patches/patch-ak
new file mode 100644
index 00000000000..c76fa3121df
--- /dev/null
+++ b/time/plan/patches/patch-ak
@@ -0,0 +1,16 @@
+$NetBSD: patch-ak,v 1.1 2007/08/08 21:07:49 joerg Exp $
+
+--- help.c.orig 2007-08-08 20:42:55.000000000 +0000
++++ help.c
+@@ -17,11 +17,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <time.h>
+-#ifndef NEWSOS4
+-#ifndef STDLIBMALLOC
+-#include <malloc.h>
+-#endif
+-#endif
+ #include <Xm/Xm.h>
+ #include <Xm/DialogS.h>
+ #include <Xm/Form.h>