diff options
author | jesper <jesper@FreeBSD.org> | 2002-03-15 00:31:33 +0800 |
---|---|---|
committer | jesper <jesper@FreeBSD.org> | 2002-03-15 00:31:33 +0800 |
commit | c2fa7189e74b5f20e1342b79f838219d1aef9bff (patch) | |
tree | afdd5fdc7f6d405999c8253dc96610c4c5d2f365 /math | |
parent | d5d5121c031618ed596e702fc1aa1be23802a7f2 (diff) | |
download | freebsd-ports-gnome-c2fa7189e74b5f20e1342b79f838219d1aef9bff.tar.gz freebsd-ports-gnome-c2fa7189e74b5f20e1342b79f838219d1aef9bff.tar.zst freebsd-ports-gnome-c2fa7189e74b5f20e1342b79f838219d1aef9bff.zip |
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>
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/files/patch-makefile | 12 | ||||
-rw-r--r-- | math/pari/Makefile | 2 | ||||
-rw-r--r-- | math/pari/distinfo | 2 | ||||
-rw-r--r-- | math/pari/files/patch-af | 20 |
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 |