From owner-svn-ports-all@FreeBSD.ORG Sun Jul 13 12:15:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A3A8B05; Sun, 13 Jul 2014 12:15:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBCD9215A; Sun, 13 Jul 2014 12:15:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6DCFFP5041988; Sun, 13 Jul 2014 12:15:15 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6DCFFSa041986; Sun, 13 Jul 2014 12:15:15 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407131215.s6DCFFSa041986@svn.freebsd.org> From: John Marino Date: Sun, 13 Jul 2014 12:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361674 - head/mail/alpine/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2014 12:15:16 -0000 Author: marino Date: Sun Jul 13 12:15:15 2014 New Revision: 361674 URL: http://svnweb.freebsd.org/changeset/ports/361674 QAT: https://qat.redports.org/buildarchive/r361674/ Log: mail/alpine: Regenerate extra patch for options cons25 support PR: 191350 Submitted by: Dan Lukes Approved by: maintainer timeout Modified: head/mail/alpine/files/cons25-alpine_keymenu.c Modified: head/mail/alpine/files/cons25-alpine_keymenu.c ============================================================================== --- head/mail/alpine/files/cons25-alpine_keymenu.c Sun Jul 13 12:00:33 2014 (r361673) +++ head/mail/alpine/files/cons25-alpine_keymenu.c Sun Jul 13 12:15:15 2014 (r361674) @@ -1,15 +1,15 @@ ---- alpine/keymenu.c.orig 2007-12-21 01:53:12.000000000 -0800 -+++ alpine/keymenu.c 2007-12-21 01:53:12.000000000 -0800 -@@ -2601,7 +2601,12 @@ - char this_label[6*MAX_LABEL+1]; +--- alpine/keymenu.c.orig 2013-08-15 04:36:01.000000000 +0000 ++++ alpine/keymenu.c +@@ -2774,7 +2774,11 @@ output_keymenu(struct key_menu *km, unsi j = 6*i - 1; -+ + #ifndef __CYGWIN__ +- if(i == 1 && !label_color) + /* -+ Change this line so that color works on cons25 terminals - if(i == 1 && !label_color) -+ */ -+ if(i == 1) - max_column--; /* Some terminals scroll if you write in the - lower right hand corner. If user has a - label_color set we'll take our chances. ++ * Change this line so that color works on cons25 terminals ++ * if(i == 1 && !label_color) ++ */ ++ if (i == 1) + #else + if(i == 1 && (!label_color || !struncmp(term_name,"cygwin", 6))) + #endif