diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-12 09:24:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-12 09:24:55 +0800 |
commit | ed2c59286c6041c5d09a9d939c90c770179c970c (patch) | |
tree | fb7569af1d8ae68317acca6c0cf3800b44fb1431 /devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-volume-ops.c | |
parent | d21de1a3cb0402fb75cd98154eb71fcad0404d55 (diff) | |
download | marcuscom-ports-ed2c59286c6041c5d09a9d939c90c770179c970c.tar.gz marcuscom-ports-ed2c59286c6041c5d09a9d939c90c770179c970c.tar.zst marcuscom-ports-ed2c59286c6041c5d09a9d939c90c770179c970c.zip |
* Update to 2.5.7
* Clean up the KDE menus, and add a new KDE sub-menu for storing all the
KDE desktop icons. Big thanks to Jeremy Messenger <mezz7@cox.net> for
providing this.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1812 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-volume-ops.c')
-rw-r--r-- | devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-volume-ops.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-volume-ops.c b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-volume-ops.c deleted file mode 100644 index 87e2eca65..000000000 --- a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-volume-ops.c +++ /dev/null @@ -1,26 +0,0 @@ ---- libgnomevfs/gnome-vfs-volume-ops.c.orig Wed Dec 24 13:53:43 2003 -+++ libgnomevfs/gnome-vfs-volume-ops.c Wed Dec 24 13:56:15 2003 -@@ -224,12 +224,23 @@ - } - - if (info->should_eject) { -+#ifdef __FreeBSD__ -+ char *argv[5] = { -+ "cdcontrol", -+ "-f", -+ NULL, -+ "eject", -+ NULL -+ }; -+ argv[2] = info->device_path?info->device_path:info->mount_point; -+#else - char *argv[3] = { - "eject", - NULL, - NULL - }; - argv[1] = info->device_path?info->device_path:info->mount_point; -+#endif - - if (g_spawn_sync (NULL, - argv, |