Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142448787
D13991.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13991.diff
View Options
Index: head/textproc/qt4-clucene/Makefile
===================================================================
--- head/textproc/qt4-clucene/Makefile
+++ head/textproc/qt4-clucene/Makefile
@@ -3,7 +3,7 @@
PORTNAME= clucene
DISTVERSION= ${QT4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
PKGNAMEPREFIX= qt4-
Index: head/textproc/qt4-clucene/files/patch-src_3rdparty_clucene_src_CLucene_queryParser_Lexer.cpp
===================================================================
--- head/textproc/qt4-clucene/files/patch-src_3rdparty_clucene_src_CLucene_queryParser_Lexer.cpp
+++ head/textproc/qt4-clucene/files/patch-src_3rdparty_clucene_src_CLucene_queryParser_Lexer.cpp
@@ -0,0 +1,11 @@
+--- src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp.orig 2018-01-19 16:28:34 UTC
++++ src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp
+@@ -117,7 +117,7 @@ bool Lexer::GetNextToken(QueryToken* tok
+ if( _istspace(ch)!=0 ) {
+ continue;
+ }
+- TCHAR buf[2] = {ch,'\0'};
++ TCHAR buf[2] = {static_cast<TCHAR>(ch),'\0'};
+ switch(ch) {
+ case '+':
+ token->set(buf, QueryToken::PLUS);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 21, 1:57 AM (17 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27786132
Default Alt Text
D13991.diff (1 KB)
Attached To
Mode
D13991: Fix build of textproc/qt4-clucene on aarch64. The error message is similar to a lot of the recent clang6 fixes, but doesn't show up on amd64: ../../../../src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:120:23: error: non-constant...
Attached
Detach File
Event Timeline
Log In to Comment