svn commit: r413492 - head/archivers/libunrar4

John Marino marino at FreeBSD.org
Sun Apr 17 07:15:48 UTC 2016


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


More information about the svn-ports-all mailing list