ports/62584: [maintainer] ftp/kbear: fix build for KDE 3.2

Markus Brueffer brueffer at phoenix-systems.de
Mon Feb 9 13:00:44 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list