Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 19:34:01 +0100 (CET)
From:      Alexander Langer <alex@cichlids.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16451: fix games/pp (bentofied)
Message-ID:  <200001291834.TAA30110@cichlids.cichlids.com>

next in thread | raw e-mail | index | archive | help

>Number:         16451
>Category:       ports
>Synopsis:       fix games/pp (bentofied)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 29 10:40:00 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001291834.TAA30110>