svn commit: r479186 - in head/lang/chicken5: . files

Tobias Kortkamp tobik at FreeBSD.org
Fri Sep 7 10:52:53 UTC 2018


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
 


More information about the svn-ports-head mailing list