Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2001 17:31:20 +0300 (MSK)
From:      Sergey Kurbasov <kurbasov@x4u.lpi.ruhep.ru>
To:        kde@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: kdebase-2.2.1_1
Message-ID:  <Pine.LNX.4.10.10111051716190.18926-100000@x4u.lpi.ruhep.ru>

next in thread | raw e-mail | index | archive | help
Dear Maintainers!
In kdebase-2.2.1_1 as well as in previous versions
there is a bug which cause kdeinit (actually kdesktop)
to dump core at logout. In KDE bugs data base I have
found the fix for this bug. I have tested this
fix and have found no more core dumps at logout.
I am not enough experienced to create and send workable
patch for FreeBSD port collection. The following is
the text extracted from KDE bugs report (Bug #25562):

------------------------------------------------------
It's fixed AFAIK. It was a "delete bookmarkMenu" in krootwm.cc that
shouldn't 
be there.

The diff:

--- krootwm.cc  Thu Aug  2 18:15:32 2001
+++ krootwm.cc.fixed    Wed Sep 19 17:52:11 2001
@@ -150,7 +150,6 @@
 KRootWm::~KRootWm()
 {
     delete m_actionCollection;
-    delete bookmarkMenu;
 }

 void KRootWm::initConfig()


When the weight of the paperwork equals the weight of the plane, the
plane will fly.
                -- Donald Douglas
--------------------------------------------------------

I hope this will help you to add the patch.

Many thanks and best regards!
Sincerly,
  Sergey V. Kurbasov


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?Pine.LNX.4.10.10111051716190.18926-100000>