From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 12 03:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96FD51065674 for ; Sun, 12 Jun 2011 03:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BA068FC19 for ; Sun, 12 Jun 2011 03:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5C3o75K097596 for ; Sun, 12 Jun 2011 03:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5C3o7dO097595; Sun, 12 Jun 2011 03:50:07 GMT (envelope-from gnats) Resent-Date: Sun, 12 Jun 2011 03:50:07 GMT Resent-Message-Id: <201106120350.p5C3o7dO097595@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Hurd Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D41E106564A for ; Sun, 12 Jun 2011 03:43:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1E98FC08 for ; Sun, 12 Jun 2011 03:43:29 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p5C3hTnI080695 for ; Sun, 12 Jun 2011 03:43:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p5C3hTSf080688; Sun, 12 Jun 2011 03:43:29 GMT (envelope-from nobody) Message-Id: <201106120343.p5C3hTSf080688@red.freebsd.org> Date: Sun, 12 Jun 2011 03:43:29 GMT From: Stephen Hurd To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157784: [PATCH] comms/xmorse broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2011 03:50:07 -0000 >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: