diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-11 16:20:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-11 16:20:10 +0000 |
commit | fd24774cc1ccd16a189fc8d3a1fe037292431b28 (patch) | |
tree | 44082f7e3c3a04698516577d1465333c76b19242 /x11-fm/nautilus | |
parent | d39387b84e433c12d4e769de792187534ea5ea82 (diff) | |
download | ports-fd24774cc1ccd16a189fc8d3a1fe037292431b28.tar.gz ports-fd24774cc1ccd16a189fc8d3a1fe037292431b28.zip |
Notes
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r-- | x11-fm/nautilus/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-libnautilus-private::nautilus-volume-monitor.c | 13 |
2 files changed, 12 insertions, 3 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index c915a65067a0..0c233dfa870f 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -7,7 +7,7 @@ PORTNAME= nautilus PORTVERSION= 1.0.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/nautilus diff --git a/x11-fm/nautilus/files/patch-libnautilus-private::nautilus-volume-monitor.c b/x11-fm/nautilus/files/patch-libnautilus-private::nautilus-volume-monitor.c index 9f0fc6826188..dc1cb080fb25 100644 --- a/x11-fm/nautilus/files/patch-libnautilus-private::nautilus-volume-monitor.c +++ b/x11-fm/nautilus/files/patch-libnautilus-private::nautilus-volume-monitor.c @@ -1,5 +1,5 @@ ---- libnautilus-private/nautilus-volume-monitor.c.orig Tue Sep 10 23:39:55 2002 -+++ libnautilus-private/nautilus-volume-monitor.c Wed Sep 11 00:04:24 2002 +--- libnautilus-private/nautilus-volume-monitor.c.orig Wed Sep 11 11:37:54 2002 ++++ libnautilus-private/nautilus-volume-monitor.c Wed Sep 11 11:39:24 2002 @@ -60,6 +60,18 @@ #include <sys/types.h> #include <unistd.h> @@ -134,6 +134,15 @@ static gboolean volume_is_removable (const NautilusVolume *volume) +@@ -813,7 +853,7 @@ + path = arg; + + if (path != NULL) { +- command = g_strdup_printf ("eject %s", path); ++ command = g_strdup_printf ("/usr/sbin/cdcontrol -f %s eject", path); + eel_gnome_shell_execute (command); + g_free (command); + g_free (path); @@ -907,23 +947,35 @@ |