diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 11:48:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 11:48:50 +0000 |
commit | d606de8ef9436f8d5bb94ba8342c96fb488288c6 (patch) | |
tree | 9c1f02944d26f5c769aa1b7cfc029cc6cfbb45b2 /math | |
parent | e81a470540467cbc4c27fd516d8204cf6f30ef7b (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/R-letter/Makefile | 6 | ||||
-rw-r--r-- | math/R-project/Makefile | 6 | ||||
-rw-r--r-- | math/R/Makefile | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/math/R-letter/Makefile b/math/R-letter/Makefile index 836b3adf9c01..84503ef49bc4 100644 --- a/math/R-letter/Makefile +++ b/math/R-letter/Makefile @@ -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 diff --git a/math/R-project/Makefile b/math/R-project/Makefile index 836b3adf9c01..84503ef49bc4 100644 --- a/math/R-project/Makefile +++ b/math/R-project/Makefile @@ -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 diff --git a/math/R/Makefile b/math/R/Makefile index 836b3adf9c01..84503ef49bc4 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -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 |