diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-23 05:07:02 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-23 05:07:02 +0800 |
commit | f0b0a845ccfeea8b6335250cd3c9d2b9ea141fc4 (patch) | |
tree | 51e21b1c5588d5f7d6c16988d791d46b860f052b /devel | |
parent | 3a7ad6978b910b09450861d4e7226dc641867c54 (diff) | |
download | marcuscom-ports-f0b0a845ccfeea8b6335250cd3c9d2b9ea141fc4.tar marcuscom-ports-f0b0a845ccfeea8b6335250cd3c9d2b9ea141fc4.tar.gz marcuscom-ports-f0b0a845ccfeea8b6335250cd3c9d2b9ea141fc4.tar.bz2 marcuscom-ports-f0b0a845ccfeea8b6335250cd3c9d2b9ea141fc4.tar.lz marcuscom-ports-f0b0a845ccfeea8b6335250cd3c9d2b9ea141fc4.tar.xz marcuscom-ports-f0b0a845ccfeea8b6335250cd3c9d2b9ea141fc4.tar.zst marcuscom-ports-f0b0a845ccfeea8b6335250cd3c9d2b9ea141fc4.zip |
Add ZFS to the filesystem list to fix the trash can.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9857 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-vfs/Makefile | 4 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 0083c7338..b3f204148 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/Makefile,v 1.177 2007/09/17 18:45:23 ahze Exp $ +# $MCom: ports/devel/gnome-vfs/Makefile,v 1.178 2007/09/17 18:53:21 marcus Exp $ # PORTNAME= gnome-vfs PORTVERSION= 2.20.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c index 620a975cd..c7fb1cf36 100644 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c +++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c @@ -1,10 +1,11 @@ --- libgnomevfs/gnome-vfs-filesystem-type.c.orig 2007-09-17 14:48:45.000000000 -0400 +++ libgnomevfs/gnome-vfs-filesystem-type.c 2007-09-17 14:50:06.000000000 -0400 -@@ -65,6 +65,7 @@ static struct FSInfo fs_data[] = { +@@ -65,6 +65,8 @@ static struct FSInfo fs_data[] = { { "msdosfs" , N_("MSDOS Volume"), 0 }, { "nfs" , N_("NFS Network Volume"), 1 }, { "ntfs" , N_("Windows NT Volume"), 0 }, + { "nullfs" , N_("BSD Loopback Volume"), 1 }, ++ { "zfs" , N_("ZFS Volume"), 1 }, { "nwfs" , N_("Netware Volume"), 0 }, { "proc" , N_("System Volume"), 0 }, { "procfs" , N_("System Volume"), 0 }, |