[Bug 279058] security/p5-openxpki-i18n: fix build error

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 May 2024 16:45:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279058

            Bug ID: 279058
           Summary: security/p5-openxpki-i18n: fix build error
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://reviews.freebsd.org/D44574
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: svysh.fbsd@gmail.com

On some system setups sometime build fails with report
about missing en_GB translation. Evidently it is due to 
race conditions during parallel preparation of translations,
of which en_GB is very special.

This blinking problem of build for port 
security/p5-openxpki-i18n goes away altogether, if I add a line:

MAKE_JOBS_UNSAFE= yes

to the Makefile of the port, as suggested in the attached patch.

- "portlint -AC" gives non-relevant warning.
- "portclippy Makefile" is happy.
- "portfmt -D Makefile" is happy.
- Tested with:
14.0-RELEASE-p6
portlint 2.22.1
portfmt 1.1.5
pkg 1.21.99.1
poudriere-git-3.4.99.20240424
perl 5.36.3_1
openssl 3.0.12

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