From owner-freebsd-ports@FreeBSD.ORG Wed Jul 23 06:14:40 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 343FE37B401; Wed, 23 Jul 2003 06:14:40 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A94743FB1; Wed, 23 Jul 2003 06:14:39 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 7A6C7388B8; Wed, 23 Jul 2003 15:14:37 +0200 (CEST) Date: Wed, 23 Jul 2003 15:14:37 +0200 From: Simon Barner To: Kris Kennaway Message-ID: <20030723131437.GG566@zi025.glhnet.mhn.de> References: <20030718025200.GA36893@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HL3CiL6n73+IAdG4" Content-Disposition: inline In-Reply-To: <20030718025200.GA36893@rot13.obsecurity.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: ports@FreeBSD.org cc: current@FreeBSD.org Subject: Re: Fixing gcc 3.3 compile failures -- fix for math/topaz X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 13:14:40 -0000 --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 #include #include -#include +//#include //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--