Download raw body.
lang/crystal: update and unbreak
On 2024/06/11 09:43, joshua stein wrote: > update to 1.12.2, fix linking to libLLVM, and use -Wl,-z,nobtcfi > until upstream gets IBT support. please set USE_NOBTCFI=Yes, even if it needs additional things to make it stick, so that it's recorded in sqlports. > # Build requires llvm-config from ports, not from base > MODULES = lang/clang > +MODCLANG_VERSION = 13 we really could do with killing 13 - currently it is *only* used so we can build gcc (and thus everything fortran) on i386.
lang/crystal: update and unbreak