svn commit: r377622 - head/archivers/par

John Marino marino at FreeBSD.org
Wed Jan 21 18:34:17 UTC 2015


Author: marino
Date: Wed Jan 21 18:34:16 2015
New Revision: 377622
URL: https://svnweb.freebsd.org/changeset/ports/377622
QAT: https://qat.redports.org/buildarchive/r377622/

Log:
  archivers/par: Mark jobs unsafe
  
  Under multiple jobs, This port showed par.c trying to use header.h before
  it's target completely built the header, and thus failed.

Modified:
  head/archivers/par/Makefile

Modified: head/archivers/par/Makefile
==============================================================================
--- head/archivers/par/Makefile	Wed Jan 21 18:06:23 2015	(r377621)
+++ head/archivers/par/Makefile	Wed Jan 21 18:34:16 2015	(r377622)
@@ -23,6 +23,8 @@ PORTDOCS=	ChangeLog README
 
 OPTIONS_DEFINE=	DOCS
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e 's,-Wall.*-pipe,${CFLAGS}, ; \
 		s,"Linux,"${OPSYS},' ${WRKSRC}/${MAKEFILE}


More information about the svn-ports-all mailing list