From owner-freebsd-ports@FreeBSD.ORG Fri Aug 24 16:20:46 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58CE516A419; Fri, 24 Aug 2007 16:20:46 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.freebsd.org (Postfix) with ESMTP id 4161613C46B; Fri, 24 Aug 2007 16:20:46 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from dhcp-2-119.packetdesign.com (hornet.kitchenlab.org [64.142.31.105]) (authenticated bits=0) by a.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id l7OGKj3h001174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Aug 2007 09:20:45 -0700 Message-ID: <46CF0556.9080105@freebsd.org> Date: Fri, 24 Aug 2007 09:20:38 -0700 From: "Bruce A. Mah" User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Andrey Chernov , re@freebsd.org, ports@freebsd.org References: <20070819204509.GA22579@nagual.pp.ru> In-Reply-To: <20070819204509.GA22579@nagual.pp.ru> X-Enigmail-Version: 0.95.3 OpenPGP: id=5ba052c3 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA9E2EB5684355541E9DD47FE" Cc: Subject: Re: 'dialog' core dump fix [patch for approvement] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 16:20:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA9E2EB5684355541E9DD47FE Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If memory serves me right, Andrey Chernov wrote: > It fix dialog core dump with recent ghostscript-gpl port (too many item= s). > Please approve. >=20 > --- dialog.h.bak 2000-12-14 20:29:36.000000000 +0300 > +++ dialog.h 2007-08-20 00:40:53.000000000 +0400 > @@ -74,7 +74,7 @@ > } dialogMenuItem; > =20 > #define VERSION "0.4" > -#define MAX_LEN 2048 > +#define MAX_LEN 4096 > =20 > #ifndef TRUE > #define TRUE (1) >=20 Sorry for the delay...this is approved. Bruce. --------------enigA9E2EB5684355541E9DD47FE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGzwVb2MoxcVugUsMRAi1UAJ9iqwxigs4CCqzY1re0IM6PI74OIACgnhWx vh4Y5w13SkmaA8JjylIEoLg= =dVad -----END PGP SIGNATURE----- --------------enigA9E2EB5684355541E9DD47FE--