Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2024 18:42:19 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 08942224ff27 - main - math/mate-calc: Add MAKE_JOBS_UNSAFE
Message-ID:  <202402181842.41IIgJnP063607@gitrepo.freebsd.org>

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

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

commit 08942224ff27d7ff50f49702b1e0ac9eea476517
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-18 18:31:41 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-18 18:31:44 +0000

    math/mate-calc: Add MAKE_JOBS_UNSAFE
    
    This appears to mitigate itstool intermittently segfaulting
    
    PR:             276948
    Approved by:    portmgr (blanket, build fix)
---
 math/mate-calc/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile
index 17ee02043392..f8ecf5c31bf8 100644
--- a/math/mate-calc/Makefile
+++ b/math/mate-calc/Makefile
@@ -24,4 +24,6 @@ GNU_CONFIGURE=	yes
 
 GLIB_SCHEMAS=	org.mate.calc.gschema.xml
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.mk>



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