FreeBSD Bugzilla – Attachment 250723 Details for
Bug 279058
security/p5-openxpki-i18n: fix build error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git format-patch -1 main
0001-security-p5-openxpki-i18n-fix-build-error.patch (text/plain), 1.14 KB, created by
Sergei Vyshenski
on 2024-05-17 16:47:46 UTC
(
hide
)
Description:
git format-patch -1 main
Filename:
MIME Type:
Creator:
Sergei Vyshenski
Created:
2024-05-17 16:47:46 UTC
Size:
1.14 KB
patch
obsolete
>From e9c8465fcd23b0abbe8810ef1e1ab19647212f09 Mon Sep 17 00:00:00 2001 >From: Sergei Vyshenski <svysh.fbsd@gmail.com> >Date: Fri, 17 May 2024 18:42:40 +0200 >Subject: [PATCH] security/p5-openxpki-i18n: fix build error > >add a line MAKE_JOBS_UNSAFE=yes >to the Makefile of the port > >PR: 279058 >--- > security/p5-openxpki-i18n/Makefile | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile >index 24f03f248f13..f533c6a3f756 100644 >--- a/security/p5-openxpki-i18n/Makefile >+++ b/security/p5-openxpki-i18n/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= openxpki > DISTVERSIONPREFIX= v > DISTVERSION= 3.24.2 >+PORTREVISION= 1 > CATEGORIES= security perl5 > PKGNAMEPREFIX= p5- > PKGNAMESUFFIX= -i18n >@@ -16,11 +17,12 @@ LICENSE_FILE= ${WRKSRC}/../../LICENSE > USES= gettext-runtime gettext-tools gmake perl5 > > USE_GITHUB= yes >+MAKE_JOBS_UNSAFE= yes # otherwise build fails with "missing en_GB" > > ALL_TARGET= scan default > NO_ARCH= yes >-# stay with stable versions only: >-PORTSCOUT= limitw:1,even >+ >+PORTSCOUT= limitw:1,even # stay with stable versions only: > > WRKSRC_SUBDIR= core/i18n > >-- >2.45.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
svysh.fbsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 279058
: 250723