From alex@cichlids.com  Sat Jan 29 10:33:49 2000
Return-Path: <alex@cichlids.com>
Received: from cichlids.com (pC19F548A.dip0.t-ipconnect.de [193.159.84.138])
	by hub.freebsd.org (Postfix) with ESMTP id 14112156C1
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Jan 2000 10:33:39 -0800 (PST)
	(envelope-from alex@cichlids.com)
Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10])
	by cichlids.com (Postfix) with ESMTP id 65E9DAB96
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Jan 2000 19:34:40 +0100 (CET)
Received: (from alex@localhost)
	by cichlids.cichlids.com (8.9.3/8.9.3) id TAA30110;
	Sat, 29 Jan 2000 19:34:01 +0100 (CET)
	(envelope-from alex)
Message-Id: <200001291834.TAA30110@cichlids.cichlids.com>
Date: Sat, 29 Jan 2000 19:34:01 +0100 (CET)
From: Alexander Langer <alex@cichlids.com>
Reply-To: alex@cichlids.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: fix games/pp (bentofied)
X-Send-Pr-Version: 3.2

>Number:         16451
>Category:       ports
>Synopsis:       fix games/pp (bentofied)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 29 10:40:00 PST 2000
>Closed-Date:    Sun Jan 30 21:16:30 PST 2000
>Last-Modified:  Sun Jan 30 21:16:54 PST 2000
>Originator:     Alexander Langer
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
This space is intentionally left blank.
>Environment:


>Description:

bentofied

>How-To-Repeat:

build

>Fix:

use these additional patches for the patches-subdir

--- patch-ab begins here ---
--- leiste.h.old	Sat Jan 29 18:32:21 2000
+++ leiste.h	Sat Jan 29 18:33:40 2000
@@ -38,7 +38,7 @@
 
 class leiste : public QWidget {
 
-const int buttonHoehe=104, buttonBreite=140;
+int buttonHoehe, buttonBreite;
 //const QString picPfad2="./pic";
 
 Q_OBJECT
--- patch-ab ends here ---

--- patch-ac begins here ---
--- leiste.cpp.old	Sat Jan 29 18:32:07 2000
+++ leiste.cpp	Sat Jan 29 18:33:19 2000
@@ -34,6 +34,8 @@
                  QString picPfad="")
          :QWidget (parent, name)
   {
+	buttonHoehe = 104;
+	buttonBreite = 104;
     sci=0;
     setMouseTracking (TRUE);
 
--- patch-ac ends here ---



>Release-Note:
>Audit-Trail:

From: Will Andrews <andrews@technologist.com>
To: Alexander Langer <alex@cichlids.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/16451: fix games/pp (bentofied)
Date: Sat, 29 Jan 2000 15:07:29 -0500

 On Sat, Jan 29, 2000 at 07:34:01PM +0100, Alexander Langer wrote:
 > use these additional patches for the patches-subdir
 > 
 > --- patch-ab begins here ---
 > --- leiste.h.old	Sat Jan 29 18:32:21 2000
 > +++ leiste.h	Sat Jan 29 18:33:40 2000
 > @@ -38,7 +38,7 @@
 >  
 >  class leiste : public QWidget {
 >  
 > -const int buttonHoehe=104, buttonBreite=140;
 > +int buttonHoehe, buttonBreite;
 >  //const QString picPfad2="./pic";
 >  
 >  Q_OBJECT
 > --- patch-ab ends here ---
 > 
 > --- patch-ac begins here ---
 > --- leiste.cpp.old	Sat Jan 29 18:32:07 2000
 > +++ leiste.cpp	Sat Jan 29 18:33:19 2000
 > @@ -34,6 +34,8 @@
 >                   QString picPfad="")
 >           :QWidget (parent, name)
 >    {
 > +	buttonHoehe = 104;
 > +	buttonBreite = 104;
 >      sci=0;
 >      setMouseTracking (TRUE);
 >  
 > --- patch-ac ends here ---
 
 I fixed this properly at my site (http://www.psn.net/~andrews/qtkde/).
 You should have left the const qualifiers in and used the header of the
 constructor to fix this, as shown on my site. :->
 
 Go look at the diffs... and remember, when you're patching Qt programs,
 I've probably already done it. ;-)
 
 I've now fixed 42 of the 55 ports listed on that page. Help, anyone?? I
 believe Jeremy Lea has fixed some of those ports in the ports tree, so
 the number may be higher than 42 at this time.
 
 -- 
 Will Andrews <andrews@technologist.com>
 GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
 ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ 
 G++>+++ e->++++ h! r-->+++ y?
 
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Sun Jan 30 21:16:30 PST 2000 
State-Changed-Why:  
I used the patches from Will Andrews' qt/kde upgrade site. 
Thanks anyway! 
>Unformatted:
