Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2003 15:14:37 +0200
From:      Simon Barner <barner@in.tum.de>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        current@FreeBSD.org
Subject:   Re: Fixing gcc 3.3 compile failures -- fix for math/topaz
Message-ID:  <20030723131437.GG566@zi025.glhnet.mhn.de>
In-Reply-To: <20030718025200.GA36893@rot13.obsecurity.org>
References:  <20030718025200.GA36893@rot13.obsecurity.org>

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

--HL3CiL6n73+IAdG4
Content-Type: multipart/mixed; boundary="4e5ZDkbgLEOfWmLx"
Content-Disposition: inline


--4e5ZDkbgLEOfWmLx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline


--4e5ZDkbgLEOfWmLx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="Makefile.patch"
Content-Transfer-Encoding: quoted-printable

--- Makefile.orig	Wed Jul 23 15:02:46 2003
+++ Makefile	Wed Jul 23 15:03:08 2003
@@ -6,7 +6,7 @@
 #
=20
 PORTNAME=3D	topaz
-PORTVERSION=3D	3.38
+PORTVERSION=3D	3.39
 CATEGORIES=3D	math
 MASTER_SITES=3D	http://hp.vector.co.jp/authors/VA007663/topaz/bin/
 DISTNAME=3D	${PORTNAME}-${PORTVERSION:S/./_/}-src

--4e5ZDkbgLEOfWmLx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="distinfo.patch"

--- distinfo.orig	Wed Jul 23 15:02:50 2003
+++ distinfo	Wed Jul 23 15:02:55 2003
@@ -1 +1 @@
-MD5 (topaz-3_38-src.tar.gz) = b91080b08c836890232b715088d2c34f
+MD5 (topaz-3_39-src.tar.gz) = 5c6179aeb87a4809b9c78d8f1b5e3755

--4e5ZDkbgLEOfWmLx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch-topaz::tpv2ps.cc"
Content-Transfer-Encoding: quoted-printable

--- topaz/tpv2ps.cc.orig	Fri Jun 27 14:35:40 2003
+++ topaz/tpv2ps.cc	Wed Jul 23 15:12:54 2003
@@ -31,7 +31,7 @@
 #include <math.h>
 #include <string>
 #include <time.h>
-#include <getopt.h>
+//#include <getopt.h>
 //char *optarg;
=20
 extern int errno;
@@ -63,7 +63,7 @@
=20
 #define buffersize 1024
=20
-char* entry[] =3D {
+const char entry[13][40] =3D {
   {"Times-Roman-Q"},
   {"Times-Bold-Q"},
   {"Times-Italic-Q"},
@@ -79,7 +79,7 @@
   {"Symbol"}
 };
=20
-char* kentry[] =3D {
+const char kentry[8][30] =3D {
   {"Ryumin-Light-H"},
   {"Ryumin-Light-H"},
   {"Ryumin-Light-H"},

--4e5ZDkbgLEOfWmLx--

--HL3CiL6n73+IAdG4
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE/Hoo9Ckn+/eutqCoRAp7LAJ9hwt2OLr5f59fetYIFNcyYXrdAHwCfdc7K
A1UQWy/h0WDjImiwMMHBAXw=
=XYCR
-----END PGP SIGNATURE-----

--HL3CiL6n73+IAdG4--



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