Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2016 07:15:46 +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: r413492 - head/archivers/libunrar4
Message-ID:  <201604170715.u3H7FkOJ015690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Apr 17 07:15:46 2016
New Revision: 413492
URL: https://svnweb.freebsd.org/changeset/ports/413492

Log:
  archivers/libunrar4 is not jobs safe
  
  It attempts to link unrar library before all the object files are created.
  I've seen this twice now.

Modified:
  head/archivers/libunrar4/Makefile

Modified: head/archivers/libunrar4/Makefile
==============================================================================
--- head/archivers/libunrar4/Makefile	Sun Apr 17 06:13:11 2016	(r413491)
+++ head/archivers/libunrar4/Makefile	Sun Apr 17 07:15:46 2016	(r413492)
@@ -18,6 +18,8 @@ MAKEFILE=	makefile.unix
 ALL_TARGET=	lib
 USE_LDCONFIG=	yes
 
+MAKE_JOBS_UNSAFE=	yes
+
 do-install:
 	${INSTALL_LIB} ${WRKSRC}/libunrar.so ${STAGEDIR}${PREFIX}/lib/libunrar.so.4
 	cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libunrar.so.4 libunrar.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604170715.u3H7FkOJ015690>