FreeBSD Bugzilla – Attachment 26064 Details for
Bug 44460
[patch] Update port: mail/mmr, C++ fixes for GCC3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.09 KB, created by
stolz
on 2002-10-25 13:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
stolz
Created:
2002-10-25 13:30:01 UTC
Size:
1.09 KB
patch
obsolete
>--- files/patch-iobottle.cpp.orig Fri Oct 25 14:06:37 2002 >+++ files/patch-iobottle.cpp Fri Oct 25 13:59:34 2002 >@@ -1,7 +1,25 @@ >---- iobottle.cpp.orig Mon Oct 21 23:30:11 2002 >-+++ iobottle.cpp Mon Oct 21 23:30:37 2002 >+--- iobottle.cpp.orig Fri Aug 6 05:39:19 1999 >++++ iobottle.cpp Fri Oct 25 13:58:58 2002 > @@ -1,3 +1,4 @@ > +#include <string.h> > > extern "C" { > #include <stdlib.h> >+@@ -97,7 +98,7 @@ >+ } >+ /* If buf[len-1] is a null, then a newline should be written */ >+ size_t >+-IObottle:: writeline(char *buf, size_t len = 0) { >++IObottle:: writeline(char *buf, size_t len) { >+ int lenwritten = 0; >+ >+ if ( fputs(buf, wfp) >= 0 ) >+@@ -134,7 +135,7 @@ >+ return(0); >+ } >+ int >+-IObottle:: set_time(time_t actime, time_t modtime = 0) { >++IObottle:: set_time(time_t actime, time_t modtime) { >+ struct stat sb; >+ struct utimbuf ub; >+ >--- Makefile.orig Fri Oct 25 14:04:07 2002 >+++ Makefile Fri Oct 25 14:04:27 2002 >@@ -14,9 +14,6 @@ > > ALL_TARGET= # empty > >-post-extract: >- @${RM} -f ${WRKSRC}/*.o >- > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/mmr ${PREFIX}/bin > @${MKDIR} ${PREFIX}/share/examples/mmr
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
Actions:
View
|
Diff
Attachments on
bug 44460
: 26064 |
26065