From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 25 18:10:35 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80F781065675 for ; Tue, 25 Sep 2012 18:10:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5DAAA8FC21 for ; Tue, 25 Sep 2012 18:10:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8PIAZxL022702 for ; Tue, 25 Sep 2012 18:10:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PIAZue022693; Tue, 25 Sep 2012 18:10:35 GMT (envelope-from gnats) Resent-Date: Tue, 25 Sep 2012 18:10:35 GMT Resent-Message-Id: <201209251810.q8PIAZue022693@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B11071065674 for ; Tue, 25 Sep 2012 18:08:54 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 7E61F8FC0C for ; Tue, 25 Sep 2012 18:08:54 +0000 (UTC) Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 7E49D34034 for ; Wed, 26 Sep 2012 03:08:52 +0900 (JST) Message-Id: <20120926022509.0ed984879cf32c10a0f6a172@yahoo.com> Date: Wed, 26 Sep 2012 02:25:09 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/172034: math/yacas: Update to version 1.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 18:10:35 -0000 >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 -.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 + +.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 +.include 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: