summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-12-12 06:49:26 +0000
committerdholland <dholland@pkgsrc.org>2011-12-12 06:49:26 +0000
commitdff0b2cb84de316be2d2c82ba74f854e0f96e820 (patch)
tree051433e6c0d03ab620c2acb4ef64fe25d9a788c9 /math
parentd889e29d94bf2f858328643ab6d1579319ee38c0 (diff)
downloadpkgsrc-dff0b2cb84de316be2d2c82ba74f854e0f96e820.tar.gz
This needs a pile more tex packages to build successfully in a clean
environment. Note: some of the ones I'm adding may not be absolutely required; I made this list by checking atimes after building R with all tex stuff available, and confirmed that with (only) these packages available it does build. It doesn't help that the R makefile, apparently intentionally, doesn't stop if running tex fails.
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile19
1 files changed, 18 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 414159134be..d7c86d423c3 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.122 2011/12/11 21:10:05 dholland Exp $
+# $NetBSD: Makefile,v 1.123 2011/12/12 06:49:26 dholland Exp $
DISTNAME= R-2.14.0
PKGREVISION= 1
@@ -96,7 +96,24 @@ INSTALL_SCRIPT= ${INSTALL} ${COPY} -m ${BINMODE}
# to build NEWS.pdf
BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
BUILD_DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont
+BUILD_DEPENDS+= tex-ae-[0-9]*:../../fonts/tex-ae
BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+BUILD_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
+BUILD_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+BUILD_DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+BUILD_DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
+BUILD_DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
+BUILD_DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super
+BUILD_DEPENDS+= tex-fontname-[0-9]*:../../fonts/tex-fontname
+BUILD_DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+BUILD_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
+BUILD_DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex
+BUILD_DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
+BUILD_DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
+BUILD_DEPENDS+= tex-latexconfig-[0-9]*:../../print/tex-latexconfig
+BUILD_DEPENDS+= tex-mptopdf-[0-9]*:../../graphics/tex-mptopdf
+BUILD_DEPENDS+= tex-pdftex-def-[0-9]*:../../print/tex-pdftex
+
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3
BUILDLINK_API_DEPENDS.bzip2+= bzip2>=1.0.5