diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-12-31 16:06:28 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-12-31 16:06:28 +0000 |
commit | 815bd83dbaea9b3992e8ae9c9cb3d8c8eaea08e1 (patch) | |
tree | 3e3fa217d23dbafec9f9baafbb5ef1d623113732 | |
parent | 3ac95cc1eb202c9f921d4d2af5b86092eba56ab2 (diff) |
Notes
-rw-r--r-- | www/wt/Makefile | 2 | ||||
-rw-r--r-- | www/wt/files/patch-src_Wt_Render_CssParser.C | 13 |
2 files changed, 14 insertions, 1 deletions
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..fa9a0c8fe15b --- /dev/null +++ b/www/wt/files/patch-src_Wt_Render_CssParser.C @@ -0,0 +1,13 @@ +https://github.com/emweb/wt/pull/102 + +--- 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()) + ); + + } |