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. Fix: Instead of commenting out the line, change it to: code {Morse->show(argc, argv); This just requires diddling the patch to: How-To-Repeat: Install port
Maintainer of comms/xmorse, Please note that PR ports/157784 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157784 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->db I'll take it.
While I can't reproduce this bug. FreeBSD freebsd.changsha 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.ed:/usr/lbj/sr/src/sys/GENERIC i386
There is problem while running the program, no problem compile it. xmorse should produce morse sound white click in the white space bar. The problem is that no sound out! With the patch it works. So I approve the patch.
db 2011-07-21 16:24:26 UTC FreeBSD ports repository Modified files: comms/xmorse/files patch-m.fl Log: - 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> Revision Changes Path 1.2 +3 -3 ports/comms/xmorse/files/patch-m.fl _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!