svn commit: r361674 - head/mail/alpine/files

John Marino marino at FreeBSD.org
Sun Jul 13 12:15:16 UTC 2014


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


More information about the svn-ports-all mailing list