The patch fixes a few "deprecated conversion from string constant to 'char*'" fatal warnings and corrects a bug that causes an assertion to fail if the XUngrabPointer event is called after the mouse has switched to another window. Fix: The patch is at: http://www.gahr.ch/FreeBSD/patches/<this_PR_number>_zoinks.diff How-To-Repeat: For the compile error: cd /usr/ports/editors/zoinks && make For the assertion error: play fast with the mouse by clicking on the menus, etc etc.. ;-)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: feedback->closed Committed. Thanks!
miwi 2007-11-05 10:04:15 UTC FreeBSD ports repository Modified files: editors/zoinks Makefile Added files: editors/zoinks/files patch-fw-TApplication.cpp patch-fw-TInputContext.cpp patch-fw-TTextView.cpp patch-fw-TTopLevelWindow.cpp patch-fw-TWindow.cpp patch-ide-TLogDocument.cpp patch-ide-TProjectDocument.cpp Log: - Unbreak - Fix build with gcc 4.2 PR: 117776 Submitted by: pietro cerutti <gahr@gahr.ch> Approved by: portmgr (pav) Revision Changes Path 1.10 +4 -6 ports/editors/zoinks/Makefile 1.1 +22 -0 ports/editors/zoinks/files/patch-fw-TApplication.cpp (new) 1.1 +9 -0 ports/editors/zoinks/files/patch-fw-TInputContext.cpp (new) 1.1 +11 -0 ports/editors/zoinks/files/patch-fw-TTextView.cpp (new) 1.1 +13 -0 ports/editors/zoinks/files/patch-fw-TTopLevelWindow.cpp (new) 1.1 +41 -0 ports/editors/zoinks/files/patch-fw-TWindow.cpp (new) 1.1 +11 -0 ports/editors/zoinks/files/patch-ide-TLogDocument.cpp (new) 1.1 +11 -0 ports/editors/zoinks/files/patch-ide-TProjectDocument.cpp (new) _______________________________________________ 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"