- Unbreak: Build the four documentation formats sequentially (instead of simultaneously)
to prevent perl 5.8 from using too much memory (> 512 MB) and being killed. PR: ports/63804 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
This commit is contained in:
parent
e81a470540
commit
d606de8ef9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103091
3 changed files with 12 additions and 6 deletions
|
@ -68,8 +68,10 @@ MAN1= R.1
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Broken pkg-plist"
|
||||
# Build the four documentation formats sequentially (instead of simultaneously)
|
||||
# to prevent perl 5.8 from using too much memory (> 512 MB) and being killed.
|
||||
.if ${PERL_LEVEL} >= 500800
|
||||
ALL_TARGET= Makefile Makeconf R help html latex examples stamp-recommended
|
||||
.endif
|
||||
|
||||
test check: build
|
||||
|
|
|
@ -68,8 +68,10 @@ MAN1= R.1
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Broken pkg-plist"
|
||||
# Build the four documentation formats sequentially (instead of simultaneously)
|
||||
# to prevent perl 5.8 from using too much memory (> 512 MB) and being killed.
|
||||
.if ${PERL_LEVEL} >= 500800
|
||||
ALL_TARGET= Makefile Makeconf R help html latex examples stamp-recommended
|
||||
.endif
|
||||
|
||||
test check: build
|
||||
|
|
|
@ -68,8 +68,10 @@ MAN1= R.1
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Broken pkg-plist"
|
||||
# Build the four documentation formats sequentially (instead of simultaneously)
|
||||
# to prevent perl 5.8 from using too much memory (> 512 MB) and being killed.
|
||||
.if ${PERL_LEVEL} >= 500800
|
||||
ALL_TARGET= Makefile Makeconf R help html latex examples stamp-recommended
|
||||
.endif
|
||||
|
||||
test check: build
|
||||
|
|
Loading…
Reference in a new issue