extra patch cons25-alpine_keymenu.c doesn't apply because of small change of source code How-To-Repeat: just try it Fix: corrected version of extra patch cons25-alpine_keymenu.c is attached --- alpine/keymenu.c.orig 2013-08-15 06:36:01.000000000 +0200 +++ alpine/keymenu.c 2014-06-25 01:46:50.000000000 +0200 @@ -2774,7 +2774,11 @@ j = 6*i - 1; #ifndef __CYGWIN__ + /* + 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
Notify maintainer.
*** Bug 191116 has been marked as a duplicate of this bug. ***
*** Bug 191178 has been marked as a duplicate of this bug. ***
From what I can tell, this was never fixed and the maintainer didn't respond == timeout. I'll apply it.
A commit references this bug: Author: marino Date: Sun Jul 13 12:15:15 UTC 2014 New revision: 361674 URL: http://svnweb.freebsd.org/changeset/ports/361674 Log: mail/alpine: Regenerate extra patch for options cons25 support PR: 191350 Submitted by: Dan Lukes Approved by: maintainer timeout Changes: head/mail/alpine/files/cons25-alpine_keymenu.c