FreeBSD Bugzilla – Attachment 27228 Details for
Bug 46264
Fix build on -current for textproc/isearch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.75 KB, created by
Kuang-che Wu
on 2002-12-15 01:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kuang-che Wu
Created:
2002-12-15 01:40:01 UTC
Size:
1.75 KB
patch
obsolete
>diff -urN isearch/Makefile isearch.new/Makefile >--- isearch/Makefile Sun Dec 15 09:08:36 2002 >+++ isearch.new/Makefile Sun Dec 15 09:32:42 2002 >@@ -16,16 +16,10 @@ > GNU_CONFIGURE= yes > MAKE_ARGS= INSTALL=${PREFIX}/bin > >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} >= 500035 >-#BROKEN= "Does not compile on 5.0" >-.endif >- > post-install: > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} > ${INSTALL_MAN} ${WRKSRC}/html/*.html ${DOCSDIR} > .endif > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -urN isearch/files/patch-src::registry.hxx isearch.new/files/patch-src::registry.hxx >--- isearch/files/patch-src::registry.hxx Thu Jan 1 08:00:00 1970 >+++ isearch.new/files/patch-src::registry.hxx Sun Dec 15 09:32:25 2002 >@@ -0,0 +1,11 @@ >+--- src/registry.hxx.orig Sun Dec 15 09:13:27 2002 >++++ src/registry.hxx Sun Dec 15 09:12:51 2002 >+@@ -89,7 +89,7 @@ >+ void LoadFromFile(const STRING& FileName); >+ void AddFromFile(const STRING& FileName); >+ // void Print(ostream& os, const INT Level) const; >+- void fprint(FILE* fp, const INT level = 0) const; >++ void fprint(FILE* fp, const INT level) const; >+ void ProfilePrint(ostream& os, const INT Level) const; >+ void GetData(STRLIST *StrlistBuffer); >+ void DeleteChildren(); >diff -urN isearch/files/patch-src::string.cxx isearch.new/files/patch-src::string.cxx >--- isearch/files/patch-src::string.cxx Thu Jan 1 08:00:00 1970 >+++ isearch.new/files/patch-src::string.cxx Sun Dec 15 09:32:25 2002 >@@ -0,0 +1,11 @@ >+--- src/string.cxx.orig Sun Dec 15 09:27:00 2002 >++++ src/string.cxx Sun Dec 15 09:27:20 2002 >+@@ -574,7 +574,7 @@ >+ >+ // can this be const STRING& ? >+ ostream& operator<<(ostream& os, const STRING& str) { >+- os.write(str.Buffer, str.Length); >++ os.write((char*)str.Buffer, str.Length); >+ return os; >+ } >+
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 46264
: 27228