Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2011 03:43:29 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157784: [PATCH] comms/xmorse broken
Message-ID:  <201106120343.p5C3hTSf080688@red.freebsd.org>
Resent-Message-ID: <201106120350.p5C3o7dO097595@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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