Bug 209500

Summary: math/R: Fails to build with PDF_MANUALS option enabled
Product: Ports & Packages Reporter: Walter Schwarzenfeld <w.schwarzenfeld>
Component: Individual Port(s)Assignee: Kubilay Kocak <koobs>
Status: Closed Unable to Reproduce    
Severity: Affects Some People CC: jrm
Priority: --- Flags: koobs: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   

Description Walter Schwarzenfeld 2016-05-14 14:02:08 UTC
Math/R 3.2.2. does not compiles with PDF_MANUALS=on.
(there is a not yet committed update PR 209315 to 3.3.0)
===>  R-3.2.2_1 "texlive" must not be defined in USE_TEX.
*** Error code 1
cause of
bsd.tex.mk
# default TeX distribution.  "texlive"
TEX_DEFAULT?=   texlive

.if ${TEX_DEFAULT} != texlive
IGNORE=         Only 'texlive' is supported as value for TEX_DEFAULT
.endif

If I delete "texlive" from the line with USE_TEX it compiles fine.
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2016-06-27 21:40:57 UTC
Maintainer reset.
Comment 2 John Marino freebsd_committer freebsd_triage 2016-07-22 03:56:35 UTC
reassign PR to new maintainer.
Comment 3 Joseph Mingrone freebsd_committer freebsd_triage 2016-07-22 04:07:12 UTC
There was an overhaul of math/R recently.  Can you please confirm that this is now fixed.
Comment 4 Walter Schwarzenfeld 2016-07-22 12:27:41 UTC
(In reply to Joseph Mingrone from comment #3)
Confirm, is fixed. Thanks for the work.