summaryrefslogtreecommitdiff
path: root/japanese/mh
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-11-01 10:23:44 +0000
committersakamoto <sakamoto>1999-11-01 10:23:44 +0000
commitb2e762ee2b43c750944e917b4023f46da36ee3a5 (patch)
tree49d280f172814d6216ffaec68da68c9836c18912 /japanese/mh
parent21716f80b6ff4cc424cb2a9ebc07a13da397c779 (diff)
downloadpkgsrc-b2e762ee2b43c750944e917b4023f46da36ee3a5.tar.gz
Add patches for warning of vfork and tputs,
from nork@cityfujisawa.ne.jp (Norikatsu Shigemura).
Diffstat (limited to 'japanese/mh')
-rw-r--r--japanese/mh/files/patch-sum21
-rw-r--r--japanese/mh/patches/patch-aa23
-rw-r--r--japanese/mh/patches/patch-ab23
-rw-r--r--japanese/mh/patches/patch-ac12
-rw-r--r--japanese/mh/patches/patch-ad12
-rw-r--r--japanese/mh/patches/patch-ae12
-rw-r--r--japanese/mh/patches/patch-af12
-rw-r--r--japanese/mh/patches/patch-ag12
-rw-r--r--japanese/mh/patches/patch-ah12
-rw-r--r--japanese/mh/patches/patch-ai12
-rw-r--r--japanese/mh/patches/patch-aj12
-rw-r--r--japanese/mh/patches/patch-ak12
-rw-r--r--japanese/mh/patches/patch-al29
-rw-r--r--japanese/mh/patches/patch-am12
-rw-r--r--japanese/mh/patches/patch-an12
-rw-r--r--japanese/mh/patches/patch-ao12
-rw-r--r--japanese/mh/patches/patch-ap13
-rw-r--r--japanese/mh/patches/patch-aq13
18 files changed, 239 insertions, 27 deletions
diff --git a/japanese/mh/files/patch-sum b/japanese/mh/files/patch-sum
index c7d565d151f..fbe0944b843 100644
--- a/japanese/mh/files/patch-sum
+++ b/japanese/mh/files/patch-sum
@@ -1,4 +1,19 @@
-$NetBSD: patch-sum,v 1.3 1999/11/01 04:03:10 sakamoto Exp $
+$NetBSD: patch-sum,v 1.4 1999/11/01 10:23:44 sakamoto Exp $
-MD5 (patch-aa) = 6fb5eb998332429846ef8dc4b338ec9d
-MD5 (patch-ab) = 60c71e50e18108f4a992c769c2c97259
+MD5 (patch-aa) = 1424885ff7833365c49bee14d3a2757a
+MD5 (patch-ab) = 607a0baab4493aeae433a2bed07616ee
+MD5 (patch-ac) = ae7b8c7f34aadcd344efdcc9ca3b0b9d
+MD5 (patch-ad) = 551199bfa622377ee1b77e6e52bbd1a0
+MD5 (patch-ae) = 79ab3387dddea33b6d30129c0685339c
+MD5 (patch-af) = 1cf75be2936e90c742d7b32284ed7643
+MD5 (patch-ag) = b8dabb3f10c4a6dd13a0befef6392a40
+MD5 (patch-ah) = 6d2b5a06064731bb0f24cf327ae979d2
+MD5 (patch-ai) = cad8ee2bee3377a2824731ad40c23e8c
+MD5 (patch-aj) = 036f01c379857f0130bc6e4b01ccfbaa
+MD5 (patch-ak) = 9b30f574c034ff8baf8cb713ea7f228e
+MD5 (patch-al) = cf144d0b5cd50ed8d2a32a31017cae05
+MD5 (patch-am) = 7bc2e59ce8b3979079dbf9b96bffe78e
+MD5 (patch-an) = f3970daf6c8df324b9815eee1d41ee38
+MD5 (patch-ao) = 82ad6f70b8dc19bbd61eb19947717d23
+MD5 (patch-ap) = 7e8b2f678d7de9c9d53a0a4b27eb2b5c
+MD5 (patch-aq) = e6d9b7d5399184430f943ce684d3bd38
diff --git a/japanese/mh/patches/patch-aa b/japanese/mh/patches/patch-aa
index bf859c2a037..e1b0be987df 100644
--- a/japanese/mh/patches/patch-aa
+++ b/japanese/mh/patches/patch-aa
@@ -1,13 +1,12 @@
-$NetBSD: patch-aa,v 1.3 1999/11/01 04:03:10 sakamoto Exp $
+$NetBSD: patch-aa,v 1.4 1999/11/01 10:23:45 sakamoto Exp $
---- ./configure.in.orig Fri Oct 1 23:01:15 1999
-+++ ./configure.in Fri Oct 29 17:02:23 1999
-@@ -354,4 +354,8 @@
- fi
- fi
-+ if test "$OBJECT_FMT" = ELF
-+ then
-+ sharedlib=gnuelf
-+ fi
- slflags="-fpic"
- slibdir=$libdir
+--- ./sbr/m_getdefs.c.orig Wed Dec 2 02:05:00 1998
++++ ./sbr/m_getdefs.c Mon Nov 1 19:13:29 1999
+@@ -7,4 +7,7 @@
+ #include <stdio.h>
+ #include <errno.h>
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+ #include <sys/types.h>
+ #include <sys/stat.h>
diff --git a/japanese/mh/patches/patch-ab b/japanese/mh/patches/patch-ab
index 85da0be9615..4c142610663 100644
--- a/japanese/mh/patches/patch-ab
+++ b/japanese/mh/patches/patch-ab
@@ -1,13 +1,12 @@
-$NetBSD: patch-ab,v 1.3 1999/11/01 04:03:10 sakamoto Exp $
+$NetBSD: patch-ab,v 1.4 1999/11/01 10:23:45 sakamoto Exp $
---- ./configure.orig Fri Oct 1 23:01:45 1999
-+++ ./configure Fri Oct 29 17:02:29 1999
-@@ -1386,4 +1386,8 @@
- fi
- fi
-+ if test "$OBJECT_FMT" = ELF
-+ then
-+ sharedlib=gnuelf
-+ fi
- slflags="-fpic"
- slibdir=$libdir
+--- ./sbr/refile.c.orig Wed Dec 1 13:01:26 1993
++++ ./sbr/refile.c Mon Nov 1 19:13:30 1999
+@@ -6,4 +6,7 @@
+ #include "../h/mh.h"
+ #include <stdio.h>
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+ int refile (arg, file)
diff --git a/japanese/mh/patches/patch-ac b/japanese/mh/patches/patch-ac
new file mode 100644
index 00000000000..c7a3f0b2909
--- /dev/null
+++ b/japanese/mh/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 1999/11/01 10:23:45 sakamoto Exp $
+
+--- ./sbr/remdir.c.orig Fri Apr 24 06:02:00 1998
++++ ./sbr/remdir.c Mon Nov 1 19:13:30 1999
+@@ -6,4 +6,7 @@
+ #include "../h/mh.h"
+ #include <stdio.h>
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+
diff --git a/japanese/mh/patches/patch-ad b/japanese/mh/patches/patch-ad
new file mode 100644
index 00000000000..91a7757df37
--- /dev/null
+++ b/japanese/mh/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 1999/11/01 10:23:45 sakamoto Exp $
+
+--- ./sbr/showfile.c.orig Wed Dec 1 13:01:26 1993
++++ ./sbr/showfile.c Mon Nov 1 19:13:30 1999
+@@ -3,4 +3,7 @@
+ #include "../h/mh.h"
+ #include <stdio.h>
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+
diff --git a/japanese/mh/patches/patch-ae b/japanese/mh/patches/patch-ae
new file mode 100644
index 00000000000..cdfa26702e4
--- /dev/null
+++ b/japanese/mh/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 1999/11/01 10:23:45 sakamoto Exp $
+
+--- ./uip/inc.c.orig Fri Sep 10 02:10:53 1999
++++ ./uip/inc.c Mon Nov 1 19:13:30 1999
+@@ -38,4 +38,7 @@
+ #include <locale.h>
+ #endif
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+ /* */
diff --git a/japanese/mh/patches/patch-af b/japanese/mh/patches/patch-af
new file mode 100644
index 00000000000..e56890ed451
--- /dev/null
+++ b/japanese/mh/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 1999/11/01 10:23:45 sakamoto Exp $
+
+--- ./uip/mhlsbr.c.orig Tue Feb 9 20:30:00 1999
++++ ./uip/mhlsbr.c Mon Nov 1 19:13:30 1999
+@@ -21,4 +21,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+
diff --git a/japanese/mh/patches/patch-ag b/japanese/mh/patches/patch-ag
new file mode 100644
index 00000000000..6a9698e8ddb
--- /dev/null
+++ b/japanese/mh/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 1999/11/01 10:23:45 sakamoto Exp $
+
+--- ./uip/mhn.c.orig Tue Feb 9 20:30:00 1999
++++ ./uip/mhn.c Mon Nov 1 19:13:30 1999
+@@ -19,4 +19,7 @@
+ #include <locale.h>
+ #endif
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+ /* */
diff --git a/japanese/mh/patches/patch-ah b/japanese/mh/patches/patch-ah
new file mode 100644
index 00000000000..b26983a9525
--- /dev/null
+++ b/japanese/mh/patches/patch-ah
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 1999/11/01 10:23:45 sakamoto Exp $
+
+--- ./uip/rcvtty.c.orig Tue Feb 9 20:30:00 1999
++++ ./uip/rcvtty.c Mon Nov 1 19:13:30 1999
+@@ -30,4 +30,7 @@
+ #include <locale.h>
+ #endif
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+ /* */
diff --git a/japanese/mh/patches/patch-ai b/japanese/mh/patches/patch-ai
new file mode 100644
index 00000000000..47a0289c3e8
--- /dev/null
+++ b/japanese/mh/patches/patch-ai
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1 1999/11/01 10:23:45 sakamoto Exp $
+
+--- ./uip/replsbr.c.orig Fri Sep 10 13:51:41 1999
++++ ./uip/replsbr.c Mon Nov 1 19:13:30 1999
+@@ -11,4 +11,7 @@
+ #include <sys/types.h> /* off_t */
+ #include <sys/file.h> /* L_SET */
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+
diff --git a/japanese/mh/patches/patch-aj b/japanese/mh/patches/patch-aj
new file mode 100644
index 00000000000..aa01c40f1fd
--- /dev/null
+++ b/japanese/mh/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 1999/11/01 10:23:45 sakamoto Exp $
+
+--- ./uip/sendsbr.c.orig Tue Feb 9 20:30:00 1999
++++ ./uip/sendsbr.c Mon Nov 1 19:13:30 1999
+@@ -10,4 +10,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+ static alert(), anno(), annoaux();
diff --git a/japanese/mh/patches/patch-ak b/japanese/mh/patches/patch-ak
new file mode 100644
index 00000000000..300cfc1ffc3
--- /dev/null
+++ b/japanese/mh/patches/patch-ak
@@ -0,0 +1,12 @@
+$NetBSD: patch-ak,v 1.1 1999/11/01 10:23:45 sakamoto Exp $
+
+--- ./uip/spost.c.orig Wed Dec 2 02:05:00 1998
++++ ./uip/spost.c Mon Nov 1 19:13:30 1999
+@@ -23,4 +23,7 @@
+ #include <locale.h>
+ #endif
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+ extern char *getfullname (), *getusr ();
diff --git a/japanese/mh/patches/patch-al b/japanese/mh/patches/patch-al
new file mode 100644
index 00000000000..317a47c697b
--- /dev/null
+++ b/japanese/mh/patches/patch-al
@@ -0,0 +1,29 @@
+$NetBSD: patch-al,v 1.1 1999/11/01 10:23:45 sakamoto Exp $
+
+--- ./uip/vmh.c.orig Tue Feb 9 20:30:00 1999
++++ ./uip/vmh.c Mon Nov 1 19:13:30 1999
+@@ -24,4 +24,7 @@
+ */
+
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+ #ifdef __osf__
+ #define _BSD
+@@ -88,5 +91,9 @@
+ void __cputchar __P((int));
+ #undef _putchar
++#ifdef BSD44
++#define _putchar __cputchar
++#else
+ #define _putchar (int (*)()) __cputchar
++#endif
+ #include <sys/ioctl.h> /* sgttyb */
+ #endif /* !__NCURSES_H && (BSD44 || linux) */
+@@ -1510,5 +1517,5 @@
+ TYPESIG (*tstat) ();
+
+- if ((pgrp = getpgrp (0)) == NOTOK)
++ if ((pgrp = getpgrp (/*0*/)) == NOTOK)
+ adios ("process group", "unable to determine");
+ for (;;) {
diff --git a/japanese/mh/patches/patch-am b/japanese/mh/patches/patch-am
new file mode 100644
index 00000000000..152b6d45896
--- /dev/null
+++ b/japanese/mh/patches/patch-am
@@ -0,0 +1,12 @@
+$NetBSD: patch-am,v 1.1 1999/11/01 10:23:46 sakamoto Exp $
+
+--- ./uip/vmhtest.c.orig Fri Apr 24 06:02:00 1998
++++ ./uip/vmhtest.c Mon Nov 1 19:13:30 1999
+@@ -11,4 +11,7 @@
+ #include <locale.h>
+ #endif
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+ /* */
diff --git a/japanese/mh/patches/patch-an b/japanese/mh/patches/patch-an
new file mode 100644
index 00000000000..1d911632adf
--- /dev/null
+++ b/japanese/mh/patches/patch-an
@@ -0,0 +1,12 @@
+$NetBSD: patch-an,v 1.1 1999/11/01 10:23:46 sakamoto Exp $
+
+--- ./uip/whatnowsbr.c.orig Tue Feb 9 20:30:00 1999
++++ ./uip/whatnowsbr.c Mon Nov 1 19:13:30 1999
+@@ -9,4 +9,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+ #ifndef MIME
diff --git a/japanese/mh/patches/patch-ao b/japanese/mh/patches/patch-ao
new file mode 100644
index 00000000000..c543832e8b9
--- /dev/null
+++ b/japanese/mh/patches/patch-ao
@@ -0,0 +1,12 @@
+$NetBSD: patch-ao,v 1.1 1999/11/01 10:23:46 sakamoto Exp $
+
+--- ./uip/wmh.c.orig Fri Apr 24 06:02:00 1998
++++ ./uip/wmh.c Mon Nov 1 19:13:30 1999
+@@ -29,4 +29,7 @@
+ #include <locale.h>
+ #endif
++#ifdef UNISTD
++#include <unistd.h>
++#endif
+
+
diff --git a/japanese/mh/patches/patch-ap b/japanese/mh/patches/patch-ap
new file mode 100644
index 00000000000..b2873ae5536
--- /dev/null
+++ b/japanese/mh/patches/patch-ap
@@ -0,0 +1,13 @@
+$NetBSD: patch-ap,v 1.1 1999/11/01 10:23:46 sakamoto Exp $
+
+--- ./configure.in.orig Fri Oct 1 23:01:15 1999
++++ ./configure.in Mon Nov 1 19:08:09 1999
+@@ -354,4 +354,8 @@
+ fi
+ fi
++ if test "$OBJECT_FMT" = ELF
++ then
++ sharedlib=gnuelf
++ fi
+ slflags="-fpic"
+ slibdir=$libdir
diff --git a/japanese/mh/patches/patch-aq b/japanese/mh/patches/patch-aq
new file mode 100644
index 00000000000..d522796bee7
--- /dev/null
+++ b/japanese/mh/patches/patch-aq
@@ -0,0 +1,13 @@
+$NetBSD: patch-aq,v 1.1 1999/11/01 10:23:46 sakamoto Exp $
+
+--- ./configure.orig Fri Oct 1 23:01:45 1999
++++ ./configure Mon Nov 1 19:08:09 1999
+@@ -1386,4 +1386,8 @@
+ fi
+ fi
++ if test "$OBJECT_FMT" = ELF
++ then
++ sharedlib=gnuelf
++ fi
+ slflags="-fpic"
+ slibdir=$libdir