math/pari: Update 2.13.4 -> 2.15.0
Reported by: portscout
This commit is contained in:
parent
a71668512c
commit
3064601ea2
@ -1,5 +1,6 @@
|
||||
PORTNAME= cysignals
|
||||
PORTVERSION= 1.11.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= clisp
|
||||
PORTVERSION= 2.49.93+
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= lang lisp
|
||||
|
||||
MAINTAINER= kiri@TrueFC.org
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= cm
|
||||
DISTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.multiprecision.org/downloads/
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= cmh
|
||||
DISTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.multiprecision.org/downloads/
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= eclib
|
||||
PORTVERSION= 20220621
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= giacxcas
|
||||
DISTVERSION= 1.9.0-21
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \
|
||||
http://cocoa.dima.unige.it/cocoalib/tgz/:cocoa \
|
||||
|
14
math/giacxcas/files/patch-src_pari.cc
Normal file
14
math/giacxcas/files/patch-src_pari.cc
Normal file
@ -0,0 +1,14 @@
|
||||
- workaroud of the removal of the ANYARG macro in pari-2.15.0
|
||||
|
||||
--- src/pari.cc.orig 2022-03-16 11:38:05 UTC
|
||||
+++ src/pari.cc
|
||||
@@ -44,6 +44,9 @@ using namespace std;
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
+// workaround for the removal of the ANYARG macro in pari-2.15.0
|
||||
+#define ANYARG ...
|
||||
+
|
||||
static long int abs(long int & l){
|
||||
if (l<0)
|
||||
return -l;
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= gp2c
|
||||
DISTVERSION= 0.0.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/GP2C/
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= lcalc
|
||||
PORTVERSION= 2.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/misc/sage/spkg/upstream/lcalc/
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
PORTNAME= pari
|
||||
DISTVERSION= 2.13.4
|
||||
PORTEPOCH= 2
|
||||
DISTVERSION= 2.15.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/unix/
|
||||
|
||||
@ -15,7 +14,7 @@ BROKEN_mips64= fails to link: mpker.c:(.text+0x33bc): relocation truncated to f
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp
|
||||
|
||||
USES= perl5 readline
|
||||
USES= bison perl5 readline
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build run
|
||||
HAS_CONFIGURE= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1649311614
|
||||
SHA256 (pari-2.13.4.tar.gz) = bcde9eceae1592814381c1697cdb7063567b6504201b1be47bb58920f3bce185
|
||||
SIZE (pari-2.13.4.tar.gz) = 4772735
|
||||
TIMESTAMP = 1664259213
|
||||
SHA256 (pari-2.15.0.tar.gz) = e474851e0d16d4e4f9a0d9612c746a2ae7c9a1ec185d04c440b1c74a85755685
|
||||
SIZE (pari-2.15.0.tar.gz) = 5172089
|
||||
|
@ -2,12 +2,13 @@ bin/gp
|
||||
bin/gp-%%GP_VERSION%%
|
||||
bin/gphelp
|
||||
bin/tex2mail
|
||||
include/pari/mpinl.h
|
||||
include/pari/genpari.h
|
||||
include/pari/mpinl.h
|
||||
include/pari/pari.h
|
||||
include/pari/paricast.h
|
||||
include/pari/paricfg.h
|
||||
include/pari/paricom.h
|
||||
include/pari/paridbglvl.h
|
||||
include/pari/paridecl.h
|
||||
include/pari/parierr.h
|
||||
include/pari/parigen.h
|
||||
@ -19,9 +20,9 @@ include/pari/paripriv.h
|
||||
include/pari/paristio.h
|
||||
include/pari/parisys.h
|
||||
include/pari/paritune.h
|
||||
lib/libpari.so.%%PORTVERSION%%
|
||||
lib/libpari.so.7
|
||||
lib/libpari.so
|
||||
lib/libpari.so.%%PORTVERSION%%
|
||||
lib/libpari.so.8
|
||||
lib/pari/pari.cfg
|
||||
man/man1/gp-%%GP_VERSION%%.1.gz
|
||||
man/man1/gp.1.gz
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= elldata
|
||||
DISTVERSION= 2021-03-21
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/packages/
|
||||
PKGNAMEPREFIX= pari-
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= galdata
|
||||
DISTVERSION= 2008-04-11
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/packages/
|
||||
PKGNAMEPREFIX= pari-
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= galpol
|
||||
DISTVERSION= 2018-06-25
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/packages/
|
||||
PKGNAMEPREFIX= pari-
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= nflistdata
|
||||
DISTVERSION= 2022-03-26
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/packages/
|
||||
PKGNAMEPREFIX= pari-
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= nftables
|
||||
DISTVERSION= 2008-09-29
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/packages/
|
||||
PKGNAMEPREFIX= pari-
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= seadata
|
||||
DISTVERSION= 2009-06-18
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/packages/
|
||||
PKGNAMEPREFIX= pari-
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= paritwine
|
||||
DISTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.multiprecision.org/downloads/
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= cypari2
|
||||
PORTVERSION= 2.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= fpylll
|
||||
PORTVERSION= 0.5.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= pplpy
|
||||
PORTVERSION= 0.8.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= primecountpy
|
||||
PORTVERSION= 0.1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= sage
|
||||
PORTVERSION= 9.2
|
||||
PORTREVISION= 28
|
||||
PORTREVISION= 29
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://mirrors.xmission.com/sage/src/ \
|
||||
http://mirrors.xmission.com/sage/src/ \
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= sympow
|
||||
PORTVERSION= 2.023.6
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user