devel/pyside6: fix packaging without webview
pkg-static: Unable to access file /wrkdirs/usr/ports/devel/pyside6/work-py311/stage/usr/local/share/PySide6/glue/qtwebview.cpp:No such file or directory
lang/algol68g: update Algol 68 Genie to version 3.12.2
As one of the oldest ISPs in the Netherlands will discontinue
its last hosting services, the site that hosted the project's
pages for almost 25 years is going to be shut down in the near
future and thus the website had been migrated to a new domain.
Reported by: portscout, Marcel van der Veer (hosting part)
[IR][NFC] Fast path for Constant::isNullValue (#200434)
Constant::isNullValue is the, by far, most frequently called out-of-line
function of Constant. It also has non-trivial logic and needs to switch
on the class type.
Therefore, compute the "is null" property once on construction and store
it in an unused bit in SubclassOptionalData.
This improves performance of stage2-O3 by 0.15%.
www/sope: fix build with llvm 22
change some types to fix -Wincompatible-pointer-types warnings turned
errors with 22, and put a -Wno-error=incompatible-pointer-types on the
one i have no idea how to fix. Objective-C definitely is a weird language...