mirror of https://git.FreeBSD.org/ports.git
Clang 19 now implements CWG 96 [1], which requires a template argument
list after a 'template' keyword, resulting in errors similar to:
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
358 | template LaunchEx(s, new_oshape.Size(), req[0], lstride, rstride, oshape,
| ^
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:389:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
389 | template LaunchEx(s, new_oshape.Size(), req[0], lstride, rstride, oshape,
| ^
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:389:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:389:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:389:18: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
In all these cases, appending "<>" is enough to satisfy the constraint.
This can be done with a REINPLACE_CMD in the post-patch phase.
[1] https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#96
PR: 282654
Approved by: yuri (maintainer)
MFH: 2024Q4
(cherry picked from commit
|
||
---|---|---|
.. | ||
R-cran-mime | ||
R-cran-optimx | ||
R-cran-xfun | ||
aclgen | ||
actiona | ||
adios2 | ||
aichat | ||
air | ||
alpaca | ||
amanda-client | ||
amanda-perl-wrapper | ||
amanda-server | ||
amazon-qldb-shell | ||
ansiweather | ||
apparix | ||
arrow-datafusion | ||
artikulate | ||
asbutton | ||
asr-manpages | ||
astc-encoder | ||
bb | ||
bbjd | ||
bdelta | ||
bedrust | ||
bestfit | ||
bible-kjv | ||
biblesync | ||
bibletime | ||
biblical-curse | ||
binbloom | ||
binclock | ||
binocle | ||
biosfont-demos | ||
birthday | ||
bogosort | ||
bottlerocket | ||
box2d | ||
boxes | ||
broot | ||
bsod | ||
caffe | ||
chatgpt-shell-cli | ||
cheat | ||
chef | ||
chmlib | ||
chrono | ||
cinnamon-translations | ||
cldr-emoji-annotation | ||
clex | ||
clifm | ||
cloc | ||
clpbar | ||
colortail | ||
coloursum | ||
colwide | ||
compat.el | ||
compat4x | ||
compat5x | ||
compat6x | ||
compat7x | ||
compat8x | ||
compat9x | ||
compat10x | ||
compat11x | ||
compat12x | ||
compat13x | ||
concourse | ||
copperspice-examples | ||
countrycodes | ||
cpuid | ||
crosti | ||
cryptoballot | ||
cs | ||
cstream | ||
ctm | ||
cuttlefish | ||
dahdi | ||
dahdi-kmod26 | ||
darknet | ||
dartsim | ||
ddate | ||
deco | ||
dejagnu | ||
delay | ||
diction | ||
digitemp | ||
dijo | ||
dive | ||
dlib-models | ||
dlpack | ||
dnetc | ||
dotenv-linter | ||
dtach | ||
dvorak7min | ||
dynomite | ||
e2fsprogs-libblkid | ||
e2fsprogs-libuuid | ||
ecflow | ||
edfbrowser | ||
edflib | ||
elki | ||
elscreen | ||
estic | ||
exercism | ||
explosions | ||
ezc3d | ||
far2l | ||
fastscapelib | ||
felis | ||
figlet | ||
figlet-fonts | ||
findutils | ||
flag | ||
flashlight | ||
fortune-mod-bible | ||
fortune-mod-bofh | ||
fortune-mod-epictetus | ||
fortune-mod-freebsd-classic | ||
fortune-mod-futurama | ||
fortune-mod-psalms | ||
fortuneit | ||
fq | ||
free42 | ||
freebsd-doc-all | ||
freebsd-doc-bn | ||
freebsd-doc-da | ||
freebsd-doc-de | ||
freebsd-doc-el | ||
freebsd-doc-en | ||
freebsd-doc-es | ||
freebsd-doc-fr | ||
freebsd-doc-hu | ||
freebsd-doc-id | ||
freebsd-doc-it | ||
freebsd-doc-ja | ||
freebsd-doc-ko | ||
freebsd-doc-mn | ||
freebsd-doc-nl | ||
freebsd-doc-pl | ||
freebsd-doc-pt | ||
freebsd-doc-ru | ||
freebsd-doc-tr | ||
freebsd-doc-zh_cn | ||
freebsd-doc-zh_tw | ||
freebsd-release-manifests | ||
freeguide | ||
frugally-deep | ||
ftdi-eeprom | ||
fxload | ||
g810-led | ||
gedkeeper | ||
geekcode | ||
getopt | ||
gimp-help-en | ||
gkrellm-gamma | ||
gkrellm-xkb | ||
gkrellmbgchg2 | ||
gkrellmlaunch2 | ||
gkrellshoot2 | ||
gkx86info2 | ||
global-tz | ||
gnome-devel-docs | ||
gnome-getting-started-docs | ||
gnome-icon-theme | ||
gnome-icon-theme-extras | ||
gnome-mime-data | ||
gnome-user-docs | ||
gnu-watch | ||
gnuls | ||
gobuster | ||
gollama | ||
gone | ||
gplink | ||
gpsim | ||
granulate | ||
grc | ||
gwhich | ||
hashdb | ||
hello | ||
help2man | ||
heyu2 | ||
hicolor-icon-theme | ||
histring | ||
hotkeys | ||
hs-hascard | ||
hulgalugha | ||
hwdata | ||
hxtools | ||
ignition-fuel-tools | ||
iio-oscilloscope | ||
imerge | ||
img2xterm | ||
ini_file_manager | ||
inplace | ||
ipa_conv | ||
ipbt | ||
ironscanner | ||
iselect | ||
iso-codes | ||
jargon | ||
jbidwatcher | ||
jirust | ||
jojodiff | ||
json-tui | ||
kbdscan | ||
kcd | ||
kde-thumbnailer-chm | ||
kde-thumbnailer-epub | ||
kde-thumbnailer-fb2 | ||
kdeedu | ||
kdeedu-data | ||
kdeutils | ||
kenny | ||
kf5-purpose | ||
kf6-purpose | ||
kgeography | ||
klettres | ||
koboldcpp | ||
kookbook | ||
ktouch | ||
kwordquiz | ||
lastools | ||
latex-mk | ||
lazyread | ||
lbann | ||
lc | ||
lesspipe | ||
lf | ||
libad9361-iio | ||
libartnet | ||
libcomps | ||
libeatmydata | ||
libemos | ||
libiio | ||
libkeduvocdocument | ||
liblxi | ||
libmetalink | ||
libmodulemd | ||
libpostal | ||
libpredict | ||
libpri | ||
librepo | ||
libsolv | ||
libspnav | ||
libsupertone | ||
libsweep-lidar | ||
libutf | ||
libxdf | ||
lifelines | ||
lightgbm | ||
llama-cpp | ||
locale-en_DK | ||
localedata | ||
logsurfer | ||
ls-lint | ||
lscolors | ||
lsix | ||
lv | ||
lxde-common | ||
lxi-tools | ||
magicpoint | ||
man.el | ||
mate-user-guide | ||
mbuffer | ||
mc | ||
mdp | ||
meshoptimizer | ||
metalink-checker | ||
metalink-tools | ||
mime-support | ||
minidnn | ||
mirmon | ||
mmdnn | ||
mmv | ||
mnn | ||
molequeue | ||
morse | ||
mtx | ||
mxnet | ||
najitool | ||
navi | ||
ncnn | ||
netron | ||
nms | ||
nn-insight | ||
nnn | ||
nsf | ||
numchar | ||
nut | ||
ola | ||
ollama | ||
ompl | ||
ondir | ||
onnx | ||
onnxruntime | ||
ooo | ||
opencyc | ||
openhab | ||
openhab-addons | ||
openhab2 | ||
openhab2-addons | ||
openhantek | ||
openhmd | ||
openmvg | ||
opennn | ||
openr2 | ||
openvdb | ||
orange3 | ||
orville-write | ||
osinfo-db | ||
ossp-uuid | ||
otter | ||
owrep | ||
p5-Acme-ButFirst | ||
p5-Array-Compare | ||
p5-Array-Diff | ||
p5-Array-FileReader | ||
p5-Array-IntSpan | ||
p5-Array-LineReader | ||
p5-Array-PrintCols | ||
p5-Array-RefElem | ||
p5-Array-Utils | ||
p5-Asterisk-FastAGI | ||
p5-Bot-Training | ||
p5-Bot-Training-MegaHAL | ||
p5-Bot-Training-StarCraft | ||
p5-Business-EDI | ||
p5-Business-Hours | ||
p5-Business-ISBN | ||
p5-Business-ISBN-Data | ||
p5-Business-ISIN | ||
p5-Business-ISMN | ||
p5-Business-ISSN | ||
p5-Business-UPS | ||
p5-Chatbot-Eliza | ||
p5-Data-Buffer | ||
p5-File-CounterFile | ||
p5-File-Sort | ||
p5-Geo-Address-Formatter | ||
p5-Geo-Cache | ||
p5-Geo-Coder-Bing | ||
p5-Geo-Coder-Google | ||
p5-Geo-Coder-Googlev3 | ||
p5-Geo-Coder-Mapquest | ||
p5-Geo-Coder-Multimap | ||
p5-Geo-Coder-Multiple | ||
p5-Geo-Coder-Navteq | ||
p5-Geo-Coder-OSM | ||
p5-Geo-Coder-OpenCage | ||
p5-Geo-Coder-Ovi | ||
p5-Geo-Coder-PlaceFinder | ||
p5-Geo-Coder-TomTom | ||
p5-Geo-GeoNames | ||
p5-Geo-Postcodes | ||
p5-Geo-Postcodes-DK | ||
p5-Geo-Postcodes-NO | ||
p5-Geo-Weather | ||
p5-Geography-Countries | ||
p5-I18N-Charset | ||
p5-I18N-LangTags | ||
p5-LEGO-RCX | ||
p5-Library-CallNumber-LC | ||
p5-List-Compare | ||
p5-List-Util-WeightedRoundRobin | ||
p5-Locale-Codes | ||
p5-Locale-Geocode | ||
p5-Locale-Msgcat | ||
p5-Locale-SubCountry | ||
p5-Locale-US | ||
p5-Net-vCard | ||
p5-OSSP-uuid | ||
p5-OpenAI-API | ||
p5-Software-License | ||
p5-Software-License-CCpack | ||
p5-Test-Dir | ||
p5-Text-FIGlet | ||
p5-Tie-DxHash | ||
p5-Zen-Koans | ||
p5-asterisk-perl | ||
parley | ||
pastebinit | ||
patchutils | ||
pauker | ||
pciids | ||
pdmenu | ||
pear-Services_Weather | ||
pear-Text_Figlet | ||
pecl-timezonedb | ||
perkeep | ||
pfm | ||
php81-calendar | ||
php82-calendar | ||
php83-calendar | ||
php84-calendar | ||
pinfo | ||
pipe | ||
posixtestsuite | ||
pqrs | ||
proxyper | ||
pspresent | ||
ptsort | ||
pubs | ||
py-PyUserInput | ||
py-PyWavefront | ||
py-QSpectrumAnalyzer | ||
py-SQCommon | ||
py-SQImFil | ||
py-SQSnobFit | ||
py-SimpleSoapy | ||
py-SoapySDR | ||
py-accelerate | ||
py-aider-chat | ||
py-alive-progress | ||
py-anthropic | ||
py-apache-beam | ||
py-ascii-magic | ||
py-ast-comments | ||
py-boost-histogram | ||
py-censys | ||
py-cmap | ||
py-codecarbon | ||
py-colorbrewer | ||
py-colored | ||
py-crudini | ||
py-datasets | ||
py-detecta | ||
py-dictdiffer | ||
py-eemeter | ||
py-einops | ||
py-emoji | ||
py-ezc3d | ||
py-facenet-pytorch | ||
py-fast-histogram | ||
py-fastscapelib | ||
py-files-to-prompt | ||
py-fleep | ||
py-fuzzy | ||
py-gluoncv | ||
py-gluonnlp | ||
py-halo | ||
py-hist | ||
py-histoprint | ||
py-huepy | ||
py-huggingface-hub | ||
py-icoextract | ||
py-instructor | ||
py-ipyfastscape | ||
py-jiwer | ||
py-kartograph | ||
py-laspy | ||
py-lazrs | ||
py-lightgbm | ||
py-lightning-utilities | ||
py-litellm | ||
py-llama-cpp-python | ||
py-llm | ||
py-llm-claude-3 | ||
py-log_symbols | ||
py-mffpy | ||
py-mmcv | ||
py-mmdet | ||
py-mmengine | ||
py-mmsegmentation | ||
py-molequeue | ||
py-mxnet | ||
py-natten | ||
py-npTDMS | ||
py-numcodecs | ||
py-ollama | ||
py-onnx | ||
py-onnx-tf | ||
py-openai | ||
py-openai-whisper | ||
py-openpaperwork-core | ||
py-openpaperwork-gtk | ||
py-openvdb | ||
py-optuna | ||
py-orange3-associate | ||
py-orange3-datafusion | ||
py-orange3-educational | ||
py-orange3-network | ||
py-orange3-timeseries | ||
py-oterm | ||
py-palettable | ||
py-papermill | ||
py-pexpect | ||
py-pkbar | ||
py-placekey | ||
py-polars | ||
py-powerline-status | ||
py-progressbar | ||
py-progressbar2 | ||
py-pyEDFlib | ||
py-pyct | ||
py-pyfiglet | ||
py-pykml | ||
py-pymatreader | ||
py-pypatent | ||
py-pyprind | ||
py-pyqir | ||
py-python-geohash | ||
py-python-utils | ||
py-pytorch | ||
py-pytorch-lightning | ||
py-pyviz-comms | ||
py-safetensors | ||
py-scikit-fusion | ||
py-scikit-quant | ||
py-serverfiles | ||
py-shap2 | ||
py-shell-gpt | ||
py-sigopt | ||
py-soapy_power | ||
py-spdx | ||
py-spdx-lookup | ||
py-spdx-tools | ||
py-spinners | ||
py-synced-collections | ||
py-tes | ||
py-tflearn | ||
py-tflite | ||
py-tflite-support | ||
py-thermocouples_reference | ||
py-timm | ||
py-timm-vis | ||
py-toil | ||
py-torch-geometric | ||
py-torchmetrics | ||
py-torchvision | ||
py-tqdm | ||
py-tvm | ||
py-uhi | ||
py-vaderSentiment | ||
py-wandb | ||
py-wurlitzer | ||
py-xformers | ||
py-xgboost | ||
pyobd | ||
pytorch | ||
qbrew | ||
qlas | ||
qlcplus | ||
qt5-doc | ||
qt5-examples | ||
qt5-l10n | ||
qt5ct | ||
qt6-doc | ||
qt6-examples | ||
qt6ct | ||
quantum++ | ||
quary | ||
randomx | ||
raspberrypi-gpioshutdown | ||
raspbsd-led | ||
ree | ||
retry | ||
rfc | ||
rgb-tui | ||
ringtonetools | ||
rname | ||
rpl | ||
rsclock | ||
rtfm | ||
rubygem-dotenv | ||
rubygem-dotenv-rails | ||
rubygem-dotenv-rails-rails4 | ||
rubygem-dotenv-rails-rails5 | ||
rubygem-dotenv-rails-rails50 | ||
rubygem-dotenv-rails-rails61 | ||
rubygem-dotenv2 | ||
rubygem-haversine_distance | ||
rubygem-iesd | ||
rubygem-mime-types | ||
rubygem-mime-types-data | ||
rubygem-mimemagic | ||
rubygem-octicons | ||
rubygem-rabbit | ||
rubygem-vpim | ||
rump | ||
ruut | ||
schilytools | ||
sdformat | ||
seabios | ||
sent | ||
seq2 | ||
sfm | ||
shared-mime-info | ||
shc | ||
shuffle | ||
shuffle-db | ||
silicon | ||
since | ||
slides | ||
sloccount | ||
sls | ||
snakemake | ||
soapysdr | ||
solarized | ||
sshbuddy | ||
sssnips | ||
star-history | ||
susv2 | ||
susv3 | ||
susv4 | ||
swissfileknife | ||
sword | ||
table.el | ||
talkfilters | ||
tdfiglet | ||
tdrop | ||
team | ||
tellico | ||
tempcontrol | ||
tenere | ||
termatrix | ||
terminfo-db | ||
teseq | ||
thefuck | ||
thrill | ||
timetrace | ||
timezonemap | ||
tkcron | ||
tkinfo | ||
tkregexp | ||
tkrunit | ||
tlci | ||
toilet | ||
translate | ||
trurl | ||
ttyrec | ||
tudu | ||
tvbrowser | ||
tvm | ||
tzdiff | ||
uk-phone | ||
uk-postcodes | ||
umodunpack | ||
unclutter | ||
unclutter-xfixes | ||
unicode-emoji | ||
units | ||
upclient | ||
urh | ||
usbids | ||
usbrh-libusb | ||
usd | ||
utftools | ||
utouch-kmod | ||
valentina | ||
vdmfec | ||
veles | ||
vera | ||
vfc | ||
vifm | ||
vifm-colors | ||
visp | ||
viz | ||
vote | ||
vxl | ||
wego | ||
whichman | ||
window | ||
with | ||
wmScoreBoard | ||
wmcalendar | ||
wmforecast | ||
wmjulia | ||
wmpal | ||
wmtunlo | ||
wmweather+ | ||
wmwork | ||
wthrr | ||
xd-rust | ||
xdelta | ||
xdelta3 | ||
xfce4-appfinder | ||
xfce4-weather-plugin | ||
xfce4-wm-themes | ||
xgboost | ||
xiphos | ||
xless | ||
xosd | ||
xplr | ||
xtail | ||
xtar | ||
ytree | ||
zine | ||
zoneinfo | ||
Makefile |