[Bug 273310] www/ungoogled-chromium: undefined MFD_CLOEXEC targeting 12.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 23 Aug 2023 15:27:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273310

            Bug ID: 273310
           Summary: www/ungoogled-chromium: undefined MFD_CLOEXEC
                    targeting 12.4
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: chromium@FreeBSD.org
          Reporter: jfc@mit.edu
             Flags: maintainer-feedback?(chromium@FreeBSD.org)
          Assignee: chromium@FreeBSD.org

I am building for an amd64 12.4 target using poudriere on a 13.2 host. 
Building ungoogled-chromium fails with an undefined variable MFD_CLOEXEC.  The
memfd_create(MFD_CLOEXEC) interface does not exist in FreeBSD 12.

../../ui/ozone/platform/wayland/host/zwp_text_input_wrapper_v1.cc:227:59:
error: use of undeclared identifier 'MFD_CLOEXEC'
    base::ScopedFD memfd(memfd_create("surrounding_text", MFD_CLOEXEC));
                                                          ^


The package version is 116.0.5845.96.

-- 
You are receiving this mail because:
You are the assignee for the bug.