git: 5fa10f90532b - main - graphics/libsvgtiny: Mark MAKE_JOBS_UNSAFE
Date: Sat, 30 Dec 2023 10:33:17 UTC
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>