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
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!