svn commit: r402671 - head/sysutils/moreutils

John Marino marino at FreeBSD.org
Mon Nov 30 14:26:14 UTC 2015


Author: marino
Date: Mon Nov 30 14:26:13 2015
New Revision: 402671
URL: https://svnweb.freebsd.org/changeset/ports/402671

Log:
  sysutils/moreutile is not jobs safe
  
  This port has failed on me multiple times.  The last time, it tried to
  use errnos.h before it was generated.

Modified:
  head/sysutils/moreutils/Makefile

Modified: head/sysutils/moreutils/Makefile
==============================================================================
--- head/sysutils/moreutils/Makefile	Mon Nov 30 14:20:13 2015	(r402670)
+++ head/sysutils/moreutils/Makefile	Mon Nov 30 14:26:13 2015	(r402671)
@@ -22,6 +22,8 @@ ALL_TARGET=	errnos.h ${CANNED_MANPAGES:R
 USES=		perl5 shebangfix
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+MAKE_JOBS_UNSAFE=	yes
+
 CANNED_MANPAGES=errno.1 \
 		ifdata.1 \
 		ifne.1 \


More information about the svn-ports-all mailing list