Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2016 17:11:00 +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: r412675 - head/devel/premake4
Message-ID:  <201604071711.u37HB02a052507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Apr  7 17:10:59 2016
New Revision: 412675
URL: https://svnweb.freebsd.org/changeset/ports/412675

Log:
  devel/premake4 is not jobs safe.
  
  This port tries to build object files in obj/Release directory before
  that directory is created.  I've seen this happen twice already.

Modified:
  head/devel/premake4/Makefile

Modified: head/devel/premake4/Makefile
==============================================================================
--- head/devel/premake4/Makefile	Thu Apr  7 16:10:30 2016	(r412674)
+++ head/devel/premake4/Makefile	Thu Apr  7 17:10:59 2016	(r412675)
@@ -22,6 +22,8 @@ PLIST_FILES=	bin/premake4
 
 PORTDOCS=	CHANGES.txt LICENSE.txt README.txt
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	${REINPLACE_CMD} -e 's|-ldl||' ${BUILD_WRKSRC}/Premake4.make
 	${REINPLACE_CMD} -e 's|debug|release|' \



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