svn commit: r369710 - head/japanese/slrn

John Marino marino at FreeBSD.org
Wed Oct 1 10:03:12 UTC 2014


Author: marino
Date: Wed Oct  1 10:03:11 2014
New Revision: 369710
URL: https://svnweb.freebsd.org/changeset/ports/369710
QAT: https://qat.redports.org/buildarchive/r369710/

Log:
  japanese/slrn is not jobs safe
  
  It can try to use config.h before it's generated.

Modified:
  head/japanese/slrn/Makefile

Modified: head/japanese/slrn/Makefile
==============================================================================
--- head/japanese/slrn/Makefile	Wed Oct  1 09:42:39 2014	(r369709)
+++ head/japanese/slrn/Makefile	Wed Oct  1 10:03:11 2014	(r369710)
@@ -27,6 +27,8 @@ ALL_TARGET=	all slrnpull
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 JDOCSRC=	${WRKDIR}/${PORTNAME}-doc-j0.9.5.6-0
 
+MAKE_JOBS_UNSAFE=	yes
+
 # Tentatively improve inner makefiles in attempt to fix parallel builds
 post-patch:
 	@${REINPLACE_CMD} -e 's|-mkdir|mkdir -p| ; \


More information about the svn-ports-all mailing list