svn commit: r463935 - head/finance/kmymoney-kde4

Jason E. Hale jhale at FreeBSD.org
Fri Mar 9 07:21:44 UTC 2018


Author: jhale
Date: Fri Mar  9 07:21:43 2018
New Revision: 463935
URL: https://svnweb.freebsd.org/changeset/ports/463935

Log:
  Mark MAKE_JOBS_UNSAFE to try to resolve intermittent build failures on the
  package build cluster. It appears that kmymoneysetting.cpp is being
  compiled before it is fully generated.
  
  PR:		225266
  Submitted by:	jbeich
  Reported by:	pkg-fallout

Modified:
  head/finance/kmymoney-kde4/Makefile

Modified: head/finance/kmymoney-kde4/Makefile
==============================================================================
--- head/finance/kmymoney-kde4/Makefile	Fri Mar  9 07:05:03 2018	(r463934)
+++ head/finance/kmymoney-kde4/Makefile	Fri Mar  9 07:21:43 2018	(r463935)
@@ -27,6 +27,11 @@ USE_LDCONFIG=	yes
 
 SHEBANG_FILES=	kmymoney/misc/financequote.pl
 
+# PR: 225266
+# Intermittent failures on build cluster (race condition trying to compile
+# kmymoneysettings.cpp before it is fully generated by kconfig_compiler)
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=		NLS CALENDAR KBANKING OFX QUOTES
 OPTIONS_DEFAULT=	CALENDAR
 OPTIONS_SUB=		yes


More information about the svn-ports-head mailing list