Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2015 08:25:43 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386392 - head/emulators/advancemenu
Message-ID:  <201505150825.t4F8PhFK092589@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri May 15 08:25:42 2015
New Revision: 386392
URL: https://svnweb.freebsd.org/changeset/ports/386392

Log:
  emulators/advancemenu: This is not jobs-safe
  
  This port has failed on multi-job builds at least three times.  This last
  time the failure occurred when common.o object file was used before it
  was built.

Modified:
  head/emulators/advancemenu/Makefile

Modified: head/emulators/advancemenu/Makefile
==============================================================================
--- head/emulators/advancemenu/Makefile	Fri May 15 07:55:52 2015	(r386391)
+++ head/emulators/advancemenu/Makefile	Fri May 15 08:25:42 2015	(r386392)
@@ -36,6 +36,8 @@ ASM_CONFIGURE_ENABLE=	asm
 FREETYPE_LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 FREETYPE_CONFIGURE_ENABLE=	freetype
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|-lpthread|-pthread|' ${WRKSRC}/configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505150825.t4F8PhFK092589>