svn commit: r425457 - head/archivers/zstd

John Marino marino at FreeBSD.org
Sat Nov 5 23:36:22 UTC 2016


Author: marino
Date: Sat Nov  5 23:36:21 2016
New Revision: 425457
URL: https://svnweb.freebsd.org/changeset/ports/425457

Log:
  archivers/zstd is no longer jobs safe.
  
  I'm not sure what happened since the previous release, but now object
  files are used before they are created (e.g. decompress directory)

Modified:
  head/archivers/zstd/Makefile

Modified: head/archivers/zstd/Makefile
==============================================================================
--- head/archivers/zstd/Makefile	Sat Nov  5 23:32:10 2016	(r425456)
+++ head/archivers/zstd/Makefile	Sat Nov  5 23:36:21 2016	(r425457)
@@ -23,5 +23,6 @@ MAKE_ARGS=	MANDIR="${PREFIX}/man/man1" \
 		INCLUDEDIR="${PREFIX}/include"
 
 BROKEN_FreeBSD_9=	missing builtin bswap32 and bswap64
+MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list