ports/157784: [PATCH] comms/xmorse broken

Stephen Hurd shurd at sasktel.net
Sun Jun 12 03:50:07 UTC 2011


>Number:         157784
>Category:       ports
>Synopsis:       [PATCH] comms/xmorse broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 12 03:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Hurd
>Release:        8.2-RELEASE
>Organization:
>Environment:
FreeBSD stephen.hurd.local 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011     root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
The last patch while fixing the build broke the program.  The program is supposed to start playing morse when the text box is clicked... the patch-m.pl prevented this from happening breaking the entire point of the program.
>How-To-Repeat:
Install port
>Fix:
Instead of commenting out the line, change it to:
  code {Morse->show(argc, argv);

This just requires diddling the patch to:
--- m.fl.orig   2008-08-28 14:00:49.000000000 +0200
+++ m.fl        2008-08-28 14:00:58.000000000 +0200
@@ -231,7 +231,7 @@
       }
     }
   }
-  code {w->show(argc, argv);
+  code {Morse->show(argc, argv);
 while (1) {
   int c = Lesson->select();    // Select random letter
   bool pass = Teacher->teach(c);// Teach/test student


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list