diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-03-13 22:16:34 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-03-13 22:16:34 +0000 |
commit | 369f31a31be7e6fa45d1ebc1970c7c8d00997303 (patch) | |
tree | 6c79e410b5bc8ec30a3e09f50575d305061d2aac /math/pari/patches | |
parent | 979aacbac0164038c602e07702d33cac77987534 (diff) | |
download | pkgsrc-369f31a31be7e6fa45d1ebc1970c7c8d00997303.tar.gz |
Add a "doc" option (on by default) to control whether the documentation
is rendered and installed. Disabling the option is helpful e.g. for
web servers supporting OpenID logins, where X and TeX aren't present.
Bump PKGREVISION.
Diffstat (limited to 'math/pari/patches')
-rw-r--r-- | math/pari/patches/patch-ai | 4 | ||||
-rw-r--r-- | math/pari/patches/patch-ap | 13 |
2 files changed, 15 insertions, 2 deletions
diff --git a/math/pari/patches/patch-ai b/math/pari/patches/patch-ai index 372e12b99c5..114a6d613f7 100644 --- a/math/pari/patches/patch-ai +++ b/math/pari/patches/patch-ai @@ -1,4 +1,4 @@ -$NetBSD: patch-ai,v 1.2 2010/02/06 10:37:06 sno Exp $ +$NetBSD: patch-ai,v 1.3 2010/03/13 22:16:34 schmonz Exp $ --- config/Makefile.SH.orig 2010-01-09 17:59:48.000000000 +0000 +++ config/Makefile.SH @@ -158,7 +158,7 @@ $NetBSD: patch-ai,v 1.2 2010/02/06 10:37:06 sno Exp $ @touch \$@ -install: install-lib-$dft install-include install-bin install-man install-misc install-doc install-examples install-cfg install-data -+install: install-lib install-include install-bin install-man install-misc install-doc install-examples install-cfg install-data ++install: install-lib install-include install-bin install-man install-misc install-examples install-cfg install-data install-include: -mkdir -p \$(INCLUDEDIR)/pari diff --git a/math/pari/patches/patch-ap b/math/pari/patches/patch-ap new file mode 100644 index 00000000000..d97d9a7fc80 --- /dev/null +++ b/math/pari/patches/patch-ap @@ -0,0 +1,13 @@ +$NetBSD: patch-ap,v 1.3 2010/03/13 22:16:34 schmonz Exp $ + +--- config/TOP_Make.SH.orig 2008-10-23 16:30:37.000000000 +0000 ++++ config/TOP_Make.SH +@@ -40,7 +40,7 @@ dft target:: + @echo "Available extra tests: test-all $top_test_extra" + + all:: +- @-cd doc && \$(MAKE) doc ++# @-cd doc && \$(MAKE) doc + @\$(MAKE) gp + + gp bench test-kernel test-all $top_test_extra $top_dotest_extra install cleanobj cleantest install-bin install-doc install-data install-lib-sta install-bin-sta dobench tune:: |