Bug 117776 - [patch] editors/zoinks unbreak fix build with GCC 4.2
Summary: [patch] editors/zoinks unbreak fix build with GCC 4.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-02 23:50 UTC by Pietro Cerutti
Modified: 2007-11-05 10:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti 2007-11-02 23:50:00 UTC
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.. ;-)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-02 23:53:55 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-11-02 23:56:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-11-05 10:04:17 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-11-05 10:04:20 UTC
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"