[Bug 191350] New: [ patch ] mail/alpine: extra patch obsolete, doesn't apply

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 25 00:02:46 UTC 2014


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 at FreeBSD.org
          Reporter: dan at 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.


More information about the freebsd-ports-bugs mailing list