FreeBSD Bugzilla – Attachment 217648 Details for
Bug 249013
japanese/mh: Fix build failure on -current (with -fno-common)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch for japanese/mh.
mh.svndiff (text/plain), 2.11 KB, created by
WATANABE Kazuhiro
on 2020-08-30 12:44:51 UTC
(
hide
)
Description:
A patch for japanese/mh.
Filename:
MIME Type:
Creator:
WATANABE Kazuhiro
Created:
2020-08-30 12:44:51 UTC
Size:
2.11 KB
patch
obsolete
>Index: mh/Makefile >=================================================================== >--- mh/Makefile (revision 547051) >+++ mh/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mh > PORTVERSION= ${VERSION}.j${JP_VERSION} >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= japanese mail > MASTER_SITES= ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/ \ > http://mirror.amdmi3.ru/distfiles/ >Index: mh/files/patch-h_formatsbr.h >=================================================================== >--- mh/files/patch-h_formatsbr.h (nonexistent) >+++ mh/files/patch-h_formatsbr.h (working copy) >@@ -0,0 +1,11 @@ >+--- h/formatsbr.h.orig 1993-12-01 04:00:26 UTC >++++ h/formatsbr.h >+@@ -32,7 +32,7 @@ struct comp { >+ >+ extern int fmt_norm; >+ >+-struct comp *wantcomp[128]; /* hash table for deciding if a >++extern struct comp *wantcomp[128]; /* hash table for deciding if a >+ * component is "interesting" */ >+ >+ /* > >Property changes on: mh/files/patch-h_formatsbr.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: mh/files/patch-sbr_fmtcompile.c >=================================================================== >--- mh/files/patch-sbr_fmtcompile.c (nonexistent) >+++ mh/files/patch-sbr_fmtcompile.c (working copy) >@@ -0,0 +1,11 @@ >+--- sbr/fmtcompile.c.orig 2001-04-02 16:06:09 UTC >++++ sbr/fmtcompile.c >+@@ -24,6 +24,8 @@ static int infunction; /* function nesting cnt */ >+ extern char *getusr(); >+ extern struct mailname fmt_mnull; >+ >++struct comp *wantcomp[128]; >++ >+ struct ftable { >+ char *name; /* function name */ >+ char type; /* argument type */ > >Property changes on: mh/files/patch-sbr_fmtcompile.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
CQG00620
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 249013
: 217648 |
217649
|
217650
|
221698
|
221699