From 25c914bb110e25a5b16610644a64b5237d385e0c Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 6 Aug 2026 00:52:06 +0200 Subject: .fmsbw/10-freebsd14-msys-sciteco: fixed building with --disable-malloc-replacement sys/user.h draws in some header from openbsm, so we install it as well into the freebsd14-sciteco container. Should fix CI builds. --- .fmsbw/images/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.fmsbw/images/Makefile b/.fmsbw/images/Makefile index 678a05a..c30cab1 100644 --- a/.fmsbw/images/Makefile +++ b/.fmsbw/images/Makefile @@ -6,7 +6,8 @@ freebsd14-sciteco: buildah from --name $@-working --network=host quay.io/dougrabson/freebsd14.1-small buildah config --env ASSUME_ALWAYS_YES=yes $@-working buildah run $@-working pkg update - buildah run $@-working pkg install FreeBSD-clang FreeBSD-lld FreeBSD-libcompiler_rt-dev FreeBSD-clibs-dev \ + buildah run $@-working pkg install FreeBSD-clang FreeBSD-lld FreeBSD-libcompiler_rt-dev \ + FreeBSD-clibs-dev openbsm \ gmake pkgconf autoconf automake libtool \ glib gtk3 groff doxygen lowdown valgrind buildah run $@-working pkg clean -a @@ -23,7 +24,6 @@ freebsd14-msys-sciteco: buildah run $@-working git clone https://github.com/HolyBlackCat/quasi-msys2.git /opt/quasi-msys2 buildah config --workingdir /opt/quasi-msys2 $@-working buildah run $@-working git checkout e41c4d0f7dde15031132348875d1d01c8d0ea857 - buildah run $@-working ln -s /usr/local/bin/gpgv2 /usr/local/bin/gpgv buildah run $@-working ln -s /usr/local/bin/bash /bin/bash buildah run $@-working mkdir -p gnu-overrides buildah run $@-working ln -s /usr/local/bin/ggrep gnu-overrides/grep -- cgit v1.2.3