aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-05 06:45:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-05 06:45:36 +0000
commit4e47bba5f8a4c4e96aa4b2db2f05c94505d368f5 (patch)
treec7de6291246c0a1b17d60a15aca2e3b94b2ef01b /x11-fm
parente05d120f0a031321ecad12b8f8781888d80e55c2 (diff)
downloadports-4e47bba5f8a4c4e96aa4b2db2f05c94505d368f5.tar.gz
ports-4e47bba5f8a4c4e96aa4b2db2f05c94505d368f5.zip
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/krusader/Makefile2
-rw-r--r--x11-fm/krusader/files/patch-vfs_vfs.h13
-rw-r--r--x11-fm/krusader2/Makefile2
-rw-r--r--x11-fm/krusader2/files/patch-vfs_vfs.h13
4 files changed, 28 insertions, 2 deletions
diff --git a/x11-fm/krusader/Makefile b/x11-fm/krusader/Makefile
index a0aca6330ad6..7521dce84269 100644
--- a/x11-fm/krusader/Makefile
+++ b/x11-fm/krusader/Makefile
@@ -7,7 +7,7 @@
PORTNAME= krusader
PORTVERSION= 1.70.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fm kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=krusader
diff --git a/x11-fm/krusader/files/patch-vfs_vfs.h b/x11-fm/krusader/files/patch-vfs_vfs.h
new file mode 100644
index 000000000000..595a900af642
--- /dev/null
+++ b/x11-fm/krusader/files/patch-vfs_vfs.h
@@ -0,0 +1,13 @@
+--- 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--
diff --git a/x11-fm/krusader2/Makefile b/x11-fm/krusader2/Makefile
index a0aca6330ad6..7521dce84269 100644
--- a/x11-fm/krusader2/Makefile
+++ b/x11-fm/krusader2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= krusader
PORTVERSION= 1.70.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fm kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=krusader
diff --git a/x11-fm/krusader2/files/patch-vfs_vfs.h b/x11-fm/krusader2/files/patch-vfs_vfs.h
new file mode 100644
index 000000000000..595a900af642
--- /dev/null
+++ b/x11-fm/krusader2/files/patch-vfs_vfs.h
@@ -0,0 +1,13 @@
+--- 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--