[kde-freebsd] deskutils/kdepim4: patch for gcc44

Raphael Kubo da Costa kubito at gmail.com
Mon Jun 14 00:59:05 CEST 2010


On Sunday 13 June 2010 11:33:35 Andriy Gapon wrote:
> on 13/06/2010 16:54 Max Brazhnikov said the following:
> > On Sun, 13 Jun 2010 13:01:59 +0300, Andriy Gapon wrote:
> >> The following patch is required in the latest version of
> >> deskutils/kdepim4 to fix compilation with newer versions of GCC.
> >> The problem is that the header in question uses type FILE but doesn't
> >> include proper system header for it.
> >> Also see http://gcc.gnu.org/gcc-4.3/porting_to.html
> >> 
> >> --- kleopatra/uiserver/uiserver.h.orig	2010-06-13 12:39:35.525364433
> > 
> > +0300
> > 
> >> +++ kleopatra/uiserver/uiserver.h	2010-06-13 12:40:18.536998012 +0300
> >> @@ -39,6 +39,8 @@
> >> 
> >>  #include <boost/shared_ptr.hpp>
> >> 
> >> +#include <cstdio>
> >> +
> >> 
> >>  class QString;
> >>  
> >>  namespace Kleo {
> > 
> > Please, submit non-freebsd specific bugs to kde directly via bugs.kde.org
> > or reviewboard.kde.org (if you have patch already).
> 
> OK, fair.
> OTOH, if a fix goes into some upstream KDE branch, e.g. 4.4 - when our
> ports tree will see it?  I guess not until the next KDE release off that
> branch...

You can ask the people who commit the fix to CCMAIL this list in their commit 
so that we can apply the patch while it's not released, or just tell us it has 
been committed upstream.

In this case, it might be good to commit to both the 4.4 branch and trunk.


More information about the kde-freebsd mailing list