ports/59506: [fix/update orphaned port] math/yacas: update to 1.0.56 (it fixes build on -CURRENT)

Clement Laforet sheepkiller at cultdeadsheep.org
Thu Nov 20 12:40:13 UTC 2003


>Number:         59506
>Category:       ports
>Synopsis:       [fix/update orphaned port] math/yacas: update to 1.0.56 (it fixes build on -CURRENT)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 20 04:40:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Nov 18 23:10:46 CET 2003 clement at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	Update to 1.0.56
	Mark broken on -CURRENT when use defines WITH_GMP

>How-To-Repeat:
	http://bento.freebsd.org/errorlogs/i386-5-latest/yacas-1.0.55.log
>Fix:

	

--- yacas.diff begins here ---
Index: yacas/Makefile
===================================================================
RCS file: /WORK/REPO/FreeBSD/ports/math/yacas/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- yacas/Makefile	12 Oct 2003 21:57:01 -0000	1.17
+++ yacas/Makefile	20 Nov 2003 12:29:38 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	yacas
-PORTVERSION=	1.0.55
+PORTVERSION=	1.0.56
 CATEGORIES=	math
 MASTER_SITES=	http://yacas.sourceforge.net/backups/
 
@@ -31,6 +31,9 @@
 PLIST_SUB+=	GMP="" NOGMP="@comment "
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+.    if ${OSVERSION} >= 500035
+BROKEN=		"Does not compile on 5.x with libgmp"
+.    endif
 .else
 CONFIGURE_ARGS+=	--with-numlib=native
 PLIST_SUB+=	GMP="@comment " NOGMP=""
Index: yacas/distinfo
===================================================================
RCS file: /WORK/REPO/FreeBSD/ports/math/yacas/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- yacas/distinfo	22 Jun 2003 22:03:10 -0000	1.10
+++ yacas/distinfo	20 Nov 2003 11:37:16 -0000
@@ -1 +1 @@
-MD5 (yacas-1.0.55.tar.gz) = fd55bcd7ae276b6665cae9f63f26efc7
+MD5 (yacas-1.0.56.tar.gz) = cde348f0a4274e1f487b7483003cf119
Index: yacas/pkg-plist
===================================================================
RCS file: /WORK/REPO/FreeBSD/ports/math/yacas/pkg-plist,v
retrieving revision 1.11
diff -u -r1.11 pkg-plist
--- yacas/pkg-plist	22 Jun 2003 22:03:10 -0000	1.11
+++ yacas/pkg-plist	20 Nov 2003 12:16:37 -0000
@@ -23,12 +23,16 @@
 lib/libyacasplatform.so.0
 lib/yacas/example.la
 lib/yacas/example.so
+lib/yacas/filescanner.so
+lib/yacas/filescanner.la
 lib/yacas/forth.la
 lib/yacas/forth.so
 lib/yacas/libmath.a
 lib/yacas/libmath.la
 lib/yacas/libmath.so
 lib/yacas/libmath.so.0
+lib/yacas/pcre.so
+lib/yacas/pcre.la
 %%X11%%lib/yacas/opengl.la
 %%X11%%lib/yacas/opengl.so
 lib/yacas/yacas_gsl.la
@@ -45,6 +49,10 @@
 %%DATADIR%%/base.rep/math.ys.def
 %%DATADIR%%/c_form.rep/code.ys
 %%DATADIR%%/c_form.rep/code.ys.def
+%%DATADIR%%/codecheck.rep/codetransform.ys
+%%DATADIR%%/codecheck.rep/commonlispreader.ys
+%%DATADIR%%/codecheck.rep/cplusplusreader.ys
+%%DATADIR%%/codecheck.rep/genericparser.ys
 %%DATADIR%%/codecheck.rep/interface.ys
 %%DATADIR%%/codecheck.rep/interface.ys.def
 %%DATADIR%%/codecheck.rep/process.ys
@@ -173,6 +181,9 @@
 %%DATADIR%%/documentation/refprogchapters.html
 %%DATADIR%%/documentation/refprogmanual.html
 %%DATADIR%%/documentation/yacaslogo.gif
+%%DATADIR%%/documentation/hints
+%%DATADIR%%/documentation/essayschapter10.html
+%%DATADIR%%/documentation/essayschapter11.html
 %%DATADIR%%/example.rep/code.ys
 %%DATADIR%%/example.rep/code.ys.def
 %%DATADIR%%/examples/ABIN.ys
@@ -359,6 +370,8 @@
 %%DATADIR%%/random.rep/code.ys.def
 %%DATADIR%%/simplify.rep/code.ys
 %%DATADIR%%/simplify.rep/code.ys.def
+%%DATADIR%%/simplify.rep/factorial.ys
+%%DATADIR%%/simplify.rep/factorial.ys.def
 %%DATADIR%%/solve.rep/code.ys
 %%DATADIR%%/solve.rep/code.ys.def
 %%DATADIR%%/specfunc.rep/bernou.ys
@@ -423,6 +436,8 @@
 %%DATADIR%%/univar.rep/sparse.ys.def
 %%DATADIR%%/univar.rep/sturm.ys
 %%DATADIR%%/univar.rep/sturm.ys.def
+%%DATADIR%%/stdarith.ys
+%%DATADIR%%/stdarith.ys.def
 %%DATADIR%%/yacas-gmtplot2d.sh
 %%DATADIR%%/yacas-gmtplot3d.sh
 %%DATADIR%%/yacasinit.ys
--- yacas.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list