summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/gnome-vfs/Makefile1
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-volume-ops.c26
-rw-r--r--devel/gnomevfs2/Makefile1
-rw-r--r--devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-volume-ops.c26
4 files changed, 54 insertions, 0 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index aba86ec71..44e393c4b 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomevfs2
PORTVERSION= 2.5.3
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-vfs/2.5
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-volume-ops.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-volume-ops.c
new file mode 100644
index 000000000..87e2eca65
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-volume-ops.c
@@ -0,0 +1,26 @@
+--- 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,
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile
index aba86ec71..44e393c4b 100644
--- a/devel/gnomevfs2/Makefile
+++ b/devel/gnomevfs2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomevfs2
PORTVERSION= 2.5.3
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-vfs/2.5
diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-volume-ops.c b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-volume-ops.c
new file mode 100644
index 000000000..87e2eca65
--- /dev/null
+++ b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-volume-ops.c
@@ -0,0 +1,26 @@
+--- 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,