Date: Mon, 24 Apr 2006 03:00:32 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96219: Update port: math/topaz to 3.40 Message-ID: <20060424030032.1b896deb.tkato432@yahoo.com> Resent-Message-ID: <200604231810.k3NIALlE067218@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96219 >Category: ports >Synopsis: Update port: math/topaz to 3.40 >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: Sun Apr 23 18:10:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p15 i386 >Organization: >Environment: >Description: - Update to version 3.40 >How-To-Repeat: >Fix: diff -urN /usr/ports/math/topaz/Makefile math/topaz/Makefile --- /usr/ports/math/topaz/Makefile Tue Aug 12 01:49:31 2003 +++ math/topaz/Makefile Sun Apr 23 03:08:02 2006 @@ -6,7 +6,7 @@ # PORTNAME= topaz -PORTVERSION= 3.39 +PORTVERSION= 3.40 CATEGORIES= math MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src diff -urN /usr/ports/math/topaz/distinfo math/topaz/distinfo --- /usr/ports/math/topaz/distinfo Sat Nov 26 19:27:55 2005 +++ math/topaz/distinfo Sun Apr 23 03:09:23 2006 @@ -1,3 +1,3 @@ -MD5 (topaz-3_39-src.tar.gz) = 5c6179aeb87a4809b9c78d8f1b5e3755 -SHA256 (topaz-3_39-src.tar.gz) = 13edfeefd720f256b345b696fd78b2de100a7bcfab27f858aef63dd85e63aaae -SIZE (topaz-3_39-src.tar.gz) = 283045 +MD5 (topaz-3_40-src.tar.gz) = a0d883c1b76a9d7d1686fa3a232d724b +SHA256 (topaz-3_40-src.tar.gz) = 1f98be654d9b9c74feee90bf4d19ecc3002f836a47e5e2c5c1c547c4058e59ed +SIZE (topaz-3_40-src.tar.gz) = 283253 diff -urN /usr/ports/math/topaz/files/patch-topaz::tpv2ps.cc math/topaz/files/patch-topaz::tpv2ps.cc --- /usr/ports/math/topaz/files/patch-topaz::tpv2ps.cc Wed Jul 30 08:03:45 2003 +++ math/topaz/files/patch-topaz::tpv2ps.cc Sun Apr 23 03:15:45 2006 @@ -1,5 +1,5 @@ ---- topaz/tpv2ps.cc.orig Fri Jun 27 14:35:40 2003 -+++ topaz/tpv2ps.cc Thu Jul 24 02:50:11 2003 +--- topaz/tpv2ps.cc.orig Sun Oct 16 22:21:44 2005 ++++ topaz/tpv2ps.cc Sun Apr 23 03:11:39 2006 @@ -31,8 +31,6 @@ #include <math.h> #include <string> @@ -9,11 +9,10 @@ extern int errno; #include "vectdefs.h" -@@ -63,31 +61,31 @@ - +@@ -64,30 +62,30 @@ #define buffersize 1024 --char* entry[] = { + static char entry[13][100] = { - {"Times-Roman-Q"}, - {"Times-Bold-Q"}, - {"Times-Italic-Q"}, @@ -27,7 +26,6 @@ - {"Courier-Oblique-Q"}, - {"Courier-BoldOblique-Q"}, - {"Symbol"} -+static const char *entry[] = { + "Times-Roman-Q", + "Times-Bold-Q", + "Times-Italic-Q", @@ -43,7 +41,7 @@ + "Symbol" }; --char* kentry[] = { + static char kentry[8][100] = { - {"Ryumin-Light-H"}, - {"Ryumin-Light-H"}, - {"Ryumin-Light-H"}, @@ -52,7 +50,6 @@ - {"GothicBBB-Medium-H"}, - {"GothicBBB-Medium-H"}, - {"GothicBBB-Medium-H"}, -+static const char *kentry[] = { + "Ryumin-Light-H", + "Ryumin-Light-H", + "Ryumin-Light-H", >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060424030032.1b896deb.tkato432>