summaryrefslogtreecommitdiff
path: root/mail/ja-mh
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-11-21 18:52:36 +0000
committerkristerw <kristerw>2004-11-21 18:52:36 +0000
commit2b34cb46e4c68a8d7af94a689fc89a3a25618145 (patch)
tree21552d5a629a3ecc8a5ce8366709e6f85b0e640b /mail/ja-mh
parentf65c70be6d260300dbc390e055543a33c9b93204 (diff)
downloadpkgsrc-2b34cb46e4c68a8d7af94a689fc89a3a25618145.tar.gz
gcc 2.95 has problems with K&R prototypes for varargs functions.
Change it to a ISO C prototype.
Diffstat (limited to 'mail/ja-mh')
-rw-r--r--mail/ja-mh/distinfo3
-rw-r--r--mail/ja-mh/patches/patch-at13
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/ja-mh/distinfo b/mail/ja-mh/distinfo
index a843f419862..4bd4f637e36 100644
--- a/mail/ja-mh/distinfo
+++ b/mail/ja-mh/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/09/18 04:43:39 taca Exp $
+$NetBSD: distinfo,v 1.3 2004/11/21 18:52:36 kristerw Exp $
SHA1 (mh-6.8.4-JP-3.03.tar.gz) = e533b22c23e79e8cba50ed2fe391f0f3b3ca332a
Size (mh-6.8.4-JP-3.03.tar.gz) = 1567712 bytes
@@ -21,3 +21,4 @@ SHA1 (patch-ap) = bde44e5f75ee1e124b5fff9679823e1ee2c313f0
SHA1 (patch-aq) = e9399fe4a26005be428960666ac7ac437789aaa5
SHA1 (patch-ar) = 3f9a0e510c9649ac07f07ef86f4a139bba1a5055
SHA1 (patch-as) = 287118b416c42d4ec340c4548242d4e15afa6748
+SHA1 (patch-at) = 5594d3beac4e911cfa3ff277d4ae034a6dccdccb
diff --git a/mail/ja-mh/patches/patch-at b/mail/ja-mh/patches/patch-at
new file mode 100644
index 00000000000..b93fe80a1e2
--- /dev/null
+++ b/mail/ja-mh/patches/patch-at
@@ -0,0 +1,13 @@
+$NetBSD: patch-at,v 1.1 2004/11/21 18:52:36 kristerw Exp $
+
+--- h/mh.h.orig Sun Nov 21 19:31:18 2004
++++ h/mh.h Sun Nov 21 19:33:05 2004
+@@ -253,7 +253,7 @@
+ int atooi ();
+ char **brkstring ();
+ void closefds ();
+-char *concat ();
++char *concat (char *first, ...);
+ char *copy ();
+ char **copyip ();
+ void cpydata ();