mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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.
This commit is contained in:
parent
6de09bc9c5
commit
6c15affe9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516791
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ PORTREVISION_LTS= 0
|
|||
|
||||
SVN_BUILD_BINDINGS= yes
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
|
||||
|
||||
CATEGORIES+= perl5
|
||||
|
|
Loading…
Add table
Reference in a new issue