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

Mathieu Arnold mat at FreeBSD.org
Wed Oct 21 15:34:41 UTC 2015


Author: mat
Date: Wed Oct 21 15:34:39 2015
New Revision: 399923
URL: https://svnweb.freebsd.org/changeset/ports/399923

Log:
  Mark JOBS_UNSAFE, it sometime fails with:
  
  ERROR: Cannot copy 'Fs.pm' to 'blib/lib/SVN/Fs.pm': Permission denied
  
  Sponsored by:	Absolight

Modified:
  head/devel/p5-subversion/Makefile

Modified: head/devel/p5-subversion/Makefile
==============================================================================
--- head/devel/p5-subversion/Makefile	Wed Oct 21 15:01:57 2015	(r399922)
+++ head/devel/p5-subversion/Makefile	Wed Oct 21 15:34:39 2015	(r399923)
@@ -23,6 +23,8 @@ USE_PERL5=	build run
 SVN_BUILD_BINDINGS=	yes
 SVN_BUILD_ADDONS=	yes
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include "${MASTERDIR}/Makefile.common"
 
 CATEGORIES+=	perl5


More information about the svn-ports-all mailing list