Date: Fri, 7 Sep 2018 10:52:52 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479186 - in head/lang/chicken5: . files Message-ID: <201809071052.w87Aqqj2050060@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Sep 7 10:52:52 2018 New Revision: 479186 URL: https://svnweb.freebsd.org/changeset/ports/479186 Log: lang/chicken5: Mark as MAKE_JOBS_UNSAFE again I was too optimistic about the fix from r478932 and it quickly falls to pieces with a higher number (> 16) of jobs. Upstream has never supported building in parallel either. Deleted: head/lang/chicken5/files/patch-rules.make Modified: head/lang/chicken5/Makefile Modified: head/lang/chicken5/Makefile ============================================================================== --- head/lang/chicken5/Makefile Fri Sep 7 10:21:09 2018 (r479185) +++ head/lang/chicken5/Makefile Fri Sep 7 10:52:52 2018 (r479186) @@ -28,6 +28,7 @@ MAKE_ARGS= PLATFORM=bsd \ C_COMPILER_OPTIMIZATION_OPTIONS="${CFLAGS}" \ LINKER_OPTIONS="${LDFLAGS}" \ PROGRAM_SUFFIX="${PKGNAMESUFFIX}" +MAKE_JOBS_UNSAFE= yes # parallel build not supported PLIST_SUB= SUFFIX=${PKGNAMESUFFIX} TEST_TARGET= check
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809071052.w87Aqqj2050060>