FreeBSD Bugzilla – Attachment 57074 Details for
Bug 86150
www/wsmake: unbreak on !i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.07 KB, created by
Johan van Selst
on 2005-09-15 11:20:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Johan van Selst
Created:
2005-09-15 11:20:12 UTC
Size:
2.07 KB
patch
obsolete
>diff -uNr wsmake/Makefile wsmake/Makefile >--- wsmake/Makefile Thu Nov 25 11:15:32 2004 >+++ wsmake/Makefile Thu Sep 15 12:09:41 2005 >@@ -8,8 +8,8 @@ > PORTNAME= wsmake > PORTVERSION= 0.6.4 > CATEGORIES= www >-MASTER_SITES= http://www.wsmake.org/dwnlds/stable/ \ >- http://www.wsmake.org/docs/ >+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >+MASTER_SITE_SUBDIR= wsmake > DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} examples.tar.gz > DIST_SUBDIR= ${PORTNAME} > EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} >@@ -26,10 +26,6 @@ > .endif > > .include <bsd.port.pre.mk> >- >-.if ${ARCH} != "i386" >-BROKEN= "Does not compile on !i386" >-.endif > > post-patch: > @${REINPLACE_CMD} -e 's,void\*,char\*,g' ${WRKSRC}/libwsmake/wsUtil.cpp >diff -uNr wsmake/files/patch-libwsmake_wsUtil.cpp wsmake/files/patch-libwsmake_wsUtil.cpp >--- wsmake/files/patch-libwsmake_wsUtil.cpp Thu Jan 1 01:00:00 1970 >+++ wsmake/files/patch-libwsmake_wsUtil.cpp Thu Sep 15 09:41:22 2005 >@@ -0,0 +1,17 @@ >+--- libwsmake/wsUtil.cpp.orig Thu Sep 15 09:39:57 2005 >++++ libwsmake/wsUtil.cpp Thu Sep 15 09:37:15 2005 >+@@ -709,12 +709,12 @@ void std::__wsmake_set_quiet(int quiet) >+ } >+ } >+ >+-void std::__wsmake_print_it(FILE *out, const char *output, const va_list *ap) >++void std::__wsmake_print_it(FILE *out, const char *output, va_list *ap) >+ { >+ if(__wsmake_quiet) return; >+ >+ vfprintf(out,output,*ap); >+- va_end((char*&)*ap); >++ va_end(*ap); >+ } >+ >+ #ifdef DEBUG >diff -uNr wsmake/files/patch-libwsmake_wsUtil.h wsmake/files/patch-libwsmake_wsUtil.h >--- wsmake/files/patch-libwsmake_wsUtil.h Thu Jan 1 01:00:00 1970 >+++ wsmake/files/patch-libwsmake_wsUtil.h Thu Sep 15 09:41:16 2005 >@@ -0,0 +1,11 @@ >+--- libwsmake/wsUtil.h.orig Thu Sep 15 09:39:51 2005 >++++ libwsmake/wsUtil.h Thu Sep 15 09:38:34 2005 >+@@ -77,7 +77,7 @@ namespace std >+ void __wsmake_print_error(const char *, ...); >+ void __wsmake_print(const char *, ...); >+ void __wsmake_print(int, const char *, ...); >+- void __wsmake_print_it(FILE *, const char *, const va_list *); >++ void __wsmake_print_it(FILE *, const char *, va_list *); >+ } >+ >+ #endif /* __WSUTIL_H__ */
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 86150
: 57074
Working