Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2004 10:03:42 -0500 (EST)
From:      Eric van Gyzen <vangyzen@stat.duke.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63804: [maintainer-update] un-BROKEN-ify math/R-letter
Message-ID:  <200403051503.i25F3gdw087692@stat.duke.edu>
Resent-Message-ID: <200403051510.i25FAP8u069116@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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