Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 23:00:48 +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: r395324 - head/devel/premake
Message-ID:  <201508252300.t7PN0m2o006465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Aug 25 23:00:48 2015
New Revision: 395324
URL: https://svnweb.freebsd.org/changeset/ports/395324

Log:
  devel/premake4 is not jobs safe
  
  Due to some kind of copy/create race, the following object files failed
  to create: os_getcwd.o, os_copyfile.o, os_getversion.o.  As a result,
  this port has been marked jobs-unsafe.

Modified:
  head/devel/premake/Makefile

Modified: head/devel/premake/Makefile
==============================================================================
--- head/devel/premake/Makefile	Tue Aug 25 23:00:19 2015	(r395323)
+++ head/devel/premake/Makefile	Tue Aug 25 23:00:48 2015	(r395324)
@@ -21,6 +21,8 @@ PLIST_FILES=	bin/premake
 
 PORTDOCS=	CHANGES.txt LICENSE.txt README.txt
 
+MAKE_JOBS_UNSAFE=	yes
+
 do-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}



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