diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
commit | ae52bc80895a23ddbe33b86e75a9cf331ae32ba9 (patch) | |
tree | 5538a7d3541f6d56e4bbab9c6329f5b9db64dafb /sysutils/brasero/files/patch-src_scsi-cam.c | |
parent | - Update to 0.6.3 (diff) |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
Notes
Notes:
svn path=/head/; revision=231972
Diffstat (limited to 'sysutils/brasero/files/patch-src_scsi-cam.c')
-rw-r--r-- | sysutils/brasero/files/patch-src_scsi-cam.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/brasero/files/patch-src_scsi-cam.c b/sysutils/brasero/files/patch-src_scsi-cam.c deleted file mode 100644 index 74546979f326..000000000000 --- a/sysutils/brasero/files/patch-src_scsi-cam.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/scsi-cam.c.orig 2009-01-13 21:35:42.000000000 -0500 -+++ src/scsi-cam.c 2009-01-13 21:36:01.000000000 -0500 -@@ -62,7 +62,7 @@ typedef struct _BraseroScsiCmd BraseroSc - #define BRASERO_SCSI_CMD_OPCODE_OFF 0 - #define BRASERO_SCSI_CMD_SET_OPCODE(command) (command->cmd [BRASERO_SCSI_CMD_OPCODE_OFF] = command->info->opcode) - --#define OPEN_FLAGS O_RDWR /*|O_EXCL */|O_NONBLOCK -+#define OPEN_FLAGS O_RDONLY /*|O_EXCL */|O_NONBLOCK - - BraseroScsiResult - brasero_scsi_command_issue_sync (gpointer command, -@@ -158,8 +158,8 @@ brasero_device_handle_open (const gchar - - g_assert (path != NULL); - -- if (exclusive) -- flags |= O_EXCL; -+/* if (exclusive) -+ flags |= O_EXCL;*/ - - /* cam_open_device() fails unless we use O_RDWR */ - cam = cam_open_device (path, O_RDWR); |