Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2023 10:33:17 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5fa10f90532b - main - graphics/libsvgtiny: Mark MAKE_JOBS_UNSAFE
Message-ID:  <202312301033.3BUAXHlq032887@gitrepo.freebsd.org>

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

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

commit 5fa10f90532b8707765e683c13de0d29ec26a3ee
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-12-30 10:32:59 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-12-30 10:33:09 +0000

    graphics/libsvgtiny: Mark MAKE_JOBS_UNSAFE
    
    Mark the port as MAKE_JOBS_UNSAFE due to continuous pkg-fallout emails,
    even though build failures are not reproducible in various
    environments, including those with and without parallel make jobs.
    
    Continue investigating the issue.
---
 graphics/libsvgtiny/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/libsvgtiny/Makefile b/graphics/libsvgtiny/Makefile
index 0ac4ccafe0a0..8ead0a859f8c 100644
--- a/graphics/libsvgtiny/Makefile
+++ b/graphics/libsvgtiny/Makefile
@@ -24,4 +24,6 @@ PLIST_FILES=	include/svgtiny.h \
 		lib/libsvgtiny.a \
 		libdata/pkgconfig/libsvgtiny.pc
 
+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?202312301033.3BUAXHlq032887>