diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-07 13:16:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-07 13:16:35 +0000 |
commit | d44c501b21d1f2bed0182bd882b7345ca5b2cca6 (patch) | |
tree | 9e87159ef9f1ca05f64c3f534b74a8111e5169c9 /math/asir2000/Makefile | |
parent | Japanese/emacs20-emcws dump core when using x11. From current (diff) |
ports/math/asir2000 do not build. This probrem has two reasons.
1) ports/matn/pari-devel update.
2) 5-current do not build. This reasion is thread problem.
This send-pr solved that problems.
PR: ports/44308
Submitted by: Saito Tomokatsu <saito@asir.org>
Notes
Notes:
svn path=/head/; revision=69661
Diffstat (limited to 'math/asir2000/Makefile')
-rw-r--r-- | math/asir2000/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 991fc576149e..60a75fa5e408 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -6,9 +6,10 @@ # PORTNAME= asir -PORTVERSION= 20020910 +PORTVERSION= 20021020 CATEGORIES= math -MASTER_SITES= ftp://ftp.asir.org/pub/asir/src/ +MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ + ftp://ftp.asir.org/pub/asir/src/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ASIR_DOC} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -24,7 +25,7 @@ CONFIGURE_ENV= OLD_PARI_VERSION=${OLD_PARI_VERSION} \ PARI_VERSION=${PARI_VERSION} \ LAPACK_VERSION=${LAPACK_VERSION} CONFIGURE_ARGS= -oxhome ${PREFIX} -plot ${PARI} -fep -interval ${LAPACK} -ASIR_DOC_VERSION= 20020910 +ASIR_DOC_VERSION= 20021020 ASIR_DOC= asirdoc-${ASIR_DOC_VERSION}.tar.gz MAN1= asir.1 @@ -36,7 +37,7 @@ LIB_DEPENDS= # dummy OLD_PARI_DIR= ${PORTSDIR}/math/pari OLD_PARI_VERSION= `${GREP} PORTVERSION ${OLD_PARI_DIR}/Makefile | cut -f 2` PARI_DIR= ${PORTSDIR}/math/pari-devel -PARI_VERSION= `${GREP} PORTVERSION ${PARI_DIR}/Makefile | cut -f 2` +PARI_VERSION= `${GREP} MAJOR_VERSION ${PARI_DIR}/Makefile | ${GREP} -v { | cut -f 2`.`${GREP} MINOR_VERSION ${PARI_DIR}/Makefile | ${GREP} -v { | cut -f 2`.`${GREP} REV_VERSION ${PARI_DIR}/Makefile | ${GREP} -v { | cut -f 2`.alpha .if defined(USE_OLDPARI) LIB_DEPENDS+= pari.1:${OLD_PARI_DIR} |