summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJesper Skriver <jesper@FreeBSD.org>2002-03-14 16:31:33 +0000
committerJesper Skriver <jesper@FreeBSD.org>2002-03-14 16:31:33 +0000
commitd7db143eea75c9260a0f24e7b61809e4c2f3078a (patch)
tree2b0ca35e53a45c4e2dc7f882ebe0cbaf3928efdb /math
parentAdd extra dependency of ports/security/p5-Crypt-DES_EDE3 (diff)
Update ports/math/pari to 1.1.3
Update ports/math/p5-Math-Pari so it works with pari 1.1.3 Approved by: mharo, Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Notes
Notes: svn path=/head/; revision=56089
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Pari/files/patch-makefile12
-rw-r--r--math/pari/Makefile2
-rw-r--r--math/pari/distinfo2
-rw-r--r--math/pari/files/patch-af20
4 files changed, 23 insertions, 13 deletions
diff --git a/math/p5-Math-Pari/files/patch-makefile b/math/p5-Math-Pari/files/patch-makefile
index db1da876e65a..a8a60fb4d0fd 100644
--- a/math/p5-Math-Pari/files/patch-makefile
+++ b/math/p5-Math-Pari/files/patch-makefile
@@ -5,7 +5,17 @@
# Uncomment and change this line if I fail to find it
-# $paridir = "..";
-+$paridir = "../../../pari/work/pari-2.1.1";
++$paridir = "../../../pari/work/pari-2.1.3";
unless (-t STDOUT) { # Better reports if run with redirections
my $odef = select STDERR;
+--- libPARI/Makefile.PL.orig Thu Mar 14 15:04:06 2002
++++ libPARI/Makefile.PL Thu Mar 14 15:03:30 2002
+@@ -381,6 +381,7 @@
+ #}
+
+ $mycflags .= " -DDYNAMIC_PLOTTING";
++$mycflags .= " -DDL_DFLT_NAME=\\\"libpari.2.1.3\\\"";
+ # OMF build needs no underscores:
+ $mycflags .= " -D__NO_AOUT" if $^O eq 'os2' and !$OS2::is_aout;
+
diff --git a/math/pari/Makefile b/math/pari/Makefile
index e65b23422132..f0fdf0ee27be 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pari
-PORTVERSION= 2.1.1
+PORTVERSION= 2.1.3
CATEGORIES= math
MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \
http://www.gn-50uma.de/ftp/pari-2.1/
diff --git a/math/pari/distinfo b/math/pari/distinfo
index 932a784259b1..a58f7de527ce 100644
--- a/math/pari/distinfo
+++ b/math/pari/distinfo
@@ -1 +1 @@
-MD5 (pari-2.1.1.tar.gz) = e10ccee348c38e979ff73e0f1d6f2908
+MD5 (pari-2.1.3.tar.gz) = a694da54ee15a7abdf34d39407daf459
diff --git a/math/pari/files/patch-af b/math/pari/files/patch-af
index 9b74ee14b51b..a6fbd85d8bcc 100644
--- a/math/pari/files/patch-af
+++ b/math/pari/files/patch-af
@@ -1,27 +1,27 @@
---- 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 @@
+--- config/Makefile.SH.orig Thu Sep 27 19:58:38 2001
++++ config/Makefile.SH Thu Mar 14 11:31:40 2002
+@@ -176,7 +176,7 @@
LIBDIR = \$(DESTDIR)$libdir
BINDIR = \$(DESTDIR)$bindir
DATADIR= \$(DESTDIR)$datadir
-MANDIR = \$(DESTDIR)$mandir
+MANDIR = \$(DESTDIR)\${PREFIX}/man/man1
ALLDIR = \$(DESTDIR)$miscdir
+ READMEDIR = \$(ALLDIR)
DOCDIR = \$(ALLDIR)/doc
- EMACSDIR= \$(ALLDIR)/emacs
-@@ -327,7 +327,7 @@
+@@ -348,7 +348,7 @@
install-doc::
- -mkdir -p \$(ALLDIR) \$(BINDIR) \$(DOCDIR)
+ -mkdir -p \$(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)
+@@ -367,10 +367,10 @@
-\$(INSTALL_DATA) $doc/usersch4.tex \$(DOCDIR)
-\$(INSTALL_DATA) $doc/usersch5.tex \$(DOCDIR)
+ -\$(INSTALL_DATA) $doc/paricfg.tex \$(DOCDIR)
- -\$(INSTALL_DATA) $doc/users.dvi \$(DOCDIR)
- -\$(INSTALL_DATA) $doc/tutorial.dvi \$(DOCDIR)
- -\$(INSTALL_DATA) $doc/refcard.dvi \$(DOCDIR)
@@ -33,7 +33,7 @@
install-examples:
-mkdir -p \$(EXDIR)
-@@ -366,8 +366,8 @@
+@@ -388,8 +388,8 @@
-\$(INSTALL_DATA) $ex/taylor.gp \$(EXDIR)
install-data:
@@ -44,7 +44,7 @@
install-lib-sta: \$(LIBPARI_STA)
-mkdir -p \$(LIBDIR)
-@@ -435,13 +435,13 @@
+@@ -457,13 +457,13 @@
if test -n "$emacs"; then
cat >> $file << EOT