From h.eichmann@gmx.de  Sun May 27 20:06:45 2007
Return-Path: <h.eichmann@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 0526716A478
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 May 2007 20:06:45 +0000 (UTC)
	(envelope-from h.eichmann@gmx.de)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.freebsd.org (Postfix) with SMTP id 67A6513C465
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 May 2007 20:06:44 +0000 (UTC)
	(envelope-from h.eichmann@gmx.de)
Received: (qmail invoked by alias); 27 May 2007 20:06:43 -0000
Received: from p54827B80.dip.t-dialin.net (EHLO 7of9) [84.130.123.128]
  by mail.gmx.net (mp050) with SMTP; 27 May 2007 22:06:43 +0200
Message-Id: <200705272210.36867.h.eichmann@gmx.de>
Date: Sun, 27 May 2007 22:10:36 +0200
From: Heiner <h.eichmann@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Kris Kennaway <kris@obsecurity.org>
Subject: [PATCH] x11-fm/krusader: fix compile error on pointyhat

>Number:         113067
>Category:       ports
>Synopsis:       [PATCH] x11-fm/krusader: fix compile error on pointyhat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 27 20:10:01 GMT 2007
>Closed-Date:    Tue Jun 05 06:45:46 GMT 2007
>Last-Modified:  Tue Jun  5 06:50:08 GMT 2007
>Originator:     Heiner Eichmann <h.eichmann@gmx.de>
>Release:        FreeBSD 5.5-RELEASE
>Organization:
Sirius Cybernetics Corp.
>Environment:
FreeBSD 7of9.unimatrix-zero.borg 5.5-RELEASE-p1 FreeBSD 5.5-RELEASE-p1 #0: Thu 
Aug 17 21:05:50 CEST 2006     
root@7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL  i386

>Description:
This patch should fix the compilation error reported on pointyhat on FreeBSD 7 
(I can not test it here on my FreeBSD 5 box...)


>How-To-Repeat:
>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"

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

--Boundary-00=_8WeWGysQhMJYgoy--
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun May 27 20:17:07 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113067 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jun 5 06:45:44 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113067 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113067: commit references a PR
Date: Tue,  5 Jun 2007 06:45:40 +0000 (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"
 
>Unformatted:
 --Boundary-00=_8WeWGysQhMJYgoy
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 X-send-pr-version: send-pr 3.113
 X-GNATS-Notify:
 
 
