Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2015 10:11:20 +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: r393650 - head/devel/jep
Message-ID:  <201508061011.t76ABKPU064321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Aug  6 10:11:19 2015
New Revision: 393650
URL: https://svnweb.freebsd.org/changeset/ports/393650

Log:
  devel/jep is not jobs safe
  
  This port has failed on me randomly at least twice in a multi-job
  environment.  I don't know the exact cause though.

Modified:
  head/devel/jep/Makefile

Modified: head/devel/jep/Makefile
==============================================================================
--- head/devel/jep/Makefile	Thu Aug  6 10:04:32 2015	(r393649)
+++ head/devel/jep/Makefile	Thu Aug  6 10:11:19 2015	(r393650)
@@ -23,6 +23,8 @@ USES=		libtool python
 # LDFLAGS detection wrong
 LDFLAGS=	-L${LOCALBASE}/lib
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/jep.jar ${STAGEDIR}${JAVAJARDIR}/
 



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