svn commit: r403825 - head/www/dtse

John Marino marino at FreeBSD.org
Wed Dec 16 00:29:44 UTC 2015


Author: marino
Date: Wed Dec 16 00:29:43 2015
New Revision: 403825
URL: https://svnweb.freebsd.org/changeset/ports/403825

Log:
  www/dtse is not jobs safe
  
  This port has failed on me at least twice.
  It's trying to build object files before the "object" directory
  is created.

Modified:
  head/www/dtse/Makefile

Modified: head/www/dtse/Makefile
==============================================================================
--- head/www/dtse/Makefile	Wed Dec 16 00:27:27 2015	(r403824)
+++ head/www/dtse/Makefile	Wed Dec 16 00:29:43 2015	(r403825)
@@ -33,6 +33,8 @@ MAKEFILE=	GNUmakefile
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+MAKE_JOBS_UNSAFE=	yes
+
 pre-configure:
 	cd ${WRKSRC}; ${SH} autogen.sh
 


More information about the svn-ports-head mailing list