FreeBSD Bugzilla – Attachment 178318 Details for
Bug 215599
www/wt: fails to build with boost 1.63
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
wt.boost-1.63.diff (text/plain), 1.80 KB, created by
Jan Beich
on 2016-12-27 11:04:20 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2016-12-27 11:04:20 UTC
Size:
1.80 KB
patch
obsolete
>From ba4679e325305946ea619d87811d57ebf5b178fd Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Tue, 27 Dec 2016 10:40:19 +0000 >Subject: www/wt: unbreak with boost 1.63 > >In file included from wt-3.3.6/src/Wt/Render/CssParser.C:26: >[...] >/usr/local/include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_10.hpp:91:105: error: cannot initialize a parameter of type 'char *' with an lvalue of type 'char const[17]' > return detail::expression::function_eval<F, A0 , A1 , A2 , A3 , A4>::make(f, a0 , a1 , a2 , a3 , a4); > ^~ > >PR: 215599 >Approved by: portmgr blanket >--- > www/wt/Makefile | 2 +- > www/wt/files/patch-src_Wt_Render_CssParser.C | 11 +++++++++++ > 2 files changed, 12 insertions(+), 1 deletion(-) > create mode 100644 www/wt/files/patch-src_Wt_Render_CssParser.C > >diff --git a/www/wt/Makefile b/www/wt/Makefile >index 410ad2f5e1fb..73f6a67233b9 100644 >--- a/www/wt/Makefile >+++ b/www/wt/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= wt > PORTVERSION= 3.3.6 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= www > > MAINTAINER= info@babaei.net >diff --git a/www/wt/files/patch-src_Wt_Render_CssParser.C b/www/wt/files/patch-src_Wt_Render_CssParser.C >new file mode 100644 >index 000000000000..6bc6b90fcc46 >--- /dev/null >+++ b/www/wt/files/patch-src_Wt_Render_CssParser.C >@@ -0,0 +1,11 @@ >+--- src/Wt/Render/CssParser.C.orig 2016-07-13 12:27:26 UTC >++++ src/Wt/Render/CssParser.C >+@@ -372,7 +372,7 @@ CssGrammer<Iterator>::CssGrammer() >+ on_error<qi::fail> >+ ( >+ rulesetArray_, >+- error_report(qi::_2, qi::_3, qi::_4, "styleSheetText()", fs_error_tag()) >++ error_report(qi::_2, qi::_3, qi::_4, phoenix::val("styleSheetText()"), fs_error_tag()) >+ ); >+ >+ }
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 215599
: 178318