From 2ba5a5b4d311105c33dc59b17fbde6a82b7fb36a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 7 Aug 2026 13:05:18 +0200 Subject: .fmsbw/10-freebsd14-msys-sciteco: use wine64.bin instead of wine64 wine64 nowadays appears to require a 32-bit Wine as well, so replace it with wine64.bin. The quasi-msys2 python3 could theoretically also be launched with wine64.bin, but I prefer to run it with the FreeBSD-native python3. --- .fmsbw/10-freebsd14-msys-sciteco | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.fmsbw/10-freebsd14-msys-sciteco b/.fmsbw/10-freebsd14-msys-sciteco index f3deeef..8efd417 100755 --- a/.fmsbw/10-freebsd14-msys-sciteco +++ b/.fmsbw/10-freebsd14-msys-sciteco @@ -35,7 +35,7 @@ cp ico/sciteco-48.png /opt/htdocs/graphics # FIXME: This should be a separate job but currently we need the # boostrapping with the FreeBSD version of SciTECO. -# We can run with bootstrapping using --with-wine=wine64, +# We can run with bootstrapping using --with-launcher=wine64.bin, # but it doesn't even generate all files correctly. # The test suite also doesn't fully work under Wine yet. # Activate MSYS environment @@ -61,7 +61,7 @@ export LDFLAGS="-flto=thin -stdlib=libc++" # We cannot run Windows binaries automatically through Wine, # so we must still force cross-compilation with --host. -# There is a --with-launcher=wine64, but SciTECO is currently +# There is a --with-launcher=wine64.bin, but SciTECO is currently # simply broken under Wine. #autoreconf -i @@ -153,7 +153,7 @@ mkdir -p share/icons/Adwaita # We could also try to include a pure scalable icon theme. #cp -r /mingw64/share/icons/Adwaita/{scalable*,index.theme} share/icons/Adwaita/ cp -r /mingw64/share/icons/Adwaita/* share/icons/Adwaita/ -wine64 /mingw64/bin/gtk-update-icon-cache-3.0.exe share/icons/Adwaita/ +wine64.bin /mingw64/bin/gtk-update-icon-cache-3.0.exe share/icons/Adwaita/ # FIXME: It's possible to change the location of loaders.cache via $GDK_PIXBUF_MODULE_FILE. # If we did that, we could avoid "reusing" the lib/ directory. # This is important when somebody changes $SCITECOPATH. -- cgit v1.2.3