Bug 113067 - [PATCH] x11-fm/krusader: fix compile error on pointyhat
Summary: [PATCH] x11-fm/krusader: fix compile error on pointyhat
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-27 21:10 UTC by Heiner
Modified: 2007-06-05 07:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiner 2007-05-27 21:10:01 UTC
This patch should fix the compilation error reported on pointyhat on FreeBSD 7 
(I can not test it here on my FreeBSD 5 box...)

Fix: Create the files directory and copy the patch into it


--Boundary-00=_8WeWGysQhMJYgoy
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="patch-krusader-VFS-vfs.h"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="patch-krusader-VFS-vfs.h"



--Boundary-00=_8WeWGysQhMJYgoy----BhciaMfXjdDj6rtnzqYgZuBILrl1oljvbWaGEVmnN8fgbOE0
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- krusader/VFS/vfs.h.orig	Sat Oct  8 22:48:24 2005
+++ krusader/VFS/vfs.h	Sun May 27 21:40:25 2007
@@ -134,7 +134,7 @@
 
 protected:
 	/// Feel the vfs dictionary with vfiles, must be implemented for each vfs
-	virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0L;
+	virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0;
 	/// Set the vfile list pointer
 	void setVfsFilesP(vfileDict* dict);
 	/// clear and delete all current vfiles
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-05-27 21:17:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-05 07:45:40 UTC
miwi        2007-06-05 06:45:36 UTC

  FreeBSD ports repository

  Modified files:
    x11-fm/krusader      Makefile 
  Added files:
    x11-fm/krusader/files patch-vfs_vfs.h 
  Log:
  - Fix build with gcc 4.2
  
  PR:             113067
  Submitted by:   Heiner <h.eichmann@gmx.de> (maintainer)
  
  Revision  Changes    Path
  1.22      +1 -1      ports/x11-fm/krusader/Makefile
  1.1       +13 -0     ports/x11-fm/krusader/files/patch-vfs_vfs.h (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-06-05 07:45:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!