From a0c2dc9fcd91b9e4f87ab24007c113720c968cb9 Mon Sep 17 00:00:00 2001 From: Sergei Vyshenski Date: Mon, 20 May 2024 20:25:14 +0200 Subject: [PATCH] security/p5-openxpki-i18n: Fix build Add MAKE_JOBS_UNSAFE=yes due to race conditions during build. While at it do some minor adjustments to Makefile. PR: 279058 Approved by: submitter is maintainer, diizzy (mentor) --- security/p5-openxpki-i18n/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile index 24f03f248f13..85354919f4f3 100644 --- a/security/p5-openxpki-i18n/Makefile +++ b/security/p5-openxpki-i18n/Makefile @@ -16,10 +16,12 @@ LICENSE_FILE= ${WRKSRC}/../../LICENSE USES= gettext-runtime gettext-tools gmake perl5 USE_GITHUB= yes +MAKE_JOBS_UNSAFE= yes ALL_TARGET= scan default NO_ARCH= yes -# stay with stable versions only: + +# Track stable versions. PORTSCOUT= limitw:1,even WRKSRC_SUBDIR= core/i18n