diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-14 19:59:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-14 19:59:47 +0000 |
commit | c556e167499cb159c55d17ff6c2649373b3742cf (patch) | |
tree | a1042826b20e9b6f215ed52db6aff0f9e18c3c1e /math/pari/files | |
parent | Update to rxvt 2.7.2 (diff) |
Update to version 2.0.18b
PR: 16030
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=24739
Diffstat (limited to 'math/pari/files')
-rw-r--r-- | math/pari/files/patch-af | 31 | ||||
-rw-r--r-- | math/pari/files/patch-ag | 9 |
2 files changed, 37 insertions, 3 deletions
diff --git a/math/pari/files/patch-af b/math/pari/files/patch-af index c8d3ecce7c73..4bb67e610a32 100644 --- a/math/pari/files/patch-af +++ b/math/pari/files/patch-af @@ -1,6 +1,31 @@ ---- ../pari-2.0.16.beta.orig/config/Makefile.SH Mon Jun 28 19:23:29 1999 -+++ ./config/Makefile.SH Fri Aug 13 08:05:46 1999 -@@ -384,13 +384,13 @@ +--- config/Makefile.SH.orig Wed Nov 17 02:12:01 1999 ++++ config/Makefile.SH Mon Jan 10 02:37:39 2000 +@@ -293,7 +293,8 @@ + \$(INSTALL_DATA) $doc/translations \$(MISCDIR) + + install-doc: +- -cd $doc; \$(MAKE) all ++# -cd $doc; \$(MAKE) all ++ -\$(INSTALL_DATA) $doc/Makefile \$(MISCDIR) + -\$(INSTALL_DATA) $doc/paricfg.tex \$(MISCDIR) + -\$(INSTALL_DATA) $doc/parimacro.tex \$(MISCDIR) + -\$(INSTALL_DATA) $doc/usersch1.tex \$(MISCDIR) +@@ -301,10 +302,10 @@ + -\$(INSTALL_DATA) $doc/usersch3.tex \$(MISCDIR) + -\$(INSTALL_DATA) $doc/usersch4.tex \$(MISCDIR) + -\$(INSTALL_DATA) $doc/usersch5.tex \$(MISCDIR) +- -\$(INSTALL_DATA) $doc/users.dvi \$(MISCDIR) +- -\$(INSTALL_DATA) $doc/tutorial.dvi \$(MISCDIR) +- -\$(INSTALL_DATA) $doc/refcard.dvi \$(MISCDIR) +- -\$(INSTALL_DATA) $doc/refcard.ps \$(MISCDIR) ++# -\$(INSTALL_DATA) $doc/users.dvi \$(MISCDIR) ++# -\$(INSTALL_DATA) $doc/tutorial.dvi \$(MISCDIR) ++# -\$(INSTALL_DATA) $doc/refcard.dvi \$(MISCDIR) ++# -\$(INSTALL_DATA) $doc/refcard.ps \$(MISCDIR) + + install-data: + -mkdir -p \$(DATADIR) +@@ -378,13 +379,13 @@ if test -n "$emacs"; then cat >> $file << EOT diff --git a/math/pari/files/patch-ag b/math/pari/files/patch-ag new file mode 100644 index 000000000000..d0fc2b22b2d6 --- /dev/null +++ b/math/pari/files/patch-ag @@ -0,0 +1,9 @@ +--- doc/appb.tex.orig Mon Jan 10 02:59:06 2000 ++++ doc/appb.tex Mon Jan 10 02:59:23 2000 +@@ -29,5 +29,5 @@ + seen in detail in \secref{se:prog}, with the slight modifications explained + at the end of that section. + +-\bprogfile{../examples/matexp.c} ++\bprogfile{./matexp.c} + \vfill\eject |