summaryrefslogtreecommitdiff
path: root/math/pari-devel/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-11-27 02:47:36 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-11-27 02:47:36 +0000
commiteab7242ba6a37639012327c0b466e6790a5d2ad2 (patch)
treeb26e8e877d74bc769eb13ef7e7934e912d689092 /math/pari-devel/files
parentMove $MASTER_SITES to $MASTER_SITE_LOCAL. (diff)
Add pari-devel 2.2.0.a, mathmatics library and advanced calculator package.
PR: ports/31386 Submitted by: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
Notes
Notes: svn path=/head/; revision=50606
Diffstat (limited to 'math/pari-devel/files')
-rw-r--r--math/pari-devel/files/patch-af65
-rw-r--r--math/pari-devel/files/patch-ag9
2 files changed, 74 insertions, 0 deletions
diff --git a/math/pari-devel/files/patch-af b/math/pari-devel/files/patch-af
new file mode 100644
index 000000000000..9b74ee14b51b
--- /dev/null
+++ b/math/pari-devel/files/patch-af
@@ -0,0 +1,65 @@
+--- config/Makefile.SH.orig Wed Apr 18 08:40:57 2001
++++ config/Makefile.SH Tue Jun 26 12:26:00 2001
+@@ -167,7 +167,7 @@
+ LIBDIR = \$(DESTDIR)$libdir
+ BINDIR = \$(DESTDIR)$bindir
+ DATADIR= \$(DESTDIR)$datadir
+-MANDIR = \$(DESTDIR)$mandir
++MANDIR = \$(DESTDIR)\${PREFIX}/man/man1
+ ALLDIR = \$(DESTDIR)$miscdir
+ DOCDIR = \$(ALLDIR)/doc
+ EMACSDIR= \$(ALLDIR)/emacs
+@@ -327,7 +327,7 @@
+
+ install-doc::
+ -mkdir -p \$(ALLDIR) \$(BINDIR) \$(DOCDIR)
+- -cd $doc; \$(MAKE) all
++# -cd $doc; \$(MAKE) all
+ -\$(INSTALL_PROGRAM) $doc/gphelp \$(BINDIR)
+ -\$(INSTALL_DATA) $doc/Makefile \$(DOCDIR)
+ -\$(INSTALL_DATA) $doc/translations \$(DOCDIR)
+@@ -345,10 +345,10 @@
+ -\$(INSTALL_DATA) $doc/usersch3.tex \$(DOCDIR)
+ -\$(INSTALL_DATA) $doc/usersch4.tex \$(DOCDIR)
+ -\$(INSTALL_DATA) $doc/usersch5.tex \$(DOCDIR)
+- -\$(INSTALL_DATA) $doc/users.dvi \$(DOCDIR)
+- -\$(INSTALL_DATA) $doc/tutorial.dvi \$(DOCDIR)
+- -\$(INSTALL_DATA) $doc/refcard.dvi \$(DOCDIR)
+- -\$(INSTALL_DATA) $doc/refcard.ps \$(DOCDIR)
++# -\$(INSTALL_DATA) $doc/users.dvi \$(DOCDIR)
++# -\$(INSTALL_DATA) $doc/tutorial.dvi \$(DOCDIR)
++# -\$(INSTALL_DATA) $doc/refcard.dvi \$(DOCDIR)
++# -\$(INSTALL_DATA) $doc/refcard.ps \$(DOCDIR)
+
+ install-examples:
+ -mkdir -p \$(EXDIR)
+@@ -366,8 +366,8 @@
+ -\$(INSTALL_DATA) $ex/taylor.gp \$(EXDIR)
+
+ install-data:
+- -mkdir -p \$(DATADIR)
+- -for f in $data/*; do \$(INSTALL_DATA) \$\$f \$(DATADIR); done 2>/dev/null
++# -mkdir -p \$(DATADIR)
++# -for f in $data/*; do \$(INSTALL_DATA) \$\$f \$(DATADIR); done 2>/dev/null
+
+ install-lib-sta: \$(LIBPARI_STA)
+ -mkdir -p \$(LIBDIR)
+@@ -435,13 +435,13 @@
+
+ if test -n "$emacs"; then
+ cat >> $file << EOT
+-$pari_elc: $emx/pari.el
+- @echo "Byte-Compiling pari.el..."
+- -cd $emx; $emacs -batch -l compile
++#$pari_elc: $emx/pari.el
++# @echo "Byte-Compiling pari.el..."
++# -cd $emx; $emacs -batch -l compile
+
+-$install_emacs_files: $pari_elc
++$install_emacs_files: # $pari_elc
+ -mkdir -p \$(EMACSDIR)
+- -\$(INSTALL_DATA) $pari_elc \$(EMACSDIR)
++# -\$(INSTALL_DATA) $pari_elc \$(EMACSDIR)
+ \$(INSTALL_DATA) $emx/pari.el \$(EMACSDIR)
+ \$(INSTALL_DATA) $emx/pariemacs.txt \$(EMACSDIR)
+ \$(INSTALL_DATA) $emx/with-syntax.el \$(EMACSDIR)
diff --git a/math/pari-devel/files/patch-ag b/math/pari-devel/files/patch-ag
new file mode 100644
index 000000000000..d0fc2b22b2d6
--- /dev/null
+++ b/math/pari-devel/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