Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 15:34:40 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399923 - head/devel/p5-subversion
Message-ID:  <201510211534.t9LFYe39011683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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