Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 02:25:09 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172034: math/yacas: Update to version 1.3.3
Message-ID:  <20120926022509.0ed984879cf32c10a0f6a172@yahoo.com>
Resent-Message-ID: <201209251810.q8PIAZue022693@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172034
>Category:       ports
>Synopsis:       math/yacas: Update to version 1.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 18:10:35 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 1.3.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/yacas/Makefile math/yacas/Makefile
--- /usr/ports/math/yacas/Makefile	2012-06-29 21:42:03.000000000 +0900
+++ math/yacas/Makefile	2012-09-25 03:37:50.000000000 +0900
@@ -1,13 +1,8 @@
-# ex:ts=8
-# New ports collection makefile for:	yacas
-# Date created:			Jun 21, 2001
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD: ports/math/yacas/Makefile,v 1.51 2012/06/29 12:42:03 bapt Exp $
-#
 
 PORTNAME=	yacas
-PORTVERSION=	1.3.2
+PORTVERSION=	1.3.3
 CATEGORIES=	math
 MASTER_SITES=	http://yacas.sourceforge.net/backups/
 
@@ -15,10 +10,9 @@
 COMMENT=	Yet Another Computer Algebra System
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	TESTS DOCS
-OPTIONS_DEFAULT=	TESTS
+OPTIONS_DEFAULT=TESTS
 TESTS_DESC=	Run bundled self-tests after build
 
 USE_PERL5_BUILD=yes
@@ -28,10 +22,6 @@
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile with GCC 4.2
-.endif
-
 .if ${PORT_OPTIONS:MDOCS}
 CONFIGURE_ARGS+=	--enable-html-doc --with-html-dir=${DOCSDIR}
 .else
@@ -42,8 +32,16 @@
 BUILD_DEPENDS+=	bash:${PORTSDIR}/shells/bash
 .endif
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN=		Does not compile with GCC 4.2
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e \
+		's|^SPECIAL_|#SPECIAL_|' ${WRKSRC}/tests/Makefile.in
+	@${REINPLACE_CMD} -e \
 		's| /bin/bash| ${LOCALBASE}/bin/bash|' ${WRKSRC}/tests/test-yacas
 
 post-build:
@@ -52,4 +50,4 @@
 		${MAKEFILE} check ${MAKE_ARGS})
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -urN /usr/ports/math/yacas/distinfo math/yacas/distinfo
--- /usr/ports/math/yacas/distinfo	2012-02-20 09:06:30.000000000 +0900
+++ math/yacas/distinfo	2012-08-25 04:48:06.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (yacas-1.3.2.tar.gz) = 82c7dc0de492b4290633e6abf18d35a2ec03117e6ea3e0f9418e6e85372c030e
-SIZE (yacas-1.3.2.tar.gz) = 1292706
+SHA256 (yacas-1.3.3.tar.gz) = 6c73c653c5e13567510888800a68c14d231b1ef4f2b33193a158b8caec142141
+SIZE (yacas-1.3.3.tar.gz) = 1296777
diff -urN /usr/ports/math/yacas/pkg-plist math/yacas/pkg-plist
--- /usr/ports/math/yacas/pkg-plist	2011-11-26 01:45:13.000000000 +0900
+++ math/yacas/pkg-plist	2012-09-13 22:11:32.000000000 +0900
@@ -97,6 +97,8 @@
 %%DATADIR%%/base.rep/math.ys.def
 %%DATADIR%%/c_form.rep/code.ys
 %%DATADIR%%/c_form.rep/code.ys.def
+%%DATADIR%%/calendar.rep/code.ys
+%%DATADIR%%/calendar.rep/code.ys.def
 %%DATADIR%%/complex.rep/code.ys
 %%DATADIR%%/complex.rep/code.ys.def
 %%DATADIR%%/complex.rep/om.ys
@@ -412,6 +414,7 @@
 @dirrm %%DATADIR%%/controlflow.rep
 @dirrm %%DATADIR%%/constants.rep
 @dirrm %%DATADIR%%/complex.rep
+@dirrm %%DATADIR%%/calendar.rep
 @dirrm %%DATADIR%%/c_form.rep
 @dirrm %%DATADIR%%/base.rep
 @dirrm %%DATADIR%%/assoc.rep
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120926022509.0ed984879cf32c10a0f6a172>