From owner-freebsd-ports@FreeBSD.ORG Sun Aug 19 21:01:57 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 4660D16A420 for ; Sun, 19 Aug 2007 21:01:57 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id BFBF613C469 for ; Sun, 19 Aug 2007 21:01:56 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.1/8.14.1) with ESMTP id l7JKj9iI022635; Mon, 20 Aug 2007 00:45:09 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nagual.pp.ru; s=default; t=1187556309; bh=Ao91ckFOLCErJ1lhLTllKadA39urRV5dC+c+Dri XI0Y=; l=350; h=Received:Date:From:To:Subject:Message-ID: Mail-Followup-To:MIME-Version:Content-Type:Content-Disposition: User-Agent; b=iTj+VlsmSjFqqPd3Mn0AlAJaBDJ2uQvhtM5Q03mWf0DKUMyOVejO UalOuBnTga40v7tSDmmfnePHpkLIUuk+KgXaJkPAeBMuqbnPoV5yGTLv7BE5zMghFxU 8lL+uSFk3QYkkdUY5eo+g9E7i+DPlLchBlI3q/JL3XgHmMRAVn/w= Received: (from ache@localhost) by nagual.pp.ru (8.14.1/8.14.1/Submit) id l7JKj9oe022634; Mon, 20 Aug 2007 00:45:09 +0400 (MSD) (envelope-from ache) Date: Mon, 20 Aug 2007 00:45:09 +0400 From: Andrey Chernov To: re@freebsd.org, ports@freebsd.org Message-ID: <20070819204509.GA22579@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , re@freebsd.org, ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: '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: Sun, 19 Aug 2007 21:01:57 -0000 It fix dialog core dump with recent ghostscript-gpl port (too many items). Please approve. --- 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; #define VERSION "0.4" -#define MAX_LEN 2048 +#define MAX_LEN 4096 #ifndef TRUE #define TRUE (1) -- http://ache.pp.ru/