summaryrefslogtreecommitdiff
path: root/comms/xmorse
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2011-07-21 16:24:26 +0000
committerDiane Bruce <db@FreeBSD.org>2011-07-21 16:24:26 +0000
commit88159e36eac1130a1a7f210c1b1ab454df08921b (patch)
treef5908e4a0948bb06b3ec1c5092e26d610a87d739 /comms/xmorse
parentTell portscout to look for stable releases only, (diff)
- 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. PR: ports/157784 Submitted by: Stephen Hurd <shurd@sasktel.net>
Notes
Notes: svn path=/head/; revision=278127
Diffstat (limited to 'comms/xmorse')
-rw-r--r--comms/xmorse/files/patch-m.fl6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/xmorse/files/patch-m.fl b/comms/xmorse/files/patch-m.fl
index f36daa6f0a19..9bb6cec224aa 100644
--- a/comms/xmorse/files/patch-m.fl
+++ b/comms/xmorse/files/patch-m.fl
@@ -1,11 +1,11 @@
---- m.fl.orig 2008-08-28 14:00:49.000000000 +0200
-+++ m.fl 2008-08-28 14:00:58.000000000 +0200
+--- m.fl.orig 2011-07-17 14:56:20.000000000 -0400
++++ m.fl 2011-07-17 14:56:31.000000000 -0400
@@ -231,7 +231,7 @@
}
}
}
- code {w->show(argc, argv);
-+ //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