Date: Mon, 09 Feb 2004 13:57:16 +0100 (CET) From: Markus Brueffer <brueffer@phoenix-systems.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62584: [maintainer] ftp/kbear: fix build for KDE 3.2 Message-ID: <20040209125716.354631FC@maquis.hitnet.rwth-aachen.de> Resent-Message-ID: <200402091300.i19D0hPo030023@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62584 >Category: ports >Synopsis: [maintainer] ftp/kbear: fix build for KDE 3.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 09 05:00:43 PST 2004 >Closed-Date: >Last-Modified: >Originator: Markus Brueffer >Release: FreeBSD 5.2.1-RC i386 >Organization: >Environment: System: FreeBSD cheops.phoenix 5.2.1-RC FreeBSD 5.2.1-RC #0: Thu Feb 5 13:59:13 CET 2004 root@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386 >Description: ftp/kbear: fix build when KDE 3.2 is installed >How-To-Repeat: >Fix: --- kbear.diff begins here --- diff -ruN kbear.orig/files/patch-kbearcopyjob.cpp kbear/files/patch-kbearcopyjob.cpp --- kbear.orig/files/patch-kbearcopyjob.cpp Thu Jan 1 01:00:00 1970 +++ kbear/files/patch-kbearcopyjob.cpp Mon Feb 9 13:45:41 2004 @@ -0,0 +1,14 @@ +--- kbear/lib/jobclasses/kbearcopyjob.cpp.orig Mon Feb 9 13:13:28 2004 ++++ kbear/lib/jobclasses/kbearcopyjob.cpp Mon Feb 9 13:13:56 2004 +@@ -1080,11 +1080,7 @@ + } else if (m_mode == Move) // Moving a file + { + KBearFileCopyJob * moveJob = KBearFileCopyJob::file_move( m_destID, m_sourceID, (*it).uSource, (*it).uDest, (*it).permissions, bOverwrite, false, false/*no GUI*/ ); +- #if KDE_VERSION_MINOR < 2 + moveJob->setSourceSize( (*it).size ); +- #else +- moveJob->setSourceSize64( (*it).size ); +- #endif + newjob = moveJob; + kdDebug(7007) << "KBearCopyJob::copyNextFile : Moving " << (*it).uSource.prettyURL() << " to " << (*it).uDest.prettyURL() << endl; + emit moving( this, (*it).uSource, (*it).uDest ); --- kbear.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040209125716.354631FC>