aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-08-29 05:59:26 +0800
committerpav <pav@FreeBSD.org>2011-08-29 05:59:26 +0800
commiteb5c53c66b39820a7d2cbf4ab38d3264feb29102 (patch)
tree9130bf6989bfcaa13aa969f0d163378457ff19e9 /math
parent329887176ffbcc196f08e8b10e8d8c10a170200c (diff)
downloadfreebsd-ports-gnome-eb5c53c66b39820a7d2cbf4ab38d3264feb29102.tar.gz
freebsd-ports-gnome-eb5c53c66b39820a7d2cbf4ab38d3264feb29102.tar.zst
freebsd-ports-gnome-eb5c53c66b39820a7d2cbf4ab38d3264feb29102.zip
- Update MASTER_SITES
- Does not build with new pari so disable pari PR: ports/160258 Submitted by: Han Frederic <han@math.jussieu.fr> (maintainer)
Diffstat (limited to 'math')
-rw-r--r--math/giacxcas/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile
index ca919c6fa56d..1ac3f375a2a1 100644
--- a/math/giacxcas/Makefile
+++ b/math/giacxcas/Makefile
@@ -7,9 +7,9 @@
PORTNAME= giacxcas
PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
-MASTER_SITES= ftp://ftp-fourier.ujf-grenoble.fr/xcas/freebsd/ \
+MASTER_SITES= ftp://ftp-fourier.ujf-grenoble.fr/linux/xcas/freebsd/ \
http://people.math.jussieu.fr/~han/xcas/sources/
DISTFILES= fltkdev.tgz CoCoALib.tgz giac-${PORTVERSION}.tar.gz
DIST_SUBDIR= ${PORTNAME}
@@ -24,7 +24,6 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \
${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl
PATCH_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
- pari:${PORTSDIR}/math/pari \
mpfr:${PORTSDIR}/math/mpfr \
gsl:${PORTSDIR}/math/gsl
@@ -39,6 +38,7 @@ USE_LDCONFIG= yes
CPPFLAGS+= -I${FLTKDEV-GIAC} -I${COCOALIB-GIAC}/include -I${LOCALBASE}/include
LDFLAGS+= -L${FLTKDEV-GIAC}/lib -L${COCOALIB-GIAC}/lib -L${LOCALBASE}/lib
CXXFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ARGS= --disable-pari
.include <bsd.port.pre.mk>