Bug 191350 - [ patch ] mail/alpine: extra patch obsolete, doesn't apply
Summary: [ patch ] mail/alpine: extra patch obsolete, doesn't apply
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Many People
Assignee: John Marino
URL:
Keywords:
: 191116 191178 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-06-25 00:02 UTC by Dan Lukes
Modified: 2014-08-16 21:35 UTC (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Lukes 2014-06-25 00:02:46 UTC
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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-06-25 02:57:55 UTC
Notify maintainer.
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2014-07-02 11:55:19 UTC
*** Bug 191116 has been marked as a duplicate of this bug. ***
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2014-07-02 11:56:06 UTC
*** Bug 191178 has been marked as a duplicate of this bug. ***
Comment 4 John Marino freebsd_committer freebsd_triage 2014-07-13 08:32:46 UTC
From what I can tell, this was never fixed and the maintainer didn't respond == timeout.  I'll apply it.
Comment 5 commit-hook freebsd_committer freebsd_triage 2014-07-13 12:15:41 UTC
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