Date: Sat, 5 Nov 2016 23:36:21 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425457 - head/archivers/zstd Message-ID: <201611052336.uA5NaLb6045142@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611052336.uA5NaLb6045142>