ports/160258: [patch] math/giacxcas

Han Frederic han at math.jussieu.fr
Sun Aug 28 16:20:08 UTC 2011


>Number:         160258
>Category:       ports
>Synopsis:       [patch] math/giacxcas
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 28 16:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Han Frederic
>Release:        8.1
>Organization:
Universite Paris 7
>Environment:
FreeBSD pepitoBSD 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010     root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
1)update one broken source link.
2) math/pari has been updated to pari version 2.5 but giac is not ready for that. Compilation is broken. Ex: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.7.20110826075543/giacxcas-0.9.1_1.log

so this is a minor change to disable pari features in giac until this version of pari will be supported.
>How-To-Repeat:
any system with pari2.5
>Fix:


Patch attached with submission follows:

diff -ruN giacxcas.orig/Makefile giacxcas/Makefile
--- giacxcas.orig/Makefile	2011-05-09 18:42:25.000000000 +0200
+++ giacxcas/Makefile	2011-08-28 02:02:51.000000000 +0200
@@ -9,7 +9,7 @@
 PORTVERSION=	0.9.1
 PORTREVISION=	1
 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}
@@ -39,6 +39,7 @@
 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>
 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list