summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-mount/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
commita6888a2a213b49d671bf658e58428d9a1d342f66 (patch)
tree73b4b8892d2a32df0f24d16b19046bc481baf971 /sysutils/gnome-mount/files
parenta740241125f843ca61310f787f0eea0d5b40784f (diff)
downloadmarcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-mount/files')
-rw-r--r--sysutils/gnome-mount/files/patch-gnome-mount.schemas.in47
-rw-r--r--sysutils/gnome-mount/files/patch-src_gnome-mount.c20
2 files changed, 0 insertions, 67 deletions
diff --git a/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in b/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in
deleted file mode 100644
index c46bf1609..000000000
--- a/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in
+++ /dev/null
@@ -1,47 +0,0 @@
---- gnome-mount.schemas.in.orig Tue Apr 10 18:50:12 2007
-+++ gnome-mount.schemas.in Sat Apr 14 14:49:22 2007
-@@ -6,7 +6,7 @@
- <applyto>/system/storage/default_options/vfat/mount_options</applyto>
- <type>list</type>
- <list_type>string</list_type>
-- <default>[shortname=lower,uid=]</default>
-+ <default>[longnames,-u=]</default>
- <locale name="C">
- <short>Default mount options for vfat fs</short>
- <long>A list of default mount options for volumes formatted with the vfat file system.</long>
-@@ -18,7 +18,7 @@
- <applyto>/system/storage/default_options/iso9660/mount_options</applyto>
- <type>list</type>
- <list_type>string</list_type>
-- <default>[uid=]</default>
-+ <default>[]</default>
- <locale name="C">
- <short>Default mount options for iso9660 fs</short>
- <long>A list of default mount options for volumes formatted with the iso9660 file system.</long>
-@@ -30,7 +30,7 @@
- <applyto>/system/storage/default_options/udf/mount_options</applyto>
- <type>list</type>
- <list_type>string</list_type>
-- <default>[uid=]</default>
-+ <default>[]</default>
- <locale name="C">
- <short>Default mount options for udf fs</short>
- <long>A list of default mount options for volumes formatted with the udf file system.</long>
-@@ -42,7 +42,7 @@
- <applyto>/system/storage/default_options/ntfs/mount_options</applyto>
- <type>list</type>
- <list_type>string</list_type>
-- <default>[umask=222]</default>
-+ <default>[-m=755]</default>
- <locale name="C">
- <short>Default mount options for ntfs fs</short>
- <long>A list of default mount options for volumes formatted with the ntfs file system.</long>
-@@ -52,7 +52,7 @@
- <key>/schemas/system/storage/default_options/ntfs/fstype_override</key>
- <applyto>/system/storage/default_options/ntfs/fstype_override</applyto>
- <type>string</type>
-- <default>ntfs-3g</default>
-+ <default></default>
- <locale name="C">
- <short>When 'ntfs' is detected, what file system driver to use by default</short>
- <long>The name of the file system driver to use by default when 'ntfs' is detected. This is useful for configuring the system to use the 'ntfs-3g' driver for all 'ntfs' file systems by default. User can still choose to use the 'ntfs' file system driver by overriding it per-volume or on the command line.</long>
diff --git a/sysutils/gnome-mount/files/patch-src_gnome-mount.c b/sysutils/gnome-mount/files/patch-src_gnome-mount.c
deleted file mode 100644
index 0d4136e5c..000000000
--- a/sysutils/gnome-mount/files/patch-src_gnome-mount.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/gnome-mount.c.orig Sun Sep 17 01:17:54 2006
-+++ src/gnome-mount.c Sun Feb 11 01:03:16 2007
-@@ -380,7 +385,7 @@ show_error_dialog_mount (LibHalVolume *v
- } else if (strcmp (error_name, "org.freedesktop.Hal.Device.Volume.AlreadyMounted") == 0) {
-
- /* don't show any dialog for this */
-- gtk_widget_unref (w);
-+ gtk_widget_destroy (w);
- w = NULL;
-
- #if 0
-@@ -399,7 +404,7 @@ show_error_dialog_mount (LibHalVolume *v
- *
- * Don't show any dialog for this.
- */
-- gtk_widget_unref (w);
-+ gtk_widget_destroy (w);
- w = NULL;
-
- } else {