Re: math/R build failed

2016-05-14 Thread Grzegorz Junka
All right, thanks, I missed that PDF_MANUALS requires tex. I will disable that option for now. On 14/05/2016 14:04, Walter Schwarzenfeld wrote: Ok, I tried it again. Result: INormal try failes in the same way. If I delete texlive from the USE_TEX line it compiles fine. (Alternae Solution wit

Re: math/R build failed

2016-05-14 Thread Walter Schwarzenfeld
The link does not work, try it again https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209500 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@

Re: math/R build failed

2016-05-14 Thread Walter Schwarzenfeld
Ok, I tried it again. Result: INormal try failes in the same way. If I delete texlive from the USE_TEX line it compiles fine. (Alternae Solution withPDF_MANUALS=off) and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209500. ___ freebsd-ports@fre

Re: math/R build failed

2016-05-14 Thread Grzegorz Junka
OK, thanks, please let me know if there is a fix needed in the ports or I can fix it somehow in my environment without touching the ports. Grzegorz On 14/05/2016 12:41, Walter Schwarzenfeld wrote: Sorry, there was a misunderstood from me. In the moment I try it again.(fetching texlibe needs l

Re: math/R build failed

2016-05-14 Thread Walter Schwarzenfeld
Sorry, there was a misunderstood from me. In the moment I try it again.(fetching texlibe needs long time). ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-port

Re: math/R build failed

2016-05-14 Thread Walter Schwarzenfeld
Compiled on my system (10.3-RELEASE Without problems. You can try remove n the lline USE_TEX the keyword texlive. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "fr

Re: math/R build failed

2016-05-14 Thread Walter Schwarzenfeld
It seems right. Makefile USE_TEX=texlive dvipsk kpathsea pdftex 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 texlive is default. And if you rea