mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
438b693be1
Clang 19 now diagnoses incorrect member accesses, which causes chinese/opencc to fail with an error similar to: /wrkdirs/usr/ports/chinese/opencc/work/OpenCC-ver.1.1.6/src/../deps/rapidjson-1.1.0/rapidjson/document.h:319:82: error: cannot assign to non-static data member 'length' with const-qualified type 'const SizeType' (aka 'const unsigned int') 319 | GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; } | ~~~~~~ ^ /wrkdirs/usr/ports/chinese/opencc/work/OpenCC-ver.1.1.6/src/../deps/rapidjson-1.1.0/rapidjson/document.h:325:20: note: non-static data member 'length' declared const here 325 | const SizeType length; //!< length of the string (excluding the trailing NULL terminator) | ~~~~~~~~~~~~~~~^~~~~~ Upstream rapidjson fixed this by removing the operator= function in https://github.com/Tencent/rapidjson/commit/3b2441b8, so pull this in as a patch and apply it. PR: 280796 Approved by: lichray@gmail.com (maintainer) MFH: 2024Q3 |
||
---|---|---|
.. | ||
arphicttf | ||
aterm | ||
auto-cn-l10n | ||
auto-tw-l10n | ||
autoconvert | ||
big5width | ||
bitchx | ||
bsdconv-opencc | ||
bug5 | ||
c2t | ||
cconv | ||
chiconv | ||
chinese-calendar | ||
CJKUnifonts | ||
cless | ||
cnprint | ||
CNS11643-font | ||
dictd-database | ||
enscript | ||
eterm | ||
fandol | ||
fcitx | ||
fcitx5-chewing | ||
fcitx5-chinese-addons | ||
fcitx5-mcbopomofo | ||
fcitx5-rime | ||
fcitx5-table-extra | ||
fcitx5-table-other | ||
fcitx-chewing | ||
fcitx-cloudpinyin | ||
fcitx-configtool | ||
fcitx-libpinyin | ||
fcitx-rime | ||
fcitx-table-extra | ||
fcitx-ui-light | ||
fireflyttf | ||
font-std | ||
fortunetw | ||
FreeWnn-lib | ||
FreeWnn-server | ||
gb2jis | ||
gb2ps | ||
gcin | ||
gcin-gtk3 | ||
gcin-qt5 | ||
gydict | ||
hc | ||
ibus-array | ||
ibus-cangjie | ||
ibus-chewing | ||
ibus-libpinyin | ||
ibus-pinyin | ||
ibus-rime | ||
ibus-table-chinese | ||
jis2gb | ||
kcfonts | ||
libcangjie | ||
libchewing | ||
libime | ||
libime-jyutping | ||
libpinyin | ||
libreoffice-zh_CN | ||
libreoffice-zh_TW | ||
librime | ||
libtabe | ||
linux-wps-office-zh_CN | ||
lunar | ||
moettf | ||
muni | ||
opencc | ||
opendesktop-fonts | ||
oto | ||
p5-Date-Chinese | ||
p5-Encode-CNMap | ||
p5-Encode-HanConvert | ||
p5-Encode-HanExtra | ||
p5-Lingua-Han-PinYin | ||
p5-Lingua-Han-Utils | ||
p5-Lingua-ZH-HanDetect | ||
p5-Lingua-ZH-Keywords | ||
p5-Lingua-ZH-Numbers | ||
p5-Lingua-ZH-Romanize-Pinyin | ||
p5-Lingua-ZH-Segment | ||
p5-Lingua-ZH-Summarize | ||
p5-Lingua-ZH-TaBE | ||
p5-Lingua-ZH-Toke | ||
p5-Lingua-ZH-WordSegmenter | ||
p5-Lingua-ZH-Wrap | ||
p5-Text-Greeking-zh_TW | ||
pcmanx | ||
php-opencc | ||
phpbb3-tw | ||
pycangjie | ||
pyzy | ||
qe | ||
rime-array | ||
rime-bopomofo | ||
rime-cangjie | ||
rime-cantonese | ||
rime-combo-pinyin | ||
rime-data-full | ||
rime-double-pinyin | ||
rime-emoji | ||
rime-essay | ||
rime-ipa | ||
rime-jyutping | ||
rime-luna-pinyin | ||
rime-middle-chinese | ||
rime-pinyin-simp | ||
rime-prelude | ||
rime-quick | ||
rime-scj | ||
rime-soutzoe | ||
rime-stenotype | ||
rime-stroke | ||
rime-terra-pinyin | ||
rime-wubi | ||
rime-wugniu | ||
scim-fcitx | ||
scim-pinyin | ||
scim-tables | ||
sourcehansans-sc-otf | ||
sourcehansans-tc-otf | ||
sourcehanserif-sc-otf | ||
sourcehanserif-tc-otf | ||
taipeisanstc | ||
tintin++ | ||
ttf2pt1 | ||
ttfm | ||
ve | ||
wenju | ||
wordpress-zh_CN | ||
wordpress-zh_TW | ||
Makefile | ||
Makefile.inc |