Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2024 18:42:20 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: 889326b5e2aa - main - x11/mate-applets: Add MAKE_JOBS_UNSAFE
Message-ID:  <202402181842.41IIgKxs063643@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=889326b5e2aa5138420ddf876e6999cef151d82f

commit 889326b5e2aa5138420ddf876e6999cef151d82f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-18 18:33:30 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-18 18:33:34 +0000

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

diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile
index f72ab61e0545..3cc083b0de5a 100644
--- a/x11/mate-applets/Makefile
+++ b/x11/mate-applets/Makefile
@@ -47,6 +47,8 @@ GLIB_SCHEMAS=	org.mate.drivemount.gschema.xml \
 		org.mate.panel.applet.timer.gschema.xml \
 		org.mate.stickynotes.gschema.xml
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} != "i386" && ${ARCH} != "amd64"



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