ports/63804: [maintainer-update] un-BROKEN-ify math/R-letter

Eric van Gyzen vangyzen at stat.duke.edu
Fri Mar 5 15:10:26 UTC 2004


>Number:         63804
>Category:       ports
>Synopsis:       [maintainer-update] un-BROKEN-ify math/R-letter
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 05 07:10:25 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Eric van Gyzen
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
Duke University Statistics
>Environment:
N/A

>Description:
Fix R so it builds with perl-5.8.

>How-To-Repeat:
N/A

>Fix:

diff -u -r1.36 Makefile
--- Makefile    9 Feb 2004 01:41:12 -0000       1.36
+++ Makefile    24 Feb 2004 17:05:08 -0000
@@ -68,8 +68,10 @@

 .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

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list