Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 00:02:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191350] New: [ patch ] mail/alpine: extra patch obsolete, doesn't apply
Message-ID:  <bug-191350-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191350

            Bug ID: 191350
           Summary: [ patch ] mail/alpine: extra patch obsolete, doesn't
                    apply
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: Normal
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: dan@obluda.cz

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

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191350-13>