From nobody@FreeBSD.org  Fri Nov  2 23:40:40 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0A20B16A469
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  2 Nov 2007 23:40:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id F0F2E13C491
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  2 Nov 2007 23:40:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lA2NeXgA031547
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 2 Nov 2007 23:40:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id lA2NeXs2031546;
	Fri, 2 Nov 2007 23:40:33 GMT
	(envelope-from nobody)
Message-Id: <200711022340.lA2NeXs2031546@www.freebsd.org>
Date: Fri, 2 Nov 2007 23:40:33 GMT
From: pietro cerutti <gahr@gahr.ch>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] editors/zoinks unbreak fix build with GCC 4.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: mike@mikelockwood.com

>Number:         117776
>Category:       ports
>Synopsis:       [patch] editors/zoinks unbreak fix build with GCC 4.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 02 23:50:00 UTC 2007
>Closed-Date:    Mon Nov 05 10:04:18 UTC 2007
>Last-Modified:  Mon Nov  5 10:10:01 UTC 2007
>Originator:     pietro cerutti
>Release:        6.2-STABLE
>Organization:
Bern University of Applied Sciences
>Environment:
FreeBSD gahrtop.localhost 6.2-STABLE FreeBSD 6.2-STABLE #3: Wed Oct 24 08:30:39 CEST 2007     root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034  i386
>Description:
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.
>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.. ;-)
>Fix:
The patch is at:

http://www.gahr.ch/FreeBSD/patches/<this_PR_number>_zoinks.diff

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Nov 2 23:53:55 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117776 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Nov 2 23:56:24 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117776 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Nov 5 10:04:17 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117776 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117776: commit references a PR
Date: Mon,  5 Nov 2007 10:04:20 +0000 (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"
 
>Unformatted:
