diff options
author | adam <adam@pkgsrc.org> | 2005-09-08 08:39:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-08 08:39:59 +0000 |
commit | cae12cd5017888d9edd8b52a478c2d713eb4b066 (patch) | |
tree | b255644fffd99c7554b385801c3bac382700eaf6 /math/pari/Makefile | |
parent | c546f1a36c5033f55d169fda4ca8a53655338bd3 (diff) | |
download | pkgsrc-cae12cd5017888d9edd8b52a478c2d713eb4b066.tar.gz |
Changes 2.1.6:
Fixed
- src/kernel/sparcv8/MakeVar.SH missing from MANIFEST (hence from tarball)
- stack corruption in matsnf() [ when GC occurs ]
- incorrect result in gaffsg(s < 0, t_PADIC)
- [hi-res plot: X-Windows] rescaling bug
- [ix86 + gcc]: fix "invalid preprocessing token" Warning
- removed hack in buchall() [ function called through unappropriate
type (in init mode) to avoid inserting irrelevant arguments ]. Caused
some compiler to produce incorrect code (SEGV).
- typo in isabsolutepol(): SEGV in factorff for some t_POLs
defined over the prime field
- inconsistent error message when starting 'gp -p 436273000'
- Configure support for GNU/Hurd
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r-- | math/pari/Makefile | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 22fc3bbe6e4..d9f9a4e18ef 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,25 +1,24 @@ -# $NetBSD: Makefile,v 1.27 2005/07/16 19:10:39 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2005/09/08 08:39:59 adam Exp $ -DISTNAME= pari-2.1.5 -PKGREVISION= 5 -CATEGORIES= math -MASTER_SITES= http://pari.math.u-bordeaux.fr/download/ \ - ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ +DISTNAME= pari-2.1.6 +CATEGORIES= math +MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ +EXTRACT_SUFX= .tgz -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://pari.math.u-bordeaux.fr/ -COMMENT= Software package for computer-aided number theory +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://pari.math.u-bordeaux.fr/ +COMMENT= Software package for computer-aided number theory BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX +USE_GNU_READLINE= yes # rl_save_prompt() USE_LIBTOOL= yes -USE_GNU_READLINE= # rl_save_prompt USE_TOOLS+= perl:run - HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ${WRKSRC}/Configure -CONFIGURE_ARGS+= --prefix=${PREFIX} --share-prefix=${PREFIX}/share CONFIGURE_ARGS+= --graphic=X11 +CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --share-prefix=${PREFIX}/share CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} CONFIGURE_ENV+= PERL5=${PERL5} CONFIGURE_ENV+= X11BASE=${X11BASE} |