Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2024 18:29:55 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a0c2dc9fcd91 - main - security/p5-openxpki-i18n: Fix build
Message-ID:  <202405201829.44KITtYj038730@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a0c2dc9fcd91b9e4f87ab24007c113720c968cb9

commit a0c2dc9fcd91b9e4f87ab24007c113720c968cb9
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2024-05-20 18:25:14 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-05-20 18:28:40 +0000

    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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405201829.44KITtYj038730>