svn commit: r393650 - head/devel/jep

John Marino marino at FreeBSD.org
Thu Aug 6 10:11:20 UTC 2015


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}/
 


More information about the svn-ports-all mailing list