svn commit: r516791 - head/devel/p5-subversion

Mathieu Arnold mat at FreeBSD.org
Tue Nov 5 11:38:22 UTC 2019


Author: mat
Date: Tue Nov  5 11:38:21 2019
New Revision: 516791
URL: https://svnweb.freebsd.org/changeset/ports/516791

Log:
  Fix a random jobs error.
  
  Once in a while, build will fail with:
  
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  ERROR: Cannot copy '../../../../../subversion/bindings/swig/perl/native/Core.pm' to 'blib/lib/SVN/Core.pm': Permission denied
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   at -e line 1.

Modified:
  head/devel/p5-subversion/Makefile   (contents, props changed)

Modified: head/devel/p5-subversion/Makefile
==============================================================================
--- head/devel/p5-subversion/Makefile	Tue Nov  5 10:21:13 2019	(r516790)
+++ head/devel/p5-subversion/Makefile	Tue Nov  5 11:38:21 2019	(r516791)
@@ -14,6 +14,8 @@ PORTREVISION_LTS=	0
 
 SVN_BUILD_BINDINGS=	yes
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include "${.CURDIR}/../../devel/subversion/Makefile.addons"
 
 CATEGORIES+=	perl5


More information about the svn-ports-all mailing list